Home
last modified time | relevance | path

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

/art/runtime/
Dutf.cc124 const uint16_t *utf16_end = utf16_in + char_count; in ConvertUtf16ToModifiedUtf8() local
125 for (const uint16_t *p = utf16_in; p < utf16_end;) { in ConvertUtf16ToModifiedUtf8()