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

/external/chromium_org/third_party/skia/tools/
H A Dpicture_utils.h24 * Replaces all instances of oldChar with newChar in str.
30 void replace_char(SkString* str, const char oldChar, const char newChar);
H A Dpicture_utils.cpp33 void replace_char(SkString* str, const char oldChar, const char newChar) { argument
39 str->operator[](i) = newChar;
H A Dskimage_main.cpp467 * Replaces all instances of oldChar with newChar in str.
473 static void replace_char(SkString* str, const char oldChar, const char newChar) { argument
479 str->operator[](i) = newChar;
/external/skia/tools/
H A Dpicture_utils.h24 * Replaces all instances of oldChar with newChar in str.
30 void replace_char(SkString* str, const char oldChar, const char newChar);
H A Dpicture_utils.cpp33 void replace_char(SkString* str, const char oldChar, const char newChar) { argument
39 str->operator[](i) = newChar;
H A Dskimage_main.cpp467 * Replaces all instances of oldChar with newChar in str.
473 static void replace_char(SkString* str, const char oldChar, const char newChar) { argument
479 str->operator[](i) = newChar;
/external/proguard/src/proguard/obfuscate/
H A DSimpleNameFactory.java115 char newChar = charAt(offset);
118 new String(new char[] { newChar }) :
119 (name(baseIndex-1) + newChar);
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.h83 String replace( char oldChar, char newChar );
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp95 wchar_t newChar = (c == 'z') ? L'a' : L'A'; local
99 newName += newChar;
/external/lzma/CPP/Common/
H A DMyString.h489 // !!!!!!!!!!!!!!! test it if newChar = '\0'
490 int Replace(T oldChar, T newChar) argument
492 if (oldChar == newChar)
501 _chars[pos] = newChar;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp707 UChar newChar; local
713 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {
714 randomSkeleton += newChar;
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp707 UChar newChar; local
713 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {
714 randomSkeleton += newChar;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1541 LChar newChar = static_cast<LChar>(newC); local
1548 ch = newChar;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 663 milliseconds