HomeSort by relevance Sort by last modified time
    Searched refs:findAndReplace (Results 1 - 20 of 20) sorted by null

  /external/icu4c/i18n/
currpinf.cpp 306 pattern->findAndReplace(UnicodeString(TRUE, gPart0, 3),
308 pattern->findAndReplace(UnicodeString(TRUE, gPart1, 3), UnicodeString(TRUE, gTripleCurrencySign, 3));
312 negPattern.findAndReplace(UnicodeString(TRUE, gPart0, 3),
314 negPattern.findAndReplace(UnicodeString(TRUE, gPart1, 3), UnicodeString(TRUE, gTripleCurrencySign, 3));
reldtfmt.cpp 165 relativeDayString.findAndReplace(UNICODE_STRING("'", 1), UNICODE_STRING("''", 2) ); // double any existing APOSTROPHE
tznames.cpp 327 name.findAndReplace(UnicodeString((UChar)0x5f /* _ */),
dtitvinf.cpp 468 copySkeleton.findAndReplace(UnicodeString(CHAR_Z), UnicodeString(CHAR_V));
dtitvfmt.cpp     [all...]
numfmt.cpp     [all...]
dtptngen.cpp 767 patternFormCopy.findAndReplace(UnicodeString(LOW_J), UnicodeString(fDefaultHourFormatChar));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 140 Node newNode=findAndReplace(document);
211 private Node findAndReplace(Document document) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
ustrtest.cpp     [all...]
transtst.cpp     [all...]
intltest.cpp 1036 message.findAndReplace(UnicodeString((UChar)'\n'), indent);
    [all...]
numfmtst.cpp     [all...]
dtfmttst.cpp     [all...]
  /external/icu4c/tools/tzcode/
icuzdump.cpp 385 id = id.findAndReplace("/", "-");
  /external/skia/src/core/
SkPictureFlat.h 178 * pointer returned by allocThrow. If findAndReplace() is intended to be
435 const SkFlatData* findAndReplace(const T& element,
  /external/icu4c/common/
unistr.cpp 1077 UnicodeString::findAndReplace(int32_t start,
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 300 // Should be called after any calls to an SkFlatDictionary::findAndReplace
366 const SkFlatData* flat = fFlatDictionary.findAndReplace(*obj, fFlattenableHeap.flatToReplace(),
    [all...]

Completed in 590 milliseconds