Searched refs:isASCIILower (Results 1 – 6 of 6) sorted by relevance
63 if ((i + 1 < length) && isASCIILower(name[i + 1])) { in convertAttributeNameToPropertyName()86 … if (attributeName[a] == '-' && a + 1 < attributeLength && isASCIILower(attributeName[a + 1])) in propertyNameMatchesAttributeName()104 if (name[i] == '-' && (i + 1 < length) && isASCIILower(name[i + 1])) in isValidPropertyName()
316 } else if (isASCIILower(cc)) { in nextToken()338 } else if (isASCIILower(cc)) { in nextToken()394 } else if (isASCIILower(cc)) { in nextToken()411 } else if (isASCIILower(cc)) { in nextToken()459 } else if (isASCIILower(cc)) { in nextToken()476 } else if (isASCIILower(cc)) { in nextToken()528 } else if (isASCIILower(cc)) { in nextToken()545 } else if (isASCIILower(cc)) { in nextToken()656 } else if (isASCIILower(cc)) { in nextToken()674 } else if (isASCIILower(cc)) { in nextToken()[all …]
71 template<typename CharType> inline bool isASCIILower(CharType c) in isASCIILower() function173 using WTF::isASCIILower;
97 if (isASCIILower(ch)) in mapCharacterToFieldType()
66 ASSERT(isASCIILower(*p)); in hasCSSPropertyNamePrefix()
110 return !isASCIILower(ch) && !isASCIIUpper(ch) && !isASCIIDigit(ch) && ch != '.' && ch != '-'; in isInvalidDomainCharacter()