Searched refs:addCharacter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStringHasherTest.cpp70 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(testBUChar
[all...]
H A DStringHasher.h62 void addCharacter(UChar character) function in class:WTF::StringHasher
104 addCharacter(Converter(*data));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthCache.h86 hasher.addCharacter(characters[i]);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUTF8.cpp381 stringHasher.addCharacter(*data++);
408 stringHasher.addCharacter(static_cast<UChar>(character)); // normal case

Completed in 116 milliseconds