HomeSort by relevance Sort by last modified time
    Searched refs:newChar (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/skia/tools/
picture_utils.h 26 * Replaces all instances of oldChar with newChar in str.
28 void replace_char(SkString* str, const char oldChar, const char newChar);
picture_utils.cpp 37 void replace_char(SkString* str, const char oldChar, const char newChar) {
43 str->operator[](i) = newChar;
  /external/proguard/src/proguard/obfuscate/
SimpleNameFactory.java 115 char newChar = charAt(offset);
118 new String(new char[] { newChar }) :
119 (name(baseIndex-1) + newChar);
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 98 wchar_t newChar = (c == 'z') ? L'a' : L'A';
102 newName += newChar;
  /external/lzma/CPP/Common/
MyString.cpp 636 // !!!!!!!!!!!!!!! test it if newChar = '\0'
637 void AString::Replace(char oldChar, char newChar) throw()
639 if (oldChar == newChar)
648 _chars[pos] = newChar;
1100 // !!!!!!!!!!!!!!! test it if newChar = '\0'
1101 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw()
1103 if (oldChar == newChar)
1112 _chars[pos] = newChar;
MyString.h 277 void Replace(char oldChar, char newChar) throw();
442 void Replace(wchar_t oldChar, wchar_t newChar) throw();
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 401 char newChar=s.charAt(start);
402 if(thisChar!=newChar) {
438 branchNode.add(newChar, newSuffixNode);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 403 char newChar=s.charAt(start);
404 if(thisChar!=newChar) {
440 branchNode.add(newChar, newSuffixNode);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
String.java     [all...]
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 227 char* newChar = &pString[m_Size];
231 *newChar++ = _Ch;
233 *newChar = '\0'; // set null terminator
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 

Completed in 3017 milliseconds

1 2 3