Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.cpp347 …n(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer) in getNormalizedTextRun()
/external/webkit/Source/WebCore/platform/graphics/android/
DFontAndroid.cpp856 OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer) in getNormalizedTextRun()
/external/icu4c/test/cintltst/
Dcapitst.c1987 char fromShortBuffer[256], normalizedBuffer[256], fromNormalizedBuffer[256]; in TestShortString() local