Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
DUnicode.cpp529 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); in utf8_to_utf16_length() local
553 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8len); in utf8_to_utf16_no_null_terminator() local
/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java514 int codepoint = str.codePointAt(i); in containsOnlyAlphaDigitHyphen() local