Searched refs:U_IS_BMP (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf.h176 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/icu4c/i18n/
H A Dregextxt.cpp33 if (U_IS_BMP(c)) {
H A Drematch.cpp367 if (U_IS_BMP(escapedChar)) {
389 if (U_IS_BMP(c)) {
403 if (U_IS_BMP(c)) {
2917 if (U_IS_BMP(c)) {
2946 } else if ((U_IS_BMP(c) && *patternChars == c) ||
3993 if (U_IS_BMP(c)) {
4031 if ((U_IS_BMP(c) && *patternChars == c) ||
4652 if ((U_IS_BMP(c) && *pPat == c) ||
5677 if (U_IS_BMP(c)) {
5713 if ((U_IS_BMP(
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf.h168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntityParser.cpp60 if (U_IS_BMP(value))
67 if (U_IS_BMP(value)) {
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUTF8.cpp283 if (U_IS_BMP(character)) {
351 if (U_IS_BMP(character)) {
388 if (U_IS_BMP(character)) {
H A DUnicodeMacrosFromICU.h11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff) macro
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUTF8.cpp144 if (U_IS_BMP(character))
/external/icu4c/test/intltest/
H A Didnaconf.cpp212 if (U_IS_BMP(cp)){
/external/icu4c/test/cintltst/
H A Dcucdtst.c1379 !U_IS_BMP(0) || !U_IS_BMP(0x61) || !U_IS_BMP(0x20ac) ||
1380 !U_IS_BMP(0xd9da) || !U_IS_BMP(0xdfed) || !U_IS_BMP(0xffff) ||
1381 U_IS_BMP(U_SENTINEL) || U_IS_BMP(0x10000) || U_IS_BMP(0x50005) ||
1382 U_IS_BMP(
[all...]
/external/icu4c/common/
H A Dnormalizer2impl.cpp887 if(U_IS_BMP(c)) {
H A Dutext.cpp1768 if(U_IS_BMP(ch)){

Completed in 218 milliseconds