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

  /art/test/ti-agent/
ti_utf.h 113 const uint16_t *utf16_end = utf16_in + char_count; local
114 for (const uint16_t *p = utf16_in; p < utf16_end;) {
  /art/libdexfile/dex/
utf.cc 128 const uint16_t *utf16_end = utf16_in + char_count; local
129 for (const uint16_t *p = utf16_in; p < utf16_end;) {

Completed in 133 milliseconds