Searched refs:U16_SET_CP_START (Results 1 – 13 of 13) sorted by relevance
/external/icu/libicu/ndk_headers/unicode/ |
D | utf16.h | 515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 714 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) 1142 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i)
|
/external/icu/icu4c/source/common/ |
D | uchriter.cpp | 236 U16_SET_CP_START(text, begin, position); in setIndex32()
|
D | utext.cpp | 1847 U16_SET_CP_START(ut->chunkContents, 0, ut->chunkOffset); in repTextAccess() 2427 U16_SET_CP_START(str, 0, index); in ucstrTextAccess() 2454 U16_SET_CP_START(str, 0, index); in ucstrTextAccess() 2463 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
|
D | unistr.cpp | 805 U16_SET_CP_START(array, 0, offset); in getChar32Start()
|
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 714 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) 1142 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i)
|
/external/icu/libicu/cts_headers/unicode/ |
D | utf16.h | 515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 714 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) 1142 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i)
|
/external/icu/libandroidicu/include/unicode/ |
D | utf16.h | 515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 714 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) 1142 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i)
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 675 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 5367 U16_SET_CP_START(inputBuf, 0, lbStartIdx); in MatchChunkAt() 5444 U16_SET_CP_START(inputBuf, 0, lbStartIdx); in MatchChunkAt()
|