Home
last modified time | relevance | path

Searched refs:DecodeUTF8 (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_string.cpp679 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()
Ddng_string.h67 static uint32 DecodeUTF8 (const char *&s,
Ddng_parse_utils.cpp1943 uint32 c = dng_string::DecodeUTF8 (ss); in DumpString()