Searched refs:U16_SET_CP_START (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf16.h | 420 #define U16_SET_CP_START(s, start, i) { \ macro
|
/external/icu4c/common/unicode/ |
D | utf16.h | 429 #define U16_SET_CP_START(s, start, i) { \ macro
|
D | utf_old.h | 685 #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)
|
D | unistr.h | 4175 U16_SET_CP_START(array, 0, offset); in getChar32Start()
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utf16.h | 420 #define U16_SET_CP_START(s, start, i) { \ macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utf16.h | 420 #define U16_SET_CP_START(s, start, i) { \ macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utf16.h | 420 #define U16_SET_CP_START(s, start, i) { \ macro
|
/external/icu4c/common/ |
D | utext.cpp | 2176 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/ |
D | utf16tst.c | 518 U16_SET_CP_START(input, 0, setOffset); in TestSetChar()
|