Home
last modified time | relevance | path

Searched refs:isLegalUTF7 (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro
274 if(!isLegalUTF7(b)) { in _UTF7ToUnicodeWithOffsets()
/third_party/icu/icu4c/source/common/
Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro
274 if(!isLegalUTF7(b)) { in _UTF7ToUnicodeWithOffsets()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro
274 if(!isLegalUTF7(b)) { in _UTF7ToUnicodeWithOffsets()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u7.cpp98 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c)) macro
274 if(!isLegalUTF7(b)) { in _UTF7ToUnicodeWithOffsets()