Searched refs:Get_UTF16 (Results 1 – 3 of 3) sorted by relevance
413 int aCount = dngString.Get_UTF16 (sBuffer); in Extract_Multibyte()1101 uint32 dng_string::Get_UTF16 (dng_memory_data &buffer) const in Get_UTF16() function in dng_string2173 uint32 aLenA = this->Get_UTF16 (aStrA); in Compare()2174 uint32 aLenB = s .Get_UTF16 (aStrB); in Compare()2261 uint32 aLenA = this->Get_UTF16 (aStrA); in Compare()2262 uint32 aLenB = s .Get_UTF16 (aStrB); in Compare()
75 uint32 Get_UTF16 (dng_memory_data &buffer) const;
271 fCount = 8 + fText.Get_UTF16 (fUTF16) * 2; in tag_encoded_text()