Searched refs:DecodeUTF8 (Results 1 – 7 of 7) sorted by relevance
/external/dng_sdk/source/ |
D | dng_string.cpp | 679 uint32 aChar = DecodeUTF8 (s, (uint32) (sEnd - s)); in Set_UTF8() 912 uint32 dng_string::DecodeUTF8 (const char *&s, in DecodeUTF8() function in dng_string 1058 (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()
|
D | dng_string.h | 67 static uint32 DecodeUTF8 (const char *&s,
|
D | dng_parse_utils.cpp | 1943 uint32 c = dng_string::DecodeUTF8 (ss); in DumpString()
|
/external/libchrome/base/json/ |
D | json_parser.h | 194 void DecodeUTF8(const int32_t& point, StringBuilder* dest);
|
D | json_parser.cc | 667 DecodeUTF8(hex_digit, &string); in ConsumeStringRaw() 729 DecodeUTF8(next_char, &string); in ConsumeStringRaw() 806 void JSONParser::DecodeUTF8(const int32_t& point, StringBuilder* dest) { in DecodeUTF8() function in base::internal::JSONParser
|
/external/libweave/third_party/chromium/base/json/ |
D | json_parser.h | 194 void DecodeUTF8(const int32_t& point, StringBuilder* dest);
|
D | json_parser.cc | 662 DecodeUTF8(hex_digit, &string); in ConsumeStringRaw() 724 DecodeUTF8(next_char, &string); in ConsumeStringRaw() 801 void JSONParser::DecodeUTF8(const int32_t& point, StringBuilder* dest) { in DecodeUTF8() function in base::internal::JSONParser
|