/external/icu4c/common/unicode/ |
utf16.h | 406 * @see U16_SET_CP_START 429 #define U16_SET_CP_START(s, start, i) { \
|
utf_old.h | 684 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */ 685 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) [all...] |
unistr.h | 141 * (or, in C, the equivalent macros U16_SET_CP_START() and U16_SET_CP_LIMIT(), see utf.h).</p> [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
utf16.h | 397 * @see U16_SET_CP_START 420 #define U16_SET_CP_START(s, start, i) { \
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
utf16.h | 397 * @see U16_SET_CP_START 420 #define U16_SET_CP_START(s, start, i) { \
|
/external/webkit/WebCore/icu/unicode/ |
utf16.h | 397 * @see U16_SET_CP_START 420 #define U16_SET_CP_START(s, start, i) { \
|
/external/webkit/WebKit/mac/icu/unicode/ |
utf16.h | 397 * @see U16_SET_CP_START 420 #define U16_SET_CP_START(s, start, i) { \
|
/external/icu4c/common/ |
utext.cpp | [all...] |
/external/icu4c/test/cintltst/ |
utf16tst.c | 518 U16_SET_CP_START(input, 0, setOffset);
|