Searched refs:QUOTE (Results 1 - 25 of 43) sorted by relevance

12

/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
H A DDelimitedWriter.java35 private static final String QUOTE = "\""; field in class:DelimitedWriter
163 if (value.indexOf(QUOTE) != -1 || value.indexOf(delimiter) != -1) {
164 escapedValue = value.replace(QUOTE, ESCAPED_QUOTE);
165 escapedValue = QUOTE + escapedValue + QUOTE;
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DCommandLineSupport.java23 private static final char QUOTE = '"'; field in class:CommandLineSupport
36 if (c == QUOTE || c == SLASH) {
41 if (arg.indexOf(BLANK) != -1 || arg.indexOf(QUOTE) != -1) {
42 escaped.insert(0, QUOTE).append(QUOTE);
88 if (c == QUOTE) {
89 endChar = QUOTE;
109 if (c == QUOTE || c == SLASH) {
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java57 public static final String QUOTE = "\'"; field in interface:Separators
H A DLexerCore.java51 public static final int QUOTE = (int) '\''; field in class:LexerCore
H A DGenericObjectList.java88 protected static final String QUOTE = Separators.QUOTE; field in class:GenericObjectList
H A DGenericObject.java69 protected static final String QUOTE = Separators.QUOTE; field in class:GenericObject
/external/libnl/lib/route/cls/
H A Dematch_grammar.l30 %x QUOTE
43 BEGIN(QUOTE);
46 <QUOTE>[^\\\n\"]+ {
52 <QUOTE>\" {
/external/python/cpython2/Lib/
H A Dmimify.py27 QUOTE = '> ' # string replies are quoted with variable
128 if ifile.boundary and ifile.boundary[:2] == QUOTE:
129 prefix = QUOTE
174 ## if is_repl and len(line) >= 4 and line[:4] == QUOTE+'--' and line[-3:] != '--\n':
197 if newline[:len(QUOTE)] == QUOTE:
198 newline = newline[len(QUOTE):]
333 if newline[:len(QUOTE)] == QUOTE:
334 newline = newline[len(QUOTE)
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java175 public static final int QUOTE = LexerCore.QUOTE; field in interface:TokenTypes
/external/parameter-framework/upstream/parameter/
H A DSystemClass.cpp46 #define QUOTE(X) #X macro
47 #define MACRO_TO_STR(X) QUOTE(X)
/external/icu/icu4c/source/tools/genrb/
H A Dread.c29 #define QUOTE 0x0022 macro
111 not a whitespace character (but may be a QUOTE or ESCAPE). This
152 if (c == QUOTE) {
176 if (c == QUOTE && !isFollowingCharEscaped) {
273 if (c == QUOTE
H A Dparse.cpp72 #define QUOTE 0x0027 macro
383 if(c == QUOTE) {
/external/icu/icu4c/source/i18n/
H A Ddt_impl.h28 #define QUOTE ((UChar)0x0027) macro
H A Ddtitv_impl.h28 #define QUOTE ((UChar)0x0027) macro
H A Drbt_pars.cpp52 #define QUOTE ((UChar)0x0027) /*'*/ macro
459 if (c == QUOTE) {
460 int32_t iq = rule.indexOf(QUOTE, pos);
480 if (pos < limit && rule.charAt(pos) == QUOTE) {
482 iq = rule.indexOf(QUOTE, pos+1);
1669 if(c == QUOTE) {
1714 else if (c2 == QUOTE) {
H A Drbnf.cpp291 QUOTE = 0x0022, enumerator in enum:__anon8107
365 QUOTE, 0
373 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
523 UBool haveQuote = c == QUOTE || c == TICK;
526 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;
549 } else if (x == OPEN_ANGLE || x == TICK || x == QUOTE) {
H A Dsmpdtfmt.cpp172 static const UChar QUOTE = 0x27; // Single quote variable
1041 if (ch == QUOTE) {
1044 if ((i+1) < fPattern.length() && fPattern[i+1] == QUOTE) {
1045 appendTo += (UChar)QUOTE;
2633 if (ch == QUOTE) {
2635 if ((i + 1) < pattern.length() && pattern.charAt(i + 1) == QUOTE) {
3767 if (c == QUOTE) {
3771 if (c == QUOTE) {
3952 if (ch == QUOTE) {
3953 if ((i+1) < pattern.length() && pattern[i+1] == QUOTE) {
[all...]
/external/apache-http/android/src/com/android/internal/http/multipart/
H A DPart.java82 protected static final String QUOTE = "\""; field in class:Part
86 EncodingUtils.getAsciiBytes(QUOTE);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java130 private static final String QUOTE = "\""; field in class:XLIFF2ICUConverter
697 write(writer,QUOTE+escapeSyntaxChars(val)+QUOTE);
699 write(writer, name+COLON+STRINGS+ OPENBRACE + QUOTE + escapeSyntaxChars(val) + QUOTE+ CLOSEBRACE + LINESEP);
708 String line = ((name==null)? EMPTY: name)+COLON+ALIAS+ OPENBRACE+QUOTE+escapeSyntaxChars(val)+QUOTE+CLOSEBRACE;
742 String line = ((name==null) ? EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) ? EMPTY : LINESEP);
/external/testng/src/main/java/org/testng/reporters/
H A DJUnitXMLReporter.java35 private static final Pattern QUOTE = Pattern.compile("\""); field in class:JUnitXMLReporter
42 ATTR_ESCAPES.put("&quot;", QUOTE);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat_ICU58_Android.java3083 if (c == QUOTE) {
3085 int j = affixPat.indexOf(QUOTE, i);
3087 pos = match(text, pos, QUOTE);
3093 if (i < affixPat.length() && affixPat.charAt(i) == QUOTE) {
3094 pos = match(text, pos, QUOTE);
3998 if (ch != QUOTE) {
4106 * literal unless bracketed by QUOTEs. The following characters outside QUOTE are
4110 * long names, such as "US Dollars". Any other character outside QUOTE represents
4137 if (c == QUOTE) {
4139 int j = pattern.indexOf(QUOTE,
5938 private static final char QUOTE = '\\''; field in class:DecimalFormat_ICU58_Android
[all...]
H A DTransliteratorParser.java146 private static final char QUOTE = '\''; field in class:TransliteratorParser
508 if (c == QUOTE) {
509 int iq = rule.indexOf(QUOTE, pos);
527 if (pos < limit && rule.charAt(pos) == QUOTE) {
529 iq = rule.indexOf(QUOTE, pos+1);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat_ICU58_Android.java3095 if (c == QUOTE) {
3097 int j = affixPat.indexOf(QUOTE, i);
3099 pos = match(text, pos, QUOTE);
3105 if (i < affixPat.length() && affixPat.charAt(i) == QUOTE) {
3106 pos = match(text, pos, QUOTE);
4058 if (ch != QUOTE) {
4169 * literal unless bracketed by QUOTEs. The following characters outside QUOTE are
4173 * long names, such as "US Dollars". Any other character outside QUOTE represents
4200 if (c == QUOTE) {
4202 int j = pattern.indexOf(QUOTE,
6042 private static final char QUOTE = '\\''; field in class:DecimalFormat_ICU58_Android
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java145 private static final char QUOTE = '\''; field in class:TransliteratorParser
507 if (c == QUOTE) {
508 int iq = rule.indexOf(QUOTE, pos);
526 if (pos < limit && rule.charAt(pos) == QUOTE) {
528 iq = rule.indexOf(QUOTE, pos+1);
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h761 /* send linked-list of QUOTE commands */
762 CINIT(QUOTE, OBJECTPOINT, 28),
796 /* send linked-list of post-transfer QUOTE commands */
958 /* send linked-list of pre-transfer QUOTE commands */

Completed in 826 milliseconds

12