Searched defs:isHexDigit (Results 1 – 13 of 13) sorted by relevance
89 inline bool isHexDigit(char c) { in isHexDigit() function
108 inline bool isHexDigit(char c) { in isHexDigit() function
75 public static boolean isHexDigit(char ch) { in isHexDigit() method in StringTokenizer
181 TEST(CharInfoTest, isHexDigit) { in TEST() argument
180 TEST(CharInfoTest, isHexDigit) { in TEST() argument
123 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
124 LLVM_READONLY static inline bool isHexDigit(unsigned char c) { in isHexDigit() function
115 private static boolean isHexDigit(char c) in isHexDigit() method in IETFUtils
111 private static boolean isHexDigit(char c) in isHexDigit() method in IETFUtils
1489 private static boolean isHexDigit(char c) { in isHexDigit() method in LSSerializerImpl
79 inline bool isHexDigit(char C) { return hexDigitValue(C) != -1U; } in isHexDigit() function
91 inline bool isHexDigit(char C) { return hexDigitValue(C) != -1U; } in isHexDigit() function