HomeSort by relevance Sort by last modified time
    Searched full:unescape (Results 101 - 125 of 320) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 756 * Unescape the strings
762 collation_strings[k] = collation_strings_escaped[k].unescape();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
MutablePatternModifier.java 296 int length = AffixUtils.unescape(this, sb, position, this);
303 int length = AffixUtils.unescape(this, sb, position, this);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
StringEscapeUtils.java 65 * @param input the {@code String} to unescape, may be null
116 * Its core use is to escape and unescape text. Because escaping and unescaping
  /external/v8/src/
uri.cc 310 namespace { // Anonymous namespace for Escape and Unescape
496 MaybeHandle<String> Uri::Unescape(Isolate* isolate, Handle<String> string) {
  /external/curl/lib/
escape.c 23 /* Escape and unescape URL encoding in strings. The functions return a new
ldap.c 876 /* Unescape the DN */
941 /* Unescape the attribute */
1011 /* Unescape the filter */
  /external/icu/icu4c/source/test/intltest/
transtst.h 304 * Test Escape and Unescape transliterators.
ustrtest.cpp 145 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
430 UnicodeString s=UNICODE_STRING("a\\u0308b", 8).unescape();
579 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
    [all...]
alphaindextst.cpp 181 const UnicodeString Cyrillic = UNICODE_STRING_SIMPLE("\\u0410\\u0443\\u0435").unescape();
437 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
533 = (UnicodeString("\\u2026:") + localeAndIndexCharacters[1] + ":\\u2026").unescape();
638 UnicodeString name = UnicodeString(testCase.name).unescape();
639 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape();
    [all...]
canittst.cpp 50 return str.unescape();
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 75 # unescape any ";;" in a property value, e.g. the mime-type from
  /external/libvncserver/webclients/novnc/
vnc_auto.html 161 document.title = unescape(WebUtil.getQueryVar('title', 'noVNC'));
  /external/python/cpython3/Lib/idlelib/
autocomplete.py 126 # XXX could consider raw strings here and unescape the string value if it's
  /external/tpm2/generator/
extract_structures.py 59 return ' ' + ''.join(x for x in self.unescape(data) if ord(x) < 128)
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonEvent.java 239 // unescape stuff within the word
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 750 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 747 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java     [all...]
  /external/libmicrohttpd/src/microhttpd/
internal.h 885 * Signature of function called to unescape URIs. See also
890 * @param uri 0-terminated string to unescape (should be updated)
1042 * Function to call when we unescape escape sequences.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 195 # unescape it (and any other escaped "#"'s that might be
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 131 public static String unescape(String text) { method in class:Utils
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestUtility.java 276 tuple.setField(name, Utility.unescape(value));
  /external/icu/icu4c/source/i18n/
number_affixutils.cpp 155 AffixUtils::unescape(const CharSequence &affixPattern, NumberStringBuilder &output, int32_t position, function in class:AffixUtils
rbt_pars.h 347 * unescape \u notation

Completed in 369 milliseconds

1 2 3 45 6 7 8 91011>>