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

  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 211 bool isAscii = false;
217 isAscii = true;
229 if ((isAscii && systemCp == fontCp) || (!isAscii && systemCp != fontCp)) {
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 260 if (!isASCII(ch1) && Unicode::toLower(ch1) != Unicode::toUpper(ch1))
262 if (!isASCII(ch2) && Unicode::toLower(ch2) != Unicode::toUpper(ch2))
317 } else if (!isASCII(ch) && ((lower = Unicode::toLower(ch)) != (upper = Unicode::toUpper(ch)))) {
388 Jump isAscii = branch32(LessThanOrEqual, character, Imm32(0x7f));
409 isAscii.link(this);
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 141 static bool isAscii(const String& str)
152 if (!isAscii(str)) {
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 150 Jump isAscii = branch32(LessThanOrEqual, character, Imm32(0x7f));
171 isAscii.link(this);
    [all...]

Completed in 752 milliseconds