HomeSort by relevance Sort by last modified time
    Searched refs:u8cur (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
Unicode.cpp 523 const uint8_t* u8cur = u8str; local
527 while (u8cur < u8end) {
529 int u8charLen = utf8_codepoint_len(*u8cur);
530 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen);
532 u8cur += u8charLen;
539 if (u8cur != u8end) {
549 const uint8_t* u8cur = u8str; local
552 while (u8cur < u8end) {
553 size_t u8len = utf8_codepoint_len(*u8cur);
554 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8len)
579 const uint8_t* u8cur = src; local
    [all...]
String16.cpp 62 const uint8_t* u8cur = (const uint8_t*) u8str; local
64 const ssize_t u16len = utf8_to_utf16_length(u8cur, u8len);
71 u8cur = (const uint8_t*) u8str;
74 utf8_to_utf16(u8cur, u8len, u16str);

Completed in 52 milliseconds