Home
last modified time | relevance | path

Searched refs:str16 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp349 auto str16 = SkUnicode::convertUtf8ToUtf16(str.c_str(), str.size()); variable
352 const auto upper16len = sk_u_strToUpper(nullptr, 0, (UChar*)(str16.c_str()), str16.size(),
361 (UChar*)(str16.c_str()), str16.size(),
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-conversions.cc2030 static double StrToD16(const uc16* str16, int length, int flags, in StrToD16() argument
2037 converter.StringToDouble(str16, length, processed_characters_count); in StrToD16()
2047 uc16 str16[256]; in StrToD16() local
2051 str16[i] = separator; in StrToD16()
2053 str16[i] = str[i]; in StrToD16()
2064 converter.StringToDouble(str16, length, processed_characters_count); in StrToD16()
4183 static float StrToF16(const uc16* str16, int length, int flags,
4190 converter.StringToFloat(str16, length, processed_characters_count);

Completed in 6 milliseconds