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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 326 UnicodeString s = ss.unescape();
426 UnicodeString s = ss.unescape();
493 UnicodeString sWindows = ssWindows.unescape();
826 UnicodeString sWindows = ssWindows.unescape();
    [all...]
tzfmttst.cpp     [all...]
utxttest.cpp 135 // don't put '\', will cause unescape() to fail.
169 UnicodeString sa = s.unescape();
    [all...]
itercoll.cpp 253 UnicodeString surrogate = UNICODE_STRING_SIMPLE("\\ud800\\udc00str").unescape();
264 surrogate = UNICODE_STRING_SIMPLE("simple\\ud800\\udc00str").unescape();
reldatefmttest.cpp     [all...]
strtest.cpp 569 assertEquals("Testing unescape@0", (int32_t)0x0046, u.charAt(0));
570 assertEquals("Testing unescape@2", (int32_t)295, u.charAt(2));
tufmtts.cpp 425 u_strToUTF8(tmp1, 128, &len, expected[counter].unescape().getTerminatedBuffer(), expected[counter].unescape().length(), &status);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestUtility.java 273 tuple.setField(name, Utility.unescape(value));
  /external/python/cpython2/Lib/distutils/
text_file.py 195 # unescape it (and any other escaped "#"'s that might be
  /external/python/cpython3/Lib/distutils/
text_file.py 186 # unescape it (and any other escaped "#"'s that might be
  /external/toybox/lib/
lib.h 212 int unescape(char c);
  /external/toybox/toys/pending/
sh.c 298 if (!(c = unescape(cc))) {
  /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
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 195 # unescape it (and any other escaped "#"'s that might be
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 195 # unescape it (and any other escaped "#"'s that might be
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 195 # unescape it (and any other escaped "#"'s that might be
  /build/kati/
ninja.go 381 // unescapeInput only "\ ", "\=" unescape as " ", "=".
382 // TODO(ukai): which char should unescape, which should not here?
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 308 attrvalue = self.unescape(attrvalue)
447 def unescape(self, s): member in class:HTMLParser
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 130 def unescape( text ) method in class:ANTLR3.Template.GroupFile.Parser
156 unescape( token.text[ 1...-1 ] )
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 568 unescape();
572 * C: convert and unescape a char * string with only invariant
  /external/libxml2/doc/devhelp/
libxml2-uri.html 149 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>str</tt></i>:</span></td><td>the string to unescape</td></tr><tr><td><span class="term"><i><tt>len</tt></i>:</span></td><td>the length in bytes to unescape (or &lt;= 0 to indicate full string)</td></tr><tr><td><span class="term"><i><tt>target</tt></i>:</span></td><td>optional destination buffer</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a copy of the string, but unescaped, will return NULL only in case of error</td></tr></tbody></table></div></div>
  /external/python/cpython2/Lib/
HTMLParser.py 308 attrvalue = self.unescape(attrvalue)
447 def unescape(self, s): member in class:HTMLParser

Completed in 1069 milliseconds

1 2 3 4 56 7 8 91011>>