/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 75 * Quoted from [20.4.5]/3.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
auto_ptr.h | 75 * Quoted from [20.4.5]/3.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
auto_ptr.h | 75 * Quoted from [20.4.5]/3.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.doc | 45 quoted string.
|
cookielib.py | 329 The function knows how to deal with ",", ";" and "=" as well as quoted 349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) 351 quoted-pair = "\" CHAR 355 value = token | quoted-string 382 if m: # quoted value 416 value. Attribute values are quoted if needed. [all...] |
Cookie.py | 241 # quoted with a preceeding '\' slash. 318 # If the string does not need to be double-quoted, 713 object is a string, then it is quoted. If the object is not a
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.doc | 45 quoted string.
|
cookielib.py | 329 The function knows how to deal with ",", ";" and "=" as well as quoted 349 quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) 351 quoted-pair = "\" CHAR 355 value = token | quoted-string 382 if m: # quoted value 416 value. Attribute values are quoted if needed. [all...] |
Cookie.py | 241 # quoted with a preceeding '\' slash. 318 # If the string does not need to be double-quoted, 713 object is a string, then it is quoted. If the object is not a
|
/external/chromium_org/v8/src/ |
json-parser.h | 94 // literals. The string must only be double-quoted (not single-quoted), and 148 // A JSON value is either a (double-quoted) string literal, a number literal,
|
/external/smack/src/org/xbill/DNS/ |
Tokenizer.java | 49 /** A quoted string */ 263 "quoted string"); 327 throw exception("newline in quoted string");
|
/external/chromium_org/third_party/icu/source/common/ |
messagepattern.cpp | 473 // find the end of the quoted literal text 478 // double apostrophe inside quoted literal text 487 // The quoted text reaches to the end of the of the message. 667 // Find the end of the quoted literal text. 670 // Quoted literal argument style text reaches to the end of the message. [all...] |
/external/icu/icu4c/source/common/ |
messagepattern.cpp | 473 // find the end of the quoted literal text 478 // double apostrophe inside quoted literal text 487 // The quoted text reaches to the end of the of the message. 667 // Find the end of the quoted literal text. 670 // Quoted literal argument style text reaches to the end of the message. [all...] |
/packages/apps/UnifiedEmail/res/values-en-rGB/ |
strings.xml | 89 <string name="quoted_text" msgid="977782904293216533">"Include quoted text"</string> 90 <string name="quoted_text_label" msgid="2296807722849923934">"Quoted text"</string> 244 <string name="show_elided" msgid="3456154624105704327">"Show quoted text"</string> 245 <string name="hide_elided" msgid="5768235486834692733">"? Hide quoted text"</string> [all...] |
/packages/apps/UnifiedEmail/res/values-en-rIN/ |
strings.xml | 89 <string name="quoted_text" msgid="977782904293216533">"Include quoted text"</string> 90 <string name="quoted_text_label" msgid="2296807722849923934">"Quoted text"</string> 244 <string name="show_elided" msgid="3456154624105704327">"Show quoted text"</string> 245 <string name="hide_elided" msgid="5768235486834692733">"? Hide quoted text"</string> [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 92 * name = "..." quoted string with all but < and " 94 * name = '...' quoted string with all but < and ' 350 * must be double-quoted. [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
printf.test | [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
ComposeActivity.java | 665 // if we should be showing quoted text but mRefMessage is null [all...] |
/external/mksh/src/ |
mksh.1 | 432 Whitespace and meta-characters can be quoted individually using a backslash 440 shell and must be quoted if they are to represent themselves: 700 stripped; any space within a pattern must be quoted. 1004 results of double-quoted substitutions. 1007 inside a double-quoted string is followed by 1020 If a single-quoted string is preceded by an unquoted 1024 the expanded result is treated as any other single-quoted string. 1025 If a double-quoted string is preceded by an unquoted 1110 when a quoted word is found, or when an alias word that is currently being [all...] |
/packages/apps/UnifiedEmail/res/values/ |
strings.xml | 190 <!-- Compose screen, Prefix to quoted text in forwarded/replied message [CHAR LIMIT=50]--> 191 <string name="quoted_text">Include quoted text</string> 192 <!-- Compose screen, Prefix to quoted text in forwarded/replied message; folder for the quoted text area. [CHAR LIMIT=25] --> [all...] |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 308 UBool quoted = FALSE; local 374 quoted = (UBool)!quoted; 380 if (c == STARTCOMMAND && !quoted) 391 else if (c == HASH && !quoted) { 409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF)) [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduParser.java | 45 //distinguish Text-String and Quoted-String. [all...] |
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 146 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) { 614 // Quoted arguments go first. 617 if (it->first == Quoted)
|
/dalvik/docs/ |
prettify.js | 701 // '''multi-line-string''', 'single-line-string', and double-quoted [all...] |
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 166 // Indent quoted blocks, handle ordered and bullet lists
|