Searched refs:U8_SET_CP_LIMIT (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utf8.h | 620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utf8.h | 620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf8.h | 620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utf8.h | 620 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
/external/icu4c/common/unicode/ |
D | utf8.h | 676 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
D | utf_old.h | 500 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/external/icu4c/test/cintltst/ |
D | utf8tst.c | 621 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input)); in TestSetChar()
|