Searched refs:isASCIIAlpha (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DASCIICType.h51 template<typename CharType> inline bool isASCIIAlpha(CharType c) function in namespace:WTF
63 return isASCIIDigit(c) || isASCIIAlpha(c);
169 using WTF::isASCIIAlpha;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMarkup.cpp45 if (characters == end || !(characters[0] == '_' || characters[0] >= 128 || isASCIIAlpha(characters[0])))
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizerTest.cpp135 else if (isASCIIAlpha(c))
H A DMediaQueryTokenizer.cpp21 if (isASCIIAlpha(c))
H A DCSSTokenizer-in.cpp228 return isASCIIAlpha(currentCharacter[0]) || currentCharacter[0] == '_' || currentCharacter[0] >= 128
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DDateTimeFormat.cpp245 return isASCIIAlpha(ch) || ch == '\'';
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPSourceList.cpp353 if (!skipExactly<UChar, isASCIIAlpha>(position, end))
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp954 if (isASCIIAlpha(c)) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4141 if (!(isASCIIAlpha(c) || c == ':' || c == '_'))

Completed in 181 milliseconds