Searched refs:normalizeSpacesAndMirrorChars (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h130 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length);
H A DComplexTextControllerLinux.cpp326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length) function in class:WebCore::ComplexTextController
392 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBufferLength);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp504 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl,
887 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, function in class:WebCore::TextRunWalker
957 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(),

Completed in 165 milliseconds