Searched refs:normalizedBufferLength (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp380 int normalizedBufferLength; local
383 normalizedBufferLength = originalRun.length();
386 normalizedBufferLength = normalizedString.length();
390 normalizedBuffer = adoptArrayPtr(new UChar[normalizedBufferLength + 1]);
392 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBufferLength);
395 normalizedRun->setText(normalizedBuffer.get(), normalizedBufferLength);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp945 int normalizedBufferLength; local
948 normalizedBufferLength = originalRun.length();
951 normalizedBufferLength = normalizedString.length();
955 normalizedBuffer = adoptArrayPtr(new UChar[normalizedBufferLength + 1]);
958 normalizedBufferLength);
961 normalizedRun->setText(normalizedBuffer.get(), normalizedBufferLength);

Completed in 27 milliseconds