Searched refs:ToInt16 (Results 1 – 2 of 2) sorted by relevance
58 static int16_t ToInt16(const std::string& string);231 return Utils::ToInt16(String(index));
132 int16_t Utils::ToInt16(const std::string& string) in ToInt16() function in OHOS::Rosen::Utils187 number = ToInt16(string); in ToNumber()