Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf16.h420 #define U16_SET_CP_START(s, start, i) { \ macro
/external/icu4c/common/unicode/
Dutf16.h429 #define U16_SET_CP_START(s, start, i) { \ macro
Dutf_old.h685 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i)
1113 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i)
Dunistr.h4175 U16_SET_CP_START(array, 0, offset); in getChar32Start()
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf16.h420 #define U16_SET_CP_START(s, start, i) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf16.h420 #define U16_SET_CP_START(s, start, i) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf16.h420 #define U16_SET_CP_START(s, start, i) { \ macro
/external/icu4c/common/
Dutext.cpp2176 U16_SET_CP_START(ut->chunkContents, 0, ut->chunkOffset); in repTextAccess()
2753 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
2780 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
2789 U16_SET_CP_START(str, 0, index); in ucstrTextAccess()
/external/icu4c/test/cintltst/
Dutf16tst.c518 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()