OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U8_NEXT_UNSAFE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf8.h
215
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
226
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
240
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
268
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT_OR_FFFD.
308
#define
U8_NEXT_UNSAFE
(s, i, c) { \
341
* @see
U8_NEXT_UNSAFE
/external/icu/icu4c/source/common/unicode/
utf8.h
215
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
226
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
240
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
267
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT_OR_FFFD.
306
#define
U8_NEXT_UNSAFE
(s, i, c) { \
339
* @see
U8_NEXT_UNSAFE
Completed in 92 milliseconds