/external/messageformat/java/com/ibm/icu/simple/ |
MessageFormat.java | 143 * only in program syntax, like quoting in MessageFormat. 242 * <p>ICU implements a more user-friendly apostrophe quoting syntax. 243 * In message text, an apostrophe only begins quoting literal text 245 * In the JDK MessageFormat, an apostrophe always begins quoting, [all...] |
/external/bison/data/m4sugar/ |
m4sugar.m4 | 30 # Set the quotes, whatever the current quoting system. 452 # macros are generally used with list arguments, with quoting removed 633 # replacement: if any of the defined macros contain unbalanced quoting, but 800 ## 7. Quoting manipulation. ## 873 # Return the ARGS, with the same level of quoting. Whitespace after 906 # and m4_substr strips quoting. So we (ab)use m4_changequote, using 956 # any macro expanded during this time that relies on nested [] quoting [all...] |
/external/icu/icu4c/source/test/intltest/ |
tmsgfmt.cpp | [all...] |
/external/bison/tests/ |
local.at | 580 # The triple quoting below will cause test cases to fail if you do. If you do 581 # so anyway but also decrease the quoting below to avoid that problem, AT_CHECK
|
/external/icu/icu4c/source/i18n/unicode/ |
msgfmt.h | 147 * only in program syntax, like quoting in MessageFormat. 786 * between patterns having different quoting semantics. [all...] |
umsg.h | 604 * between patterns having different quoting semantics.
|
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 35 # strings it generates. So instead of using proper quoting, we just use "/" 49 # The only quoting we currently perform is for ':', to support msys users. [all...] |
/external/mksh/src/ |
lex.c | 32 #define SWORD 1 /* implicit quoting for substitute() */ 33 #define SLETPAREN 2 /* inside (( )), implicit quoting */ [all...] |
/external/python/cpython2/Doc/reference/ |
lexical_analysis.rst | 583 different quoting conventions, are allowed, and their meaning is the same as 595 at run time. Also note that literal concatenation can use different quoting
|
/external/python/cpython2/Lib/test/ |
test_urllib.py | 648 See the doc string for quoting_Tests for details on quoting and such. 817 # Test automatic quoting and unquoting works for pathnam2url() and [all...] |
/external/strace/ |
util.c | 496 * do not add leading and trailing quoting symbols. 654 * do not add leading and trailing quoting symbols. [all...] |
/external/tcpdump/ |
aclocal.m4 | 521 # to this that involves quoting. Especially note 604 # to this that involves quoting. Especially note [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
AVA.java | 94 * call for quoting the whole string. [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 786 * quoting correctly, it is up to the caller to either normalize away the 857 * One '>' character is used for every level of quoting we are in. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
HTMLParser.py | 445 # Internal -- helper to remove special character quoting
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
freeze.py | 58 params (note - quoting args in this file is NOT supported)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
pygettext.py | 32 introduces a few wrinkles, such as dual quoting characters, triple quoted
|
/external/ImageMagick/MagickWand/ |
script-token.c | 70 % For example Quoting the quote chars:
|
/external/autotest/client/common_lib/hosts/ |
base_classes.py | 112 quoting them in " and escaping their contents if necessary
|
/external/bison/src/ |
scan-code.l | 284 /* Escape M4 quoting characters in C code. */
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnicodeDecompressor.java | 293 // (this is the same as quoting from static window 0)
|
/external/icu/icu4c/source/i18n/ |
choicfmt.cpp | 321 // Surround each pipe symbol with apostrophes for quoting.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeDecompressor.java | 296 // (this is the same as quoting from static window 0)
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 270 // process. We have to concatenate them all, while quoting the args that
|
/external/python/cpython2/Lib/ |
HTMLParser.py | 445 # Internal -- helper to remove special character quoting
|