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

/art/test/ti-agent/
H A Dti_utf.h113 const uint16_t *utf16_end = utf16_in + char_count; local
114 for (const uint16_t *p = utf16_in; p < utf16_end;) {
/art/libdexfile/dex/
H A Dutf.cc129 const uint16_t *utf16_end = utf16_in + char_count; local
130 for (const uint16_t *p = utf16_in; p < utf16_end;) {

Completed in 62 milliseconds