Searched refs:unescape (Results 1 - 25 of 56) sorted by relevance

123

/external/v8/test/mjsunit/
H A Descape.js29 * @fileoverview Check that the global escape and unescape functions work
36 // Check the unescape chars are not escaped
61 // Check all chars up to 1000 in groups of 10 using unescape as a check
64 assertEquals(s, unescape(escape(s)));
74 assertEquals(example, unescape(escape(example)));
77 // Check unescape can cope with upper and lower case
78 assertEquals(unescape("%41%4A%4a"), "AJJ");
81 assertEquals("%U1234", unescape("%U1234"));
84 assertEquals("%", unescape("%"));
85 assertEquals("%4", unescape("
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
H A D15.1.2.5-1.js25 unescape( string )
28 The unescape function computes a new version of a string value in which
32 When the unescape function is called with one argument string, the
70 var TITLE = "unescape(string)";
82 array[item++] = new TestCase( SECTION, "unescape.length", 1, unescape.length );
83 array[item++] = new TestCase( SECTION, "unescape.length = null; unescape.length", 1, eval("unescape.length=null; unescape
[all...]
H A D15.1.2.5-2.js25 unescape( string )
31 The unescape function computes a new version of a string value in which
35 When the unescape function is called with one argument string, the
73 var TITLE = "unescape(string)";
89 "unescape( %"+ (ToHexString(CHARCODE)).substring(0,1) +" )",
91 unescape( "%" + (ToHexString(CHARCODE)).substring(0,1) ) );
98 "unescape( %u"+ (ToHexString(CHARCODE)).substring(0,1) +" )",
100 unescape( "%u" + (ToHexString(CHARCODE)).substring(0,1) ) );
109 "unescape( %u"+ (ToUnicodeString(CHARCODE)).substring(0,3)+ " )",
112 unescape( "
[all...]
H A D15.1.2.5-3.js25 unescape( string )
32 The unescape function computes a new version of a string value in which
36 When the unescape function is called with one argument string, the
75 var TITLE = "unescape(string)";
91 "unescape( %"+ (ToHexString(CHARCODE)).substring(0,1) +
96 unescape( "%" + (ToHexString(CHARCODE)).substring(0,1)+
103 "unescape( %u"+ (ToHexString(CHARCODE)).substring(0,1) +
108 unescape( "%u" + (ToHexString(CHARCODE)).substring(0,1)+
116 "unescape( %u"+ (ToUnicodeString(CHARCODE)).substring(0,3) +
124 unescape( "
[all...]
/external/icu4c/tools/genrb/
H A Dread.h41 UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
H A Dread.c178 c = unescape(buf, status);
238 c = unescape(buf, status);
284 c = unescape(buf, status);
431 UChar32 unescape(UCHARBUF *buf, function
/external/icu4c/test/intltest/
H A Dstrcase.cpp80 expectedResult = UnicodeString("i\\u0307stanbul, not constantinople!", "").unescape();
195 deseretInput=UnicodeString("\\U0001043C\\U00010414", "").unescape(),
196 deseretLower=UnicodeString("\\U0001043C\\U0001043C", "").unescape(),
197 deseretUpper=UnicodeString("\\U00010414\\U00010414", "").unescape();
213 ljInput=UnicodeString("ab'cD \\uFB00i\\u0131I\\u0130 \\u01C7\\u01C8\\u01C9 \\U0001043C\\U00010414", "").unescape(),
214 ljLower=UnicodeString("ab'cd \\uFB00i\\u0131ii\\u0307 \\u01C9\\u01C9\\u01C9 \\U0001043C\\U0001043C", "").unescape(),
215 ljUpper=UnicodeString("AB'CD FFIII\\u0130 \\u01C7\\u01C7\\u01C7 \\U00010414\\U00010414", "").unescape();
235 sigmas=UnicodeString("i\\u0307\\u03a3\\u0308j \\u0307\\u03a3\\u0308j i\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape(),
236 sigmasLower=UnicodeString("i\\u0307\\u03c3\\u0308j \\u0307\\u03c3\\u0308j i\\u00ad\\u03c2\\u0308 \\u0307\\u03c3\\u0308 ", "").unescape(),
237 sigmasUpper=UnicodeString("I\\u0307\\u03a3\\u0308J \\u0307\\u03a3\\u0308J I\\u00ad\\u03a3\\u0308 \\u0307\\u03a3\\u0308 ", "").unescape();
[all...]
H A Ditspoof.cpp118 UnicodeString s2 = UnicodeString("\\u0441\\u0445\\u0455").unescape(); // Cyrillic "cxs"
216 UnicodeString uInput = UnicodeString(input).unescape();
217 UnicodeString uExpected = UnicodeString(expected).unescape();
249 UnicodeString s = UnicodeString("abcd\\u0301ef").unescape();
255 UnicodeString s2 = UnicodeString("abcd\\u0301\\u0302\\u0301ef").unescape();
263 UnicodeString s3 = UnicodeString("abcd\\u00e1\\u0301xyz").unescape();
272 UnicodeString s = UnicodeString("B\\u00c1\\u0301").unescape();
H A Dtstnrapi.cpp23 UnicodeString s=UnicodeString("a\\u0308\\uac00\\U0002f800", "").unescape();
67 nfkc!=UnicodeString("TE\\u0139TELTELTELTELTELTELTELTELTEL", "").unescape() ||
68 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape()
H A Dtstnorm.cpp70 return str.unescape();
357 a = a.unescape();
364 exp = exp.unescape();
376 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape();
815 left=UnicodeString(cases[i][1], "").unescape();
816 right=UnicodeString(cases[i][2], "").unescape();
817 expect=UnicodeString(cases[i][3], "").unescape();
1073 s[i]=UnicodeString(strings[i], "").unescape();
1411 UnicodeString input=UnicodeString(pair.input, -1, US_INV).unescape();
1412 UnicodeString expected=UnicodeString(pair.expected, -1, US_INV).unescape();
[all...]
H A Dtextfile.cpp107 line = str.unescape();
H A Dalphaindextst.cpp147 const UnicodeString Cyrillic = UNICODE_STRING_SIMPLE("\\u0410\\u0443\\u0435").unescape();
378 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
H A Ducharstrietest.cpp786 builder_->add(UnicodeString(data[index].s, -1, US_INV).unescape(),
824 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
860 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
938 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
993 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
1034 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape();
H A Dssearch.cpp255 text = text.unescape();
262 text = text.unescape();
271 text = text.unescape();
280 text = text.unescape();
593 text = text.unescape();
600 text = text.unescape();
609 text = text.unescape();
618 text = text.unescape();
1265 longPattern = new BoyerMooreSearch(data, lp.unescape(), NULL, status);
1266 shortPattern = new BoyerMooreSearch(data, sp.unescape(), NUL
[all...]
H A Dtmsgfmt.cpp692 MessageFormat* msgFmt1 = internalCreate(t1.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t1");
705 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
714 MessageFormat* msgFmt2 = internalCreate(t2.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t2");
727 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
758 MessageFormat* msgFmt4 = internalCreate(t4.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t4");
771 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
781 MessageFormat* msgFmt5 = internalCreate(t5.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t5");
796 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
H A Dtufmtts.cpp309 u_strToUTF8(tmp1, 128, &len, expected[counter].unescape().getTerminatedBuffer(), expected[counter].unescape().length(), &status);
/external/v8/test/mjsunit/regress/
H A Dregress-3247124.js28 var foo = unescape("%E0%E2%EA%F4%FB%E3%F5%E1%E9%ED%F3%FA%E7%FC%C0%C2%CA%D4%DB%C3%D5%C1%C9%CD%D3%DA%C7%DC");
/external/linux-tools-perf/config/
H A Dutilities.mak30 # $(call unescape-nl...)
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
74 define shell-unescape-nl
128 "$$(echo $(call escape-nl,$(shell-sq),$(2)) | $(call shell-unescape-nl,$(2)))"
144 lookup = $(call unescape
[all...]
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dlasthit.rb66 display_agent = CGI::unescape(agent).sub('U; ', '')
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
H A D12.10-1.js145 this.unescape = new Function( "return this.value" );
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
H A D15.4.4.3-1.js98 unescape("%u000B%u000Btrue%u000Bfalse%u000B123%u000B[object Object]%u000Btrue"),
/external/chromium/base/i18n/
H A Dfile_util_icu.cc65 "[[\"*/:<>?\\\\|][:Cc:][:Cf:] - [\\u200c\\u200d]]").unescape(),
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.h59 size_t unescape(char * buffer, size_t buflen,
/external/v8/src/
H A Duri.js179 function Encode(uri, unescape) {
188 if (unescape(cc1)) {
416 "unescape", URIUnescape,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb130 def unescape( text ) method in class:ANTLR3.Template.GroupFile.Parser
156 unescape( token.text[ 1...-1 ] )

Completed in 438 milliseconds

123