Searched refs:unescape (Results 26 - 50 of 130) sorted by relevance

123456

/external/chromium_org/chrome/test/ext_auto/auto_provider/
H A Dserver.js15 var utf8string = unescape(encodeURIComponent(string));
H A Dconnection_handler.js145 console.log(command + '(' + unescape(argsJson) + ')');
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtextfile.cpp107 line = str.unescape();
H A Dalphaindextst.cpp177 const UnicodeString Cyrillic = UNICODE_STRING_SIMPLE("\\u0410\\u0443\\u0435").unescape();
433 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
537 = (UnicodeString("\\u2026:") + localeAndIndexCharacters[1] + ":\\u2026").unescape();
642 UnicodeString name = UnicodeString(testCase.name).unescape();
643 UnicodeString label = UnicodeString(testCase.bucketLabel).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.cpp221 text = text.unescape();
228 text = text.unescape();
237 text = text.unescape();
246 text = text.unescape();
739 UnicodeString lpUnescaped = lp.unescape();
740 UnicodeString spUnescaped = sp.unescape();
757 UnicodeString target = targets[t].unescape();
H A Dtmsgfmt.cpp691 MessageFormat* msgFmt1 = internalCreate(t1.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t1");
704 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
713 MessageFormat* msgFmt2 = internalCreate(t2.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t2");
726 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");
780 MessageFormat* msgFmt5 = internalCreate(t5.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t5");
795 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
H A Dtufmtts.cpp322 u_strToUTF8(tmp1, 128, &len, expected[counter].unescape().getTerminatedBuffer(), expected[counter].unescape().length(), &status);
H A Dcompactdecimalformattest.cpp317 expected = expected.unescape();
H A Djamotest.cpp404 hangul = hangul.unescape(); // Parse backslash-u escapes
H A Duts46test.cpp139 expected=UNICODE_STRING_SIMPLE("xn--bcher\\uFFFDde-65a").unescape();
210 UnicodeString input=UNICODE_STRING_SIMPLE("\\u0000A_2+2=4\\u000A.e\\u00DFen.net").unescape();
214 UNICODE_STRING_SIMPLE("\\u0000a_2+2=4\\u000A.essen.net").unescape() ||
228 input=UNICODE_STRING_SIMPLE("a\\u2260b\\u226Ec\\u226Fd").unescape();
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp107 line = str.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.cpp221 text = text.unescape();
228 text = text.unescape();
237 text = text.unescape();
246 text = text.unescape();
736 UnicodeString lpUnescaped = lp.unescape();
737 UnicodeString spUnescaped = sp.unescape();
754 UnicodeString target = targets[t].unescape();
H A Dalphaindextst.cpp179 const UnicodeString Cyrillic = UNICODE_STRING_SIMPLE("\\u0410\\u0443\\u0435").unescape();
435 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
539 = (UnicodeString("\\u2026:") + localeAndIndexCharacters[1] + ":\\u2026").unescape();
644 UnicodeString name = UnicodeString(testCase.name).unescape();
645 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape();
H A Dreldatefmttest.cpp382 expected = expected.unescape();
406 expected = expected.unescape();
H A Dtmsgfmt.cpp691 MessageFormat* msgFmt1 = internalCreate(t1.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t1");
704 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
713 MessageFormat* msgFmt2 = internalCreate(t2.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t2");
726 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");
780 MessageFormat* msgFmt5 = internalCreate(t5.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t5");
795 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
/external/chromium_org/native_client_sdk/src/resources/
H A Dcommon.js431 searchVars[unescape(keyValue[0])] =
432 keyValue.length > 1 ? unescape(keyValue[1]) : '';
/external/chromium_org/third_party/markupsafe/
H A D__init__.py123 def unescape(self): member in class:Markup
127 >>> Markup("Main &raquo; <em>About</em>").unescape()
154 return Markup(stripped).unescape()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dactions.c461 static unsigned char unescape(SubStr *s){ function
495 unsigned char lb = unescape(s), ub;
500 ub = unescape(s);
518 re = matchChar(unescape(&s));
520 re = RegExp_new_CatOp(re, matchChar(unescape(&s)));
530 c = unescape(&s);
539 c = unescape(&s);
/external/chromium_org/base/i18n/
H A Dfile_util_icu.cc70 "[[\"*/:<>?\\\\|][:Cc:][:Cf:] - [\\u200c\\u200d]]").unescape(),
/external/chromium_org/v8/src/
H A Duri.js184 function Encode(uri, unescape) {
190 if (unescape(cc1)) {
385 "unescape", URIUnescapeJS,
/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 ] )
/external/chromium_org/remoting/webapp/
H A Dbase.js408 var utf8String = unescape(encodeURIComponent(string));
H A Doauth2.js114 return unescape(value);

Completed in 603 milliseconds

123456