/external/qemu/ |
curses_keys.h | 47 [0x01b] = 1, /* Escape */ 480 { "Escape", 27 },
|
/external/valgrind/main/coregrind/m_demangle/ |
demangle.c | 227 /* We've got a Z-escape. */ 276 /* We've got a Z-escape. */
|
/external/webkit/LayoutTests/fast/js/resources/ |
json2-es5-compat.js | 204 // Otherwise we must also replace the offending characters with safe escape 429 // Unicode characters with escape sequences. JavaScript handles many characters
|
/external/webkit/PerformanceTests/SunSpider/hosted/ |
json2.js | 213 // Otherwise we must also replace the offending characters with safe escape 433 // Unicode characters with escape sequences. JavaScript handles many characters
|
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2003-10-25 | 165 - fixed 3381297 -- escape method does not escape the null character 166 - fixed 3381299 -- escape method produces incorrect escape sequences ala WinIE, rather than correct ala Gecko 167 - fixed 3381303 -- unescape method treats escape sequences as Latin-1 ala WinIE rather than as UTF-8 ala Gecko 168 - fixed 3381304 -- unescape method garbles strings with bad escape sequences in them 173 (encode): Added. New helper function for escape, encodeURI, and encodeURIComponent. 176 implementations. Changed escape and unescape to use new helper functions, which fixes [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
misc.c | 406 /* Escape the '\' */ 526 /* myesc - return character corresponding to escape sequence */
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quotearg.h | 103 double-quote characters (ls --quoting-style=escape). 173 escaping, then neither does the escape character. */
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextSAXHandler.java | 149 public boolean setEscaping(boolean escape)
|
/external/bluetooth/glib/glib/ |
gstrfuncs.h | 203 /* Make a copy of a string interpreting C string -style escape
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_win.cc | 11 #include "net/base/escape.h" 428 str += Escape(html_attributes_[i].first); 430 str += Escape(html_attributes_[i].second); 1196 string16 BrowserAccessibilityWin::Escape(const string16& str) { [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view.h | 79 // this is shown in preference to the permanent text; hitting escape will
|
history_quick_provider.cc | 28 #include "net/base/escape.h"
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_node_data.cc | 16 #include "net/base/escape.h"
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker.cc | 501 // menu by emulating escape key. Such situation must be very 504 KeyCode escape = XKeysymToKeycode(display, XK_Escape); local 505 XTestFakeKeyEvent(display, escape, True, CurrentTime); 506 XTestFakeKeyEvent(display, escape, False, CurrentTime); [all...] |
screen_locker_browsertest.cc | 313 // Escape clears the password.
|
/external/chromium/chrome/browser/ui/webui/ |
slideshow_ui.cc | 32 #include "net/base/escape.h"
|
/external/chromium/net/url_request/ |
view_cache_helper.cc | 8 #include "net/base/escape.h"
|
/external/chromium/testing/gtest/cmake/ |
internal_utils.cmake | 205 # we have to escape $ to delay variable substitution here.
|
/external/clang/lib/Lex/ |
Pragma.cpp | 153 // deleting the leading and trailing double-quotes, replacing each escape 154 // sequence \" by a double-quote, and replacing each escape sequence \\ by a 399 /// concatenation, embedded escape characters etc. See MSDN for more details. 486 /// concatenation, embedded escape characters, etc... See MSDN for more details. [all...] |
/external/icu4c/common/unicode/ |
utypes.h | 667 U_ILLEGAL_ESCAPE_SEQUENCE = 18, /**< ISO-2022 illlegal escape sequence */ 668 U_UNSUPPORTED_ESCAPE_SEQUENCE = 19, /**< ISO-2022 unsupported escape sequence */ 691 U_MALFORMED_UNICODE_ESCAPE, /**< A Unicode escape pattern is invalid*/ 775 U_REGEX_BAD_ESCAPE_SEQUENCE, /**< Unrecognized backslash escape sequence in pattern */ [all...] |
/external/icu4c/test/intltest/ |
transtst.h | 302 * Test Escape and Unescape transliterators.
|