Searched refs:U16_FWD_1_UNSAFE (Results 1 - 6 of 6) sorted by relevance
/external/icu4c/common/unicode/ |
H A D | utf16.h | 330 #define U16_FWD_1_UNSAFE(s, i) { \ macro 344 * @see U16_FWD_1_UNSAFE 368 U16_FWD_1_UNSAFE(s, i); \
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
H A D | utf16.h | 323 #define U16_FWD_1_UNSAFE(s, i) { \ macro 337 * @see U16_FWD_1_UNSAFE 361 U16_FWD_1_UNSAFE(s, i); \
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
H A D | utf16.h | 323 #define U16_FWD_1_UNSAFE(s, i) { \ macro 337 * @see U16_FWD_1_UNSAFE 361 U16_FWD_1_UNSAFE(s, i); \
|
/external/webkit/Source/WebCore/icu/unicode/ |
H A D | utf16.h | 323 #define U16_FWD_1_UNSAFE(s, i) { \ macro 337 * @see U16_FWD_1_UNSAFE 361 U16_FWD_1_UNSAFE(s, i); \
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
H A D | utf16.h | 323 #define U16_FWD_1_UNSAFE(s, i) { \ macro 337 * @see U16_FWD_1_UNSAFE 361 U16_FWD_1_UNSAFE(s, i); \
|
/external/icu4c/test/cintltst/ |
H A D | utf16tst.c | 356 U16_FWD_1_UNSAFE(input, offunsafe); 358 log_err("ERROR: U16_FWD_1_UNSAFE offset expected:%d, Got:%d\n", fwd_unsafe[i], offunsafe);
|
Completed in 26 milliseconds