Searched refs:ESCAPE (Results 1 - 12 of 12) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_path.cc43 // table below more clear when neither ESCAPE or UNESCAPE is set.
53 // for this is triggered. Not valid with PASS or ESCAPE
55 ESCAPE = ESCAPE_BIT | SPECIAL, enumerator in enum:url_canon::__anon2033::CharacterFlags
58 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
79 INVALID, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAP
[all...]
/external/clang/test/CodeGen/
H A Dmandel.c10 #define ESCAPE 2 macro
41 if (hypot(__real__ z, __imag__ z) >= ESCAPE)
/external/icu4c/tools/genrb/
H A Drle.c19 * The ESCAPE character is used during run-length encoding. It signals
22 static const uint16_t ESCAPE = 0xA5A5; variable
111 if (value == (int32_t) ESCAPE){
112 APPEND(buffer,bufLimit,ESCAPE, num, status);
119 if (length == (int32_t) ESCAPE) {
120 if (value == (int32_t) ESCAPE){
121 APPEND(buffer,bufLimit,ESCAPE,num,status);
127 APPEND(buffer,bufLimit,ESCAPE,num,status);
136 * A character represents itself, unless it is the ESCAPE character. Then
138 * ESCAPE ESCAP
[all...]
H A Dread.c27 #define ESCAPE 0x005C macro
107 not a whitespace character (but may be a QUOTE or ESCAPE). This
176 if (c == ESCAPE && !isFollowingCharEscaped) {
188 if(c==ESCAPE && !isFollowingCharEscaped){
236 if (c == ESCAPE) {
282 if (c == ESCAPE) {
437 /* We expect to be called after the ESCAPE has been seen, but
438 * u_fgetcx needs an ESCAPE to do its magic. */
439 ucbuf_ungetc(ESCAPE, buf);
H A Dparse.c47 #define ESCAPE 0x005C macro
379 else if (c == ESCAPE)
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dencoder.py10 ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]') variable
55 return '"' + ESCAPE.sub(replace, s) + '"'
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java235 final int ESCAPE = 5;
243 state = ESCAPE;
248 case ESCAPE:
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js159 ESCAPE : 27,
/external/icu4c/i18n/
H A Drbt_pars.cpp49 #define ESCAPE ((UChar)0x005C) /*\*/ macro
436 if (c == ESCAPE) {
1675 else if (c == ESCAPE) {
/external/qemu/android/skin/
H A Dkeyset.c86 _KEYSYM1_(ESCAPE) \
/external/icu4c/test/intltest/
H A Dwbnf.cpp886 // About the scanner's behavior for STRING, AT, and ESCAPE:
889 // (STRING, AT, and ESCAPE) at one time, with no regard of their
/external/srec/config/en.us/dictionary/
H A Dc0.636530 ESCAPE AH0 S K EY1 P
[all...]

Completed in 404 milliseconds