Searched refs:U16_SET_CP_START (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 436 #define U16_SET_CP_START(s, start, i) { \ macro
|
D | utf_old.h | 681 #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/ |
D | uchriter.cpp | 234 U16_SET_CP_START(text, begin, position); in setIndex32()
|
D | utext.cpp | 1830 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()
|
D | unistr.cpp | 777 U16_SET_CP_START(array, 0, offset); in getChar32Start()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 584 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()
|