/external/icu/icu4c/source/common/ |
uchriter.cpp | 249 U16_GET(text, begin, pos, end, c);
|
caniter.cpp | 448 U16_GET(segment, 0, i, segLen, cp);
|
unistr.cpp | 766 U16_GET(array, 0, offset, len, c); [all...] |
/external/icu/icu4c/source/common/unicode/ |
utf16.h | 161 * @see U16_GET 198 #define U16_GET(s, start, i, length, c) { \
|
utf_old.h | 571 /** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */ [all...] |
/external/icu/icu4c/source/test/cintltst/ |
utf16tst.c | 168 U16_GET(input, 0, offset, sizeof(input)/U_SIZEOF_UCHAR, c); 170 log_err("ERROR: U16_GET failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c); 382 U16_GET(input, 0, j, -1, c2); 384 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
|
cnormtst.c | [all...] |
/external/icu/icu4c/source/test/intltest/ |
utxttest.cpp | [all...] |
citrtest.cpp | [all...] |
transtst.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
uregex.cpp | [all...] |
rematch.cpp | [all...] |
usearch.cpp | [all...] |