Home
last modified time | relevance | path

Searched refs:U16_SET_CP_LIMIT (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/icu/unicode/
Dutf16.h599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf16.h599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/icu4c/common/unicode/
Dutf16.h608 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
Dutf_old.h744 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
1168 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length)
Dunistr.h4163 U16_SET_CP_LIMIT(array, 0, offset, len); in getChar32Limit()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf16.h599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf16.h599 #define U16_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/icu4c/test/cintltst/
Dutf16tst.c538 U16_SET_CP_LIMIT(input,0, setOffset, sizeof(input)/U_SIZEOF_UCHAR); in TestSetChar()