HomeSort by relevance Sort by last modified time
    Searched refs:isASCIILower (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
ASCIICType.h 71 template<typename CharType> inline bool isASCIILower(CharType c)
173 using WTF::isASCIILower;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp 320 } else if (isASCIILower(cc)) {
342 } else if (isASCIILower(cc)) {
398 } else if (isASCIILower(cc)) {
415 } else if (isASCIILower(cc)) {
463 } else if (isASCIILower(cc)) {
480 } else if (isASCIILower(cc)) {
532 } else if (isASCIILower(cc)) {
549 } else if (isASCIILower(cc)) {
660 } else if (isASCIILower(cc)) {
678 } else if (isASCIILower(cc))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.cpp 62 if ((i + 1 < length) && isASCIILower(name[i + 1])) {
80 if (attributeName[a] == '-' && a + 1 < attributeLength && isASCIILower(attributeName[a + 1]))
117 if (name[i] == '-' && (i + 1 < length) && isASCIILower(name[i + 1]))
  /external/chromium_org/third_party/WebKit/Source/platform/text/
DateTimeFormat.cpp 97 if (isASCIILower(ch))
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CSSStyleDeclarationCustom.cpp 65 ASSERT(isASCIILower(*p));
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp 122 return !isASCIILower(ch) && !isASCIIUpper(ch) && !isASCIIDigit(ch) && ch != '.' && ch != '-';

Completed in 126 milliseconds