Home
last modified time | relevance | path

Searched refs:newChar (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/Common/
H A DMyString.cpp883 // !!!!!!!!!!!!!!! test it if newChar = '\0'
884 void AString::Replace(char oldChar, char newChar) throw() in Replace() argument
886 if (oldChar == newChar) in Replace()
896 chars[(unsigned)pos] = newChar; in Replace()
1525 // !!!!!!!!!!!!!!! test it if newChar = '\0'
1526 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace() argument
1528 if (oldChar == newChar) in Replace()
1538 chars[(unsigned)pos] = newChar; in Replace()
H A DMyString.h469 void Replace(char oldChar, char newChar) throw();
757 void Replace(wchar_t oldChar, wchar_t newChar) throw();
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java403 char newChar=s.charAt(start); in add()
404 if(thisChar!=newChar) { in add()
440 branchNode.add(newChar, newSuffixNode); in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTrieBuilder.java402 char newChar=s.charAt(start); in add()
403 if(thisChar!=newChar) { in add()
439 branchNode.add(newChar, newSuffixNode); in add()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp785 UChar newChar; in testAPI() local
790 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) { in testAPI()
791 randomSkeleton += newChar; in testAPI()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 12 milliseconds