OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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/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
;) {
Completed in 337 milliseconds