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

  /art/runtime/
utf.cc 124 const uint16_t *utf16_end = utf16_in + char_count; local
125 for (const uint16_t *p = utf16_in; p < utf16_end;) {
  /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;) {

Completed in 68 milliseconds