Searched refs:DecodeUTF8 (Results 1 – 5 of 5) sorted by relevance
679 uint32 aChar = DecodeUTF8 (s, (uint32) (sEnd - s)); in Set_UTF8()912 uint32 dng_string::DecodeUTF8 (const char *&s, in DecodeUTF8() function in dng_string1058 (void) DecodeUTF8 (s, (uint32) (sEnd - s), &isValid); in IsUTF8()1111 uint32 x = DecodeUTF8 (sPtr); in Get_UTF16()1141 uint32 x = DecodeUTF8 (sPtr); in Get_UTF16()1917 uint32 c = DecodeUTF8 (sPtr); in NormalizeAsCommaSeparatedNumbers()2084 uint32 x = DecodeUTF8 (sPtr); in ForceASCII()2346 uint32 a = DecodeUTF8 (aPtr); in Compare()2347 uint32 b = DecodeUTF8 (bPtr); in Compare()
67 static uint32 DecodeUTF8 (const char *&s,
1943 uint32 c = dng_string::DecodeUTF8 (ss); in DumpString()
197 void DecodeUTF8(const int32_t& point, StringBuilder* dest);
649 DecodeUTF8(next_char, &string); in ConsumeStringRaw()682 DecodeUTF8(hex_digit, &string); in ConsumeStringRaw()812 void JSONParser::DecodeUTF8(const int32_t& point, StringBuilder* dest) { in DecodeUTF8() function in base::internal::JSONParser