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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
transtst.h 302 * Test Escape and Unescape transliterators.
uts46test.cpp 138 expected=UNICODE_STRING_SIMPLE("xn--bcher\\uFFFDde-65a").unescape();
209 UnicodeString input=UNICODE_STRING_SIMPLE("\\u0000A_2+2=4\\u000A.e\\u00DFen.net").unescape();
213 UNICODE_STRING_SIMPLE("\\u0000a_2+2=4\\u000A.essen.net").unescape() ||
227 input=UNICODE_STRING_SIMPLE("a\\u2260b\\u226Ec\\u226Fd").unescape();
    [all...]
ustrtest.cpp 137 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
422 UnicodeString s=UNICODE_STRING("a\\u0308b", 8).unescape();
571 UnicodeString s=UNICODE_STRING("\\U0002f999\\U0001d15f\\u00c4\\u1ed0", 32).unescape();
    [all...]
canittst.cpp 49 return str.unescape();
csdetest.cpp 326 UnicodeString s = ss.unescape();
426 UnicodeString s = ss.unescape();
493 UnicodeString sWindows = ssWindows.unescape();
826 UnicodeString sWindows = ssWindows.unescape();
    [all...]
utxttest.cpp 136 // don't put '\', will cause unescape() to fail.
170 UnicodeString sa = s.unescape();
    [all...]
  /external/libvncserver/webclients/novnc/
vnc_auto.html 161 document.title = unescape(WebUtil.getQueryVar('title', 'noVNC'));
  /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/curl/lib/
ldap.c 805 /* Unescape the DN */
869 /* Unescape the attribute */
937 /* Unescape the filter */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 745 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 741 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1));
    [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...]
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 130 public static String unescape(String text) { method in class:Utils
  /external/avahi/avahi-common/
domain.c 40 /* Read the first label from string *name, unescape "\" and write it to dest */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 247 tuple.setField(name, Utility.unescape(value));
  /external/icu/icu4c/source/i18n/
rbt_pars.h 345 * unescape \u notation
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 130 # unescape any ";;" in a property value, e.g. the mime-type from
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestSuite.java 243 tuple.setField(name, Utility.unescape(value));
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
avstring.h 149 * Unescape the given string until a non escaped terminating char,
  /external/toybox/lib/
lib.h 184 int unescape(char c);
  /external/webrtc/webrtc/base/
stringencode.h 39 size_t unescape(char * buffer, size_t buflen,
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
pointertest.cpp 84 // Unescape ~1
93 // Unescape ~0
211 // Unescape ~1
220 // Unescape ~0
    [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 220 // TODO: unescape the string
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 195 # unescape it (and any other escaped "#"'s that might be

Completed in 1428 milliseconds

1 2 3 45 6 7 8 91011>>