Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium/net/base/
Descape.cc48 std::string Escape(const std::string& text, const Charmap& charmap, in Escape() function
202 return Escape(text, kQueryCharmap, use_plus); in EscapeQueryParamValue()
209 return UTF8ToUTF16(Escape(UTF16ToUTF8(text), kQueryCharmap, use_plus)); in EscapeQueryParamValueUTF8()
218 return Escape(path, kPathCharmap, false); in EscapePath()
228 return Escape(path, kUrlEscape, true); in EscapeUrlEncodedData()
237 return Escape(input, kNonASCIICharmap, false); in EscapeNonASCII()
247 return Escape(text, kExternalHandlerCharmap, false); in EscapeExternalHandlerValue()
/external/icu4c/data/translit/
Den.txt19 "%Translit%Hex" { "Hex Escape" }
/external/llvm/include/llvm/MC/
DMCDwarf.h268 enum OpType { SameValue, RememberState, RestoreState, Move, RelMove, Escape, enumerator
297 assert(Op == Escape); in MCCFIInstruction()
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc139 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
343 if (TryConsumeOne<Escape>()) { in ConsumeString()
/external/qemu/pc-bios/keymaps/
Dcommon69 Escape 0x1 localstate
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc229 std::string Escape(const std::string& url) { in Escape() function
330 std::string escaped_canon_url_str(Escape(url_unescaped_with_can_hostpath)); in CanonicalizeUrl()
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc428 str += Escape(html_attributes_[i].first); in get_attributes()
430 str += Escape(html_attributes_[i].second); in get_attributes()
1196 string16 BrowserAccessibilityWin::Escape(const string16& str) { in Escape() function in BrowserAccessibilityWin
Dbrowser_accessibility_win.h467 string16 Escape(const string16& str);
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT230 the Escape key, and the ~ (tilde) key.
265 Main Menu Escape
280 Tap the Escape key to pop up the Main Menu. While you are in the menu,
284 Main Menu, tap the Escape key again. To exit the menu and return to the
285 game, tap the Escape key when you are on the Main Menu.
392 Escape key, and the ~ (tilde) key. "Weird" keys such as Scroll
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_browsertest.cc1134 IN_PROC_BROWSER_TEST_F(AutocompleteEditViewTest, Escape) { in IN_PROC_BROWSER_TEST_F() argument
1334 IN_PROC_BROWSER_TEST_F(AutocompleteEditViewViewsTest, Escape) { in IN_PROC_BROWSER_TEST_F() argument
/external/llvm/lib/MC/
DMCStreamer.cpp442 MCCFIInstruction Instruction(MCCFIInstruction::Escape, Label, Values); in EmitCFIEscape()
DMCDwarf.cpp1020 case MCCFIInstruction::Escape: in EmitCFIInstruction()
/external/bluetooth/glib/po/
Dde.po155 msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
622 "Groß- und Kleinschreibung-beeinflussende Escape-Sequenzen (\\l, \\L, \\u, "
640 msgstr "Ungültige Escape-Sequenz in Zeichenklasse"
860 msgstr "Unbekannte Escape-Sequenz"
1154 msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende"
1160 msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«"
Dmn.po156 msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна"
/external/libvpx/examples/includes/geshi/docs/
DCHANGES77 * Added improved Escape Char handling for c, c_mac, cpp and cpp_qt (SF#2458743, BenBE)
87 - Added support for Escape Regular Expressions (BenBE)
100 - Fixed broken Escape chars if classes were disabled
/external/openssh/
Dsftp.0325 ! Escape to local shell.
/external/regex-re2/doc/
Dsyntax.txt98 Escape sequences:
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt51 Escape Value Character
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml210 <entry>Escape</entry>
317 <entry>Escape</entry>
399 <entry>Escape</entry>
486 <entry>Escape</entry>
844 <entry>Escape</entry>
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js1870 case 27: // Escape
/external/webkit/Source/WebCore/inspector/front-end/
Dinspector.js743 case "U+001B": // Escape key
/external/bluetooth/glib/
DChangeLog.pre-2-12464 (bookmark_app_info_dump): Escape strings before dumping
/external/icu4c/test/testdata/
Drbbitst.txt20 # \ Escape. Normal ICU unescape applied.
Dconversion.txt29 "Callback function - '?'=Sub '0'=Skip '.'=Stop '&'=Escape\n"
/external/webkit/Source/WebCore/platform/text/mac/
Dcharacter-sets.txt1786 [ECMA Registry] ISO-IR: International Register of Escape Sequences

12