Searched defs:oldText (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/unicode/
H A Dunistr.h2345 * Replace all occurrences of characters in oldText with the characters
2347 * @param oldText the text containing the search text
2352 inline UnicodeString& findAndReplace(const UnicodeString& oldText,
2356 * Replace all occurrences of characters in oldText with characters
2361 * @param oldText the text containing the search text
2368 const UnicodeString& oldText,
2372 * Replace all occurrences of characters in oldText in the range
2379 * @param oldText the text containing the search text
2380 * @param oldStart the start of the search range in <TT>oldText</TT>
2381 * @param oldLength the length of the search range in <TT>oldText</T
4073 findAndReplace(const UnicodeString& oldText, const UnicodeString& newText) argument
4079 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
[all...]
/external/icu4c/common/
H A Dunistr.cpp1032 const UnicodeString& oldText,
1039 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1044 oldText.pinIndices(oldStart, oldLength);
1052 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1054 // no more oldText's here: done
1057 // we found oldText, replace it by newText and go beyond it
1030 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5489 RefPtr<StringImpl> oldText = textObj->originalText(); local
5490 ASSERT(oldText);
5492 if (oldText && oldText->length() > 0) {
5496 while (length < oldText->length() && shouldSkipForFirstLetter((*oldText)[length]))
5504 for (unsigned scanLength = length; scanLength < oldText->length(); ++scanLength) {
5505 UChar c = (*oldText)[scanLength];
5517 new (renderArena()) RenderTextFragment(textObj->node() ? textObj->node() : textObj->document(), oldText.get(), length, oldText
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 136 milliseconds