Searched refs:ToUint16 (Results 1 – 2 of 2) sorted by relevance
62 static uint16_t ToUint16(const std::string& string);251 return Utils::ToUint16(String(index));
152 uint16_t Utils::ToUint16(const std::string& string) in ToUint16() function in OHOS::Rosen::Utils207 number = ToUint16(string); in ToNumber()