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

  /external/chromium_org/third_party/WebKit/Source/wtf/
StringHasherTest.cpp 70 hasher.addCharacter(0);
76 hasher.addCharacter(testAUChars[0]);
79 hasher.addCharacter(testAUChars[1]);
82 hasher.addCharacter(testAUChars[2]);
85 hasher.addCharacter(testAUChars[3]);
88 hasher.addCharacter(testAUChars[4]);
94 hasher.addCharacter(testBUChars[0]);
97 hasher.addCharacter(testBUChars[1]);
100 hasher.addCharacter(testBUChars[2]);
103 hasher.addCharacter(testBUChars[3])
    [all...]
StringHasher.h 62 void addCharacter(UChar character)
104 addCharacter(Converter(*data));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 86 hasher.addCharacter(characters[i]);
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 381 stringHasher.addCharacter(*data++);
408 stringHasher.addCharacter(static_cast<UChar>(character)); // normal case

Completed in 188 milliseconds