Home
last modified time | relevance | path

Searched refs:U16_SET_CP_START (Results 1 – 13 of 13) sorted by relevance

/external/icu/libicu/ndk_headers/unicode/
Dutf16.h515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h714 #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/
Duchriter.cpp236 U16_SET_CP_START(text, begin, position); in setIndex32()
Dutext.cpp1847 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()
Dunistr.cpp805 U16_SET_CP_START(array, 0, offset); in getChar32Start()
/external/icu/icu4c/source/common/unicode/
Dutf16.h515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h714 #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/
Dutf16.h515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h714 #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/
Dutf16.h515 #define U16_SET_CP_START(s, start, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h714 #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/
Dutf16tst.c675 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()
/external/icu/icu4c/source/i18n/
Drematch.cpp5367 U16_SET_CP_START(inputBuf, 0, lbStartIdx); in MatchChunkAt()
5444 U16_SET_CP_START(inputBuf, 0, lbStartIdx); in MatchChunkAt()