HomeSort by relevance Sort by last modified time
    Searched refs:QUOTE (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
incpath.h 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
incpath.h 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
incpath.h 36 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER };
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-123002.js 62 var QUOTE = '"';
128 return QUOTE + text + QUOTE;
  /external/nist-sip/java/gov/nist/core/
Separators.java 57 public static final String QUOTE = "\'";
LexerCore.java 51 public static final int QUOTE = (int) '\'';
523 * closing quote.
533 // Got to the terminating quote.
GenericObjectList.java 88 protected static final String QUOTE = Separators.QUOTE;
GenericObject.java 69 protected static final String QUOTE = Separators.QUOTE;
  /external/openssl/crypto/conf/
keysets.pl 10 $QUOTE=0x40;
28 $v|=$QUOTE if ($c =~ /['`"]/); # for emacs: "`'}/)
123 #define CONF_QUOTE $QUOTE
  /frameworks/base/core/java/android/text/format/
DateFormat.java 80 interpreted as formatting codes must be surrounded by the <code>QUOTE</code>
81 character. If you need to embed a literal <code>QUOTE</code> character in
84 public static final char QUOTE = '\'';
445 if (c == QUOTE) {
581 if (i + 1 < len && s.charAt(i + 1) == QUOTE) {
588 // delete leading quote
595 if (c == QUOTE) {
596 // QUOTEQUOTE -> QUOTE
597 if (i + 1 < len && s.charAt(i + 1) == QUOTE) {
604 // Closing QUOTE ends quoted text copyin
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 175 public static final int QUOTE = LexerCore.QUOTE;
  /external/icu4c/i18n/
dtitv_impl.h 26 #define QUOTE ((UChar)0x0027)
rbt_pars.cpp 48 #define QUOTE ((UChar)0x0027) /*'*/
451 if (c == QUOTE) {
452 int32_t iq = rule.indexOf(QUOTE, pos);
461 * reaches the final quote it breaks.
472 if (pos < limit && rule.charAt(pos) == QUOTE) {
474 iq = rule.indexOf(QUOTE, pos+1);
649 // The */+ follows an isolated character or quote
    [all...]
rbnf.cpp 285 QUOTE = 0x0022,
337 QUOTE, 0
345 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
495 UBool haveQuote = c == QUOTE || c == TICK;
498 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;
516 ERROR("Missing matching quote");
521 } else if (x == OPEN_ANGLE || x == TICK || x == QUOTE) {
    [all...]
smpdtfmt.cpp 157 static const UChar QUOTE = 0x27; // Single quote
795 if (ch == QUOTE) {
796 // Consecutive single quotes are a single quote literal,
798 if ((i+1) < fPattern.length() && fPattern[i+1] == QUOTE) {
799 appendTo += (UChar)QUOTE;
    [all...]
  /external/icu4c/tools/genrb/
read.c 26 #define QUOTE 0x0022
107 not a whitespace character (but may be a QUOTE or ESCAPE). This
148 if (c == QUOTE) {
172 if (c == QUOTE && !isFollowingCharEscaped) {
269 if (c == QUOTE
parse.c 49 #define QUOTE 0x0027
354 if(c == QUOTE) {
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 71 %x SECT2 SECT2PROLOG SECT3 CODEBLOCK PICKUPDEF SC CARETISBOL NUM QUOTE
335 \" BEGIN(QUOTE); return '"';
488 <QUOTE>{
493 synerr( _( "missing quote" ) );
633 <SECT2,QUOTE,FIRSTCCL,CCL>{ESCSEQ} {
initscan.c     [all...]
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 82 protected static final String QUOTE = "\"";
86 EncodingUtils.getAsciiBytes(QUOTE);
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 317 static const char QUOTE = '\'';
375 return (c == QUOTE && userTypedChar != QUOTE) || skipPos == depth;
    [all...]
correction.cpp 114 static const char QUOTE = '\'';
118 return (c == QUOTE && userTypedChar != QUOTE);
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 238 #define QUOTE 9
    [all...]
  /external/qemu/android/skin/
keyset.c 93 _KEYSYM1_(QUOTE) \
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 37 private static final int QUOTE = 127;
    [all...]

Completed in 1964 milliseconds

1 2