Home
last modified time | relevance | path

Searched refs:U_IS_UNICODE_NONCHAR (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Dutf.h130 #define U_IS_UNICODE_NONCHAR(c) \ macro
153 (0xdfff<(c) && (c)<=0x10ffff && !U_IS_UNICODE_NONCHAR(c)))
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf.h130 #define U_IS_UNICODE_NONCHAR(c) \ macro
153 (0xdfff<(c) && (c)<=0x10ffff && !U_IS_UNICODE_NONCHAR(c)))
/third_party/icu/icu4c/source/common/unicode/
Dutf.h130 #define U_IS_UNICODE_NONCHAR(c) \ macro
153 (0xdfff<(c) && (c)<=0x10ffff && !U_IS_UNICODE_NONCHAR(c)))
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf.h130 #define U_IS_UNICODE_NONCHAR(c) \ macro
153 (0xdfff<(c) && (c)<=0x10ffff && !U_IS_UNICODE_NONCHAR(c)))
/third_party/icu/icu4c/source/common/
Dutf_impl.cpp148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
261 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
288 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
Dunames.cpp424 if (U_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
261 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
288 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
Dunames.cpp424 if (U_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
/third_party/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
261 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
288 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
Dunames.cpp424 if (U_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
/third_party/node/deps/icu-small/source/common/
Dutf_impl.cpp148 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
162 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_nextCharSafeBody()
261 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
288 if(strict<=0 || !U_IS_UNICODE_NONCHAR(c)) { in utf8_prevCharSafeBody()
Dunames.cpp424 if (U_IS_UNICODE_NONCHAR(cp)) { in getCharCat()
/third_party/icu/tools/unicode/c/genuts46/
Dgenuts46.cpp119 } else if(U_IS_UNICODE_NONCHAR(c)) { in getAgeIfAssigned()
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c560 if(!U_IS_UNICODE_NONCHAR(ch)) { in TestNextPrevNonCharacters()
566 if(!U_IS_UNICODE_NONCHAR(ch)) { in TestNextPrevNonCharacters()
Dcucdtst.c1291 … if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) { in enumDefaultsRange()
/third_party/icu/docs/userguide/strings/
Dproperties.md160 …r_Code_Point | binary | (U) | UCHAR_NONCHARACTER​_CODE_POINT, <br /> U_IS_UNICODE_NONCHAR (utf.h) |