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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp347 const TextRun& ComplexTextController::getNormalizedTextRun(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer) argument
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.cpp494 OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer);
965 OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer)
1008 normalizedBuffer = adoptArrayPtr(new UChar[normalizedBufferLength + 1]);
1010 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(),
1014 normalizedRun->setText(normalizedBuffer.get(), normalizedBufferLength);
964 getNormalizedTextRun(const TextRun& originalRun, OwnPtr<TextRun>& normalizedRun, OwnArrayPtr<UChar>& normalizedBuffer) argument
/external/icu4c/test/cintltst/
H A Dcapitst.c2053 char fromShortBuffer[256], normalizedBuffer[256], fromNormalizedBuffer[256]; local
2080 ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &status);
2081 fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status);
2092 testCases[i].input, normalizedBuffer);

Completed in 68 milliseconds