Home
last modified time | relevance | path

Searched defs:str16 (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-conversions.cc2030 static double StrToD16(const uc16* str16, int length, int flags, in StrToD16()
2047 uc16 str16[256]; in StrToD16() local
4183 static float StrToF16(const uc16* str16, int length, int flags, in StrToF16()
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp355 auto str16 = SkUnicode::convertUtf8ToUtf16(str.c_str(), str.size()); in toUpper() local