Home
last modified time | relevance | path

Searched defs:numCharacters (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
DFindCanvas.cpp271 int numCharacters = byteLength >> 1; in findHelper() local
/external/webkit/WebCore/platform/graphics/opentype/
DOpenTypeUtilities.cpp181 unsigned numCharacters = length / 2; in appendBigEndianString() local
/external/webkit/JavaScriptCore/runtime/
DUString.cpp87 static inline void copyChars(UChar* destination, const UChar* source, unsigned numCharacters) in copyChars()