Searched refs:oldChar (Results 1 - 13 of 13) 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
38 if (oldChar == str->operator[](i)) {
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
478 if (oldChar == str->operator[](i)) {
/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
38 if (oldChar == str->operator[](i)) {
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
478 if (oldChar == str->operator[](i)) {
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.h83 String replace( char oldChar, char newChar );
/external/lzma/CPP/Common/
H A DMyString.h490 int Replace(T oldChar, T newChar) argument
492 if (oldChar == newChar)
498 pos = Find(oldChar, pos);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1540 LChar oldChar = static_cast<LChar>(oldC); local
1547 if (ch == oldChar)
/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 Dorg.eclipse.pde.core_3.6.1.v20100902_r361.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 190 milliseconds