Searched refs:ToInt8 (Results 1 – 2 of 2) sorted by relevance
57 static int8_t ToInt8(const std::string& string);226 return Utils::ToInt8(String(index));
127 int8_t Utils::ToInt8(const std::string& string) in ToInt8() function in OHOS::Rosen::Utils182 number = ToInt8(string); in ToNumber()