Searched refs:AsciiAlphaToLower (Results 1 – 3 of 3) sorted by relevance
40 inline int AsciiAlphaToLower(uc32 c) { in AsciiAlphaToLower() function70 return IsDecimalDigit(c) || IsInRange(AsciiAlphaToLower(c), 'a', 'f'); in IsHexDigit()75 return IsInRange(AsciiAlphaToLower(c), 'a', 'z') in IsRegExpWord()
109 if (len < prefix_size) prefix[len] = AsciiAlphaToLower(ch_); in ReadWord()
553 if (AsciiAlphaToLower(c0_) == 'e') { in ScanJsonNumber()