Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 25 of 40) 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.h269 enum OpType { SameValue, RememberState, RestoreState, Move, RelMove, Escape, enumerator
298 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/llvm/lib/MC/
DMCStreamer.cpp360 MCCFIInstruction Instruction(MCCFIInstruction::Escape, Label, Values); in EmitCFIEscape()
DMCDwarf.cpp1023 case MCCFIInstruction::Escape: in EmitCFIInstruction()
/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/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/webkit/Source/WebCore/inspector/front-end/
Dinspector.js743 case "U+001B": // Escape key
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js1870 case 27: // Escape
/external/icu4c/test/testdata/
Drbbitst.txt20 # \ Escape. Normal ICU unescape applied.
Dconversion.txt29 "Callback function - '?'=Sub '0'=Skip '.'=Stop '&'=Escape\n"
/external/bison/data/m4sugar/
Dm4sugar.m41341 # Escape RE active characters in STRING.
/external/webkit/Source/WebCore/platform/text/mac/
Dcharacter-sets.txt1786 [ECMA Registry] ISO-IR: International Register of Escape Sequences
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm1278 case '\e': // Escape
/external/dnsmasq/
DCHANGELOG.archive2318 Escape spaces in hostnames when they are stored in the
/external/bison/
DChangeLog2852 Escape symbol tags too.
3110 * tests/input.at: Escape $.
4260 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
6602 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
9233 * src/scan-gram.l: Escape M4 characters.

12