/external/icu/icu4c/source/common/ |
util.cpp | 101 * Returns the index of a character, ignoring quoted text. 284 * quoted or escaped. Usually this means it is a syntactic element 289 * @param quoteBuf a buffer which is used to build up quoted 364 // building up a quoted substring already.
|
/external/icu/icu4c/source/i18n/ |
regexcst.pl | 84 # character is either a single quoted character e.g. '[' 94 # We've got a quoted literal character. 227 # Sets "default", "quoted", etc. get special handling. 234 elsif ($setName eq "quoted") {
|
/external/libvorbis/lib/ |
scales.h | 74 the oft-quoted bark equations found in the texts I have). The
|
/external/llvm/cmake/modules/ |
LLVMParseArguments.cmake | 7 # third argument is a list of options. Both of these lists should be quoted. The
|
/external/llvm/lib/MC/ |
MCSymbol.cpp | 70 // contains a funny character, then print it quoted.
|
/external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/ |
TableGen.tmLanguage | 31 <string>string.quoted.double.untitled</string>
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlpool.h | 63 /** \brief Begin an option definition with quoted default value */
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PVisitedNetworkID.java | 102 * Set the visited network ID as a string. The value will be quoted in the header.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PVisitedNetworkIDParser.java | 49 * vnetwork-spec = (token / quoted-string)
|
/external/qemu/telephony/ |
sms.h | 19 /* convert a quoted message text into a utf8 string. Note: you can use 'str' as the destination buffer
|
/external/speex/libspeex/ |
vorbis_psy.h | 49 the oft-quoted bark equations found in the texts I have). The
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DatePicker.java | 235 boolean quoted = false; 242 quoted = !quoted; 245 if (!quoted) {
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser_V30.java | 59 * "QUOTED-PRINTABLE" is not allowed in vCard 3.0 and not in this parser either,
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-death-test_ex_test.cc | 67 // Verifies that the exception message is quoted in the failure text.
|
/packages/apps/UnifiedEmail/res/layout/ |
compose.xml | 84 <!-- Quoted text -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/print/ |
HtmlPrintTemplates.java | 90 * One example where we use JavaScript is to hide quoted text.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
SimpleContentHandler.java | 52 * @param is the contents of the body. Base64 or quoted-printable
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Mailbox.java | 101 * would need to be re-quoted.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 54 scanstring('{"Extra value after close": true} "misplaced quoted value"', 2, None, True),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cookie.py | 84 # Try cookie with quoted meta-data
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_scanstring.py | 54 scanstring('{"Extra value after close": true} "misplaced quoted value"', 2, None, True),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cookie.py | 84 # Try cookie with quoted meta-data
|
/system/core/include/utils/ |
PropertyMap.h | 46 * TODO Support escape sequences and quoted values when needed.
|
/system/core/init/ |
parser.c | 132 /* unterminated quoted thing */
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 389 // A meta-quoted string, interpreted as a pattern, should always match 393 string quoted = RE2::QuoteMeta(unquoted); local 394 RE2 re(quoted, options); 396 "Unquoted='" + unquoted + "', quoted='" + quoted + "'."); local 399 // A meta-quoted string, interpreted as a pattern, should always match 403 string quoted = RE2::QuoteMeta(unquoted); local 404 RE2 re(quoted, options); 406 "Unquoted='" + unquoted + "', quoted='" + quoted + "'.") local [all...] |