Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf16.h438 #define U16_SET_CP_START(s, start, i) { \ macro
Dutf_old.h683 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i)
1111 #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.cpp1832 U16_SET_CP_START(ut->chunkContents, 0, ut->chunkOffset); in repTextAccess()
2412 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
2439 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
2448 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
Dunistr.cpp806 U16_SET_CP_START(array, 0, offset); in getChar32Start()
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c586 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()
/external/icu/icu4c/source/i18n/
Drematch.cpp5451 U16_SET_CP_START(inputBuf, 0, lbStartIdx); in MatchChunkAt()
5528 U16_SET_CP_START(inputBuf, 0, lbStartIdx); in MatchChunkAt()