Searched defs:isHexDigit (Results 1 – 8 of 8) sorted by relevance
8 public static isHexDigit(c: number): boolean { method in CharacterInfo
35 CharacterInfo.isHexDigit = function (c) { function in CharacterInfo
79 inline bool isHexDigit(char C) { return hexDigitValue(C) != -1U; } in isHexDigit() function
526 function isHexDigit(ch: number): boolean { function
5033 function isHexDigit(ch) { function
5027 function isHexDigit(ch) { function
10536 function isHexDigit(ch) { function
7584 function isHexDigit(ch) { function