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

  /frameworks/base/libs/utils/
Unicode.cpp 521 const uint8_t* const u8end = u8str + u8len; local
526 while (u8cur < u8end) {
538 if (u8cur != u8end) {
547 const uint8_t* const u8end = u8str + u8len; local
551 while (u8cur < u8end) {
String16.cpp 73 const uint8_t* const u8end = u8cur + u8len; local

Completed in 427 milliseconds