Searched refs:isCRLFTAB (Results 1 – 2 of 2) sorted by relevance
85 #define isCRLFTAB(c) ((c)==13 || (c)==10 || (c)==9) macro94 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))
86 #define isCRLFTAB(c) ((c)==13 || (c)==10 || (c)==9) macro95 #define isLegalUTF7(c) (((uint8_t)((c)-32)<94 && (c)!=BACKSLASH) || isCRLFTAB(c))