Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf16.h436 #define U16_SET_CP_START(s, start, i) { \ macro
Dutf_old.h681 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i)
1109 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i)
/external/icu/icu4c/source/common/
Duchriter.cpp234 U16_SET_CP_START(text, begin, position); in setIndex32()
Dutext.cpp1830 U16_SET_CP_START(ut->chunkContents, 0, ut->chunkOffset); in repTextAccess()
2410 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
2437 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
2446 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
Dunistr.cpp777 U16_SET_CP_START(array, 0, offset); in getChar32Start()
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c584 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()