Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp193 std::vector<uint16_t> utf16(textChars.get(), textChars.get() + textChars.size()); in nMatchFamilyStyleCharacter() local
199 .match(familyNameChars.c_str(), utf16).first); in nMatchFamilyStyleCharacter()
208 std::vector<uint16_t> utf16(textChars.get(), textChars.get() + textChars.size()); in nMatchFamilyStyleCharacter_runLength() local
213 .match(familyNameChars.c_str(), utf16).second; in nMatchFamilyStyleCharacter_runLength()