Searched refs:SecInt (Results 1 – 4 of 4) sorted by relevance
45 SECUREC_INLINE unsigned int SecWcharHighBits(SecInt ch) in SecWcharHighBits()51 SECUREC_INLINE unsigned char SecWcharLowByte(SecInt ch) in SecWcharLowByte()57 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit()65 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit()73 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
25 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit()30 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit()34 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
167 SecInt ch; /* Char read from input */216 *(outCh) = (SecInt)(SECUREC_CHAR_MASK & \265 SECUREC_INLINE int SecCanInputForBracket(int convChr, SecInt ch, const SecBracketTable *bracketTabl…285 SECUREC_INLINE int SecCanInputString(int convChr, SecInt ch)312 SECUREC_INLINE int SecIsDigit(SecInt ch);313 SECUREC_INLINE int SecIsXdigit(SecInt ch);314 SECUREC_INLINE int SecIsSpace(SecInt ch);315 SECUREC_INLINE SecInt SecSkipSpaceChar(SecFileStream *stream, int *counter);316 SECUREC_INLINE SecInt SecGetChar(SecFileStream *stream, int *counter);317 SECUREC_INLINE void SecUnGetChar(SecInt ch, SecFileStream *stream, int *counter);[all …]
291 typedef wint_t SecInt; typedef297 typedef int SecInt; typedef