Home
last modified time | relevance | path

Searched defs:newChar (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/obfuscate/
DSimpleNameFactory.java115 char newChar = charAt(offset); in newName() local
/external/skia/tools/
Dpicture_utils.cpp37 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char()
/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp712 UChar newChar; in testAPI() local
/external/lzma/CPP/Common/
DMyString.cpp777 void AString::Replace(char oldChar, char newChar) throw() in Replace()
1321 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java401 char newChar=s.charAt(start); in add() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java403 char newChar=s.charAt(start); in add() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp227 char* newChar = &pString[m_Size]; in append() local