OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U16_NEXT_UNSAFE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf16.h
158
* Iteration through a string is more efficient with
U16_NEXT_UNSAFE
or U16_NEXT.
187
* Iteration through a string is more efficient with
U16_NEXT_UNSAFE
or U16_NEXT.
234
#define
U16_NEXT_UNSAFE
(s, i, c) { \
258
* @see
U16_NEXT_UNSAFE
/external/icu4c/common/unicode/
utf16.h
156
* Iteration through a string is more efficient with
U16_NEXT_UNSAFE
or U16_NEXT.
188
* Iteration through a string is more efficient with
U16_NEXT_UNSAFE
or U16_NEXT.
235
#define
U16_NEXT_UNSAFE
(s, i, c) { \
261
* @see
U16_NEXT_UNSAFE
Completed in 134 milliseconds