Searched refs:toASCIILower (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncodingRegistry.cpp61 c1 = toASCIILower(*s1++);
62 c2 = toASCIILower(*s2++);
68 if (toASCIILower(c1) != toASCIILower(c2))
89 h += toASCIILower(c);
H A DStringImpl.cpp526 data8[i] = toASCIILower(characters8()[i]);
557 data16[i] = toASCIILower(c);
802 data[i] = toASCIILower(c);
823 data[i] = toASCIILower(c);
2034 equal = equal && (toASCIILower(ac) == toASCIILower(bc));
2054 equal = equal && (toASCIILower(ac) == toASCIILower(bc));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DASCIICType.h109 template<typename CharType> inline CharType toASCIILower(CharType c) function in namespace:WTF
179 using WTF::toASCIILower;
H A DDateMath.cpp469 needle[i] = static_cast<char>(toASCIILower(*monthStr++));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp69 if (toASCIILower(propertyName[0]) != prefix[0])
107 builder.append(toASCIILower(propertyName[i++]));
118 builder.append(toASCIILower(c));
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp758 const bool isTranslate = toASCIILower(pos[0]) == 't'
759 && toASCIILower(pos[1]) == 'r'
760 && toASCIILower(pos[2]) == 'a'
761 && toASCIILower(pos[3]) == 'n'
762 && toASCIILower(pos[4]) == 's'
763 && toASCIILower(pos[5]) == 'l'
764 && toASCIILower(pos[6]) == 'a'
765 && toASCIILower(pos[7]) == 't'
766 && toASCIILower(pos[8]) == 'e';
772 CharType c9 = toASCIILower(po
[all...]
H A DCSSPropertyParser.cpp7760 buffer[i] = toASCIILower(c);
7807 buffer[i] = WTF::toASCIILower(c);
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp112 builder.append(toASCIILower(scheme[i]));
/external/chromium_org/third_party/icu/source/common/
H A Duidna.cpp49 toASCIILower(UChar ch){ function
65 if(toASCIILower(src[i]) != ACE_PREFIX[i]){
110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
357 // toASCIILower(b2,b2Len);
/external/icu/icu4c/source/common/
H A Duidna.cpp49 toASCIILower(UChar ch){ function
65 if(toASCIILower(src[i]) != ACE_PREFIX[i]){
110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
357 // toASCIILower(b2,b2Len);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDatasetDOMStringMap.cpp135 builder.append(toASCIILower(character));
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DEmailInputType.cpp115 return validCharacters.find(toASCIILower(ch)) == kNotFound;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaref.cpp63 toASCIILower(UChar ch){ function
90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp63 toASCIILower(UChar ch){ function
90 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp268 buffer[i] = toASCIILower(static_cast<char>(c));
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp832 ASSERT(toASCIILower(*protocol) == *protocol);
833 if (toASCIILower(*begin++) != *protocol++)
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsers.cpp73 if (toASCIILower(str[current]) != *token++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds