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

/external/icu4c/i18n/
H A Dcoleitr.cpp275 const UnicodeString& sourceText,
284 int32_t length = sourceText.length();
298 u_memcpy(string, sourceText.getBuffer(), length);
323 const CharacterIterator& sourceText,
333 if ( sourceText.endIndex() != 0 )
345 text = new Normalizer(sourceText, decomp);
350 int32_t length = sourceText.getLength();
364 ((CharacterIterator &)sourceText).getText(string);
274 CollationElementIterator( const UnicodeString& sourceText, const RuleBasedCollator* order, UErrorCode& status) argument
322 CollationElementIterator( const CharacterIterator& sourceText, const RuleBasedCollator* order, UErrorCode& status) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp381 const UChar* sourceText; local
384 sourceText = originalRun.characters();
387 sourceText = normalizedString.getBuffer();
392 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBufferLength);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp946 const UChar* sourceText; local
949 sourceText = originalRun.characters();
952 sourceText = normalizedString.getBuffer();
957 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(),

Completed in 1014 milliseconds