Lines Matching refs:IsASCIICharacter
643 if (!IsASCIICharacter(utf8Data[index]) ||
644 !IsASCIICharacter(utf8Data[index + 1]) || // 1: the second element of the block
645 !IsASCIICharacter(utf8Data[index + 2]) || // 2: the third element of the block
646 !IsASCIICharacter(utf8Data[index + 3])) { // 3: the fourth element of the block
652 if (!IsASCIICharacter(utf8Data[index])) {
665 if (!IsASCIICharacter(utf16Data[index]) ||
666 !IsASCIICharacter(utf16Data[index + 1]) || // 1: the second element of the block
667 !IsASCIICharacter(utf16Data[index + 2]) || // 2: the third element of the block
668 !IsASCIICharacter(utf16Data[index + 3])) { // 3: the fourth element of the block
674 if (!IsASCIICharacter(utf16Data[index])) {