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 - 5
of
5
) sorted by null
/external/icu4c/common/unicode/
utf8.h
189
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
200
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
211
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
246
#define
U8_NEXT_UNSAFE
(s, i, c) { \
280
* @see
U8_NEXT_UNSAFE
/external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h
158
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
169
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
180
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
215
#define
U8_NEXT_UNSAFE
(s, i, c) { \
249
* @see
U8_NEXT_UNSAFE
/external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h
158
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
169
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
180
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
215
#define
U8_NEXT_UNSAFE
(s, i, c) { \
249
* @see
U8_NEXT_UNSAFE
/external/webkit/Source/WebCore/icu/unicode/
utf8.h
158
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
169
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
180
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
215
#define
U8_NEXT_UNSAFE
(s, i, c) { \
249
* @see
U8_NEXT_UNSAFE
/external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h
158
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
169
U8_NEXT_UNSAFE
(s, _u8_get_unsafe_index, c); \
180
* Iteration through a string is more efficient with
U8_NEXT_UNSAFE
or U8_NEXT.
215
#define
U8_NEXT_UNSAFE
(s, i, c) { \
249
* @see
U8_NEXT_UNSAFE
Completed in 52 milliseconds