HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 201 - 225 of 633) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/common/unicode/
unistr.h 3983 UnicodeString::replace(int32_t start, function in class:UnicodeString
3989 UnicodeString::replace(int32_t start, function in class:UnicodeString
3997 UnicodeString::replace(int32_t start, function in class:UnicodeString
4004 UnicodeString::replace(int32_t start, function in class:UnicodeString
4012 UnicodeString::replace(int32_t start, function in class:UnicodeString
4018 UnicodeString::replace(int32_t start, function in class:UnicodeString
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 108 return '"' + str.replace( "\"", "\\\"" ) + '"';
  /external/qemu/android/tools/
gen-hw-config.py 135 varName = item.name.replace(".","_")
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 77 Uri marketUri = Uri.parse(MARKET_URI_START + unavailableLang.toLowerCase().replace("-", "."));
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 29 * decision by deleting the provisions above and replace them with the notice
109 actual = actual.replace(/\s/g, ''); // for definiteness, remove any white space
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 29 * decision by deleting the provisions above and replace them with the notice
243 * So replace them with the empty string -
245 str = str.replace(/[\r\n]/g, '')
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-168347.js 29 * decision by deleting the provisions above and replace them with the notice
199 return str.replace(re, '');
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 15 return text.replace(/\0/g, "");
95 var unevaledString = '"' + b.replace(/"/g, "\"") + '"';
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 95 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
action_cssvaluekeywords.py 99 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
action_makenames.py 117 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 134 print line.replace("NOBODY (OOPS!)", reviewer.encode("utf-8")),
  /external/wpa_supplicant/
pmksa_cache.c 37 int replace);
80 int replace)
83 pmksa->free_cb(entry, pmksa->ctx, replace);
181 /* Replace an old entry for the same Authenticator (if found) with the
201 /* We are about to replace the current PMKSA
213 wpa_printf(MSG_DEBUG, "RSN: Replace PMKSA entry for "
487 void *ctx, int replace),
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.c 36 int replace);
85 int replace)
88 pmksa->free_cb(entry, pmksa->ctx, replace);
188 /* Replace an old entry for the same Authenticator (if found) with the
208 /* We are about to replace the current PMKSA
220 wpa_printf(MSG_DEBUG, "RSN: Replace PMKSA entry for "
496 void *ctx, int replace),
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 156 content.replace(selStart, selEnd, text);
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 146 String path = dir + "/" + name.replace(':', '.') + "-"
  /libcore/luni/src/main/java/javax/xml/parsers/
FilePathToURI.java 61 path = path.replace(separator, '/');
  /libcore/luni/src/main/java/javax/xml/transform/stream/
FilePathToURI.java 61 path = path.replace(separator, '/');
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 265 result.replace(start, end + END_OFFSET, value);
278 * <code>expand(str, properties).replace(File.separatorChar, '/')</code>.
283 return expand(str, properties).replace(File.separatorChar, '/');
326 path = path.replace(File.separatorChar, '/');
385 result.replace(start, end + END_OFFSET, value);
  /libcore/luni/src/test/java/tests/api/java/io/
FileDescriptorTest.java 35 + System.getProperty("java.vm.version").replace('.', '-');
  /packages/apps/Email/src/com/android/exchange/utility/
SimpleIcsWriter.java 133 return "\"" + paramValue.replace("\"", "'") + "\"";
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 139 assertEquals(semiSepRecipients, RECIPIENTS.replace(',', ';'));
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 172 human = human.replace('\n', ' ');
265 path = path.replace('\\', '/');
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 208 System.out.println(packageName.replace('/','.'));
227 classname = classname.replace('/','.');
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 205 s = s.replace('.', '/'); // transform FQCN into ASM internal name
213 s = s.replace('.', '/'); // transform FQCN into ASM internal name

Completed in 1990 milliseconds

1 2 3 4 5 6 7 891011>>