Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/unicode/
H A Dutf.h161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/third_party/icu/icu4c/source/i18n/
H A Dregextxt.cpp36 if (U_IS_BMP(c)) { in uregex_utext_unescape_charAt()
H A Drematch.cpp366 if (U_IS_BMP(escapedChar)) { in appendReplacement()
388 if (U_IS_BMP(c)) { in appendReplacement()
402 if (U_IS_BMP(c)) { in appendReplacement()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutf.h161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/third_party/node/deps/icu-small/source/i18n/
H A Dregextxt.cpp36 if (U_IS_BMP(c)) { in uregex_utext_unescape_charAt()
H A Drematch.cpp366 if (U_IS_BMP(escapedChar)) { in appendReplacement()
388 if (U_IS_BMP(c)) { in appendReplacement()
402 if (U_IS_BMP(c)) { in appendReplacement()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregextxt.cpp36 if (U_IS_BMP(c)) { in uregex_utext_unescape_charAt()
H A Drematch.cpp366 if (U_IS_BMP(escapedChar)) { in appendReplacement()
388 if (U_IS_BMP(c)) { in appendReplacement()
402 if (U_IS_BMP(c)) { in appendReplacement()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutf.h161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) macro
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc140 #define U_IS_BMP(c) ((uint32_t)(c) <= 0xFFFF) macro
292 if (U_IS_BMP(character)) { in convertUTF8ToUTF16()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1571 !U_IS_BMP(0) || !U_IS_BMP(0x61) || !U_IS_BMP(0x20ac) || in TestCodePoint()
1572 !U_IS_BMP(0xd9da) || !U_IS_BMP(0xdfed) || !U_IS_BMP(0xffff) || in TestCodePoint()
1573 U_IS_BMP(U_SENTINEL) || U_IS_BMP(0x10000) || U_IS_BMP(0x50005) || in TestCodePoint()
1574 U_IS_BMP( in TestCodePoint()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp139 if (U_IS_BMP(cp)){ in ExplainCodePointTag()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1368 if(U_IS_BMP(c)) {
H A Dutext.cpp1441 if(U_IS_BMP(ch)){
/third_party/node/deps/icu-small/source/common/
H A Dutext.cpp1444 if(U_IS_BMP(ch)){
H A Dnormalizer2impl.cpp1368 if(U_IS_BMP(c)) {
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp1368 if(U_IS_BMP(c)) {
H A Dutext.cpp1441 if(U_IS_BMP(ch)){

Completed in 61 milliseconds