/external/webkit/Source/JavaScriptCore/icu/unicode/ |
utf8.h | 192 U8_SET_CP_START(s, start, _u8_get_index); \ 410 * @see U8_SET_CP_START 431 #define U8_SET_CP_START(s, start, i) { \
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
utf8.h | 192 U8_SET_CP_START(s, start, _u8_get_index); \ 410 * @see U8_SET_CP_START 431 #define U8_SET_CP_START(s, start, i) { \
|
/external/webkit/Source/WebCore/icu/unicode/ |
utf8.h | 192 U8_SET_CP_START(s, start, _u8_get_index); \ 410 * @see U8_SET_CP_START 431 #define U8_SET_CP_START(s, start, i) { \
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
utf8.h | 192 U8_SET_CP_START(s, start, _u8_get_index); \ 410 * @see U8_SET_CP_START 431 #define U8_SET_CP_START(s, start, i) { \
|
/external/icu4c/common/unicode/ |
utf8.h | 249 U8_SET_CP_START(s, start, _u8_get_index); \ 489 * @see U8_SET_CP_START 510 #define U8_SET_CP_START(s, start, i) { \
|
utf_old.h | 431 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. */ 432 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i) [all...] |
/external/icu4c/common/ |
utext.cpp | [all...] |
/external/icu4c/test/cintltst/ |
utf8tst.c | 614 U8_SET_CP_START(input, 0, setOffset); 616 log_err("ERROR: U8_SET_CP_START failed for offset=%ld. Expected:%ld Got:%ld\n", offset, start_safe[i], setOffset); [all...] |
/external/icu4c/i18n/ |
ucol.cpp | [all...] |