Home
last modified time | relevance | path

Searched defs:isLegalUTF7 (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro

Completed in 6 milliseconds