Home
last modified time | relevance | path

Searched refs:U8_SET_CP_LIMIT (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf8.h620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf8.h620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf8.h620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf8.h620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
/external/icu4c/common/unicode/
Dutf8.h676 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
Dutf_old.h500 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
/external/icu4c/test/cintltst/
Dutf8tst.c621 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input)); in TestSetChar()