HomeSort by relevance Sort by last modified time
    Searched defs:quotes (Results 1 - 14 of 14) sorted by null

  /external/parameter-framework/utility/
NaiveTokenizer.cpp 35 const char *quotes = "'\""; // single or double quotes local
48 if (strstr(quotes, first) != NULL) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractCommandHandler.java 65 * Return the specified text surrounded with double quotes
67 * @param text - the text to surround with quotes
68 * @return the text with leading and trailing double quotes
72 protected static String quotes(String text) { method in class:AbstractCommandHandler
74 final String QUOTES = "\"";
75 return QUOTES + text + QUOTES;
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
AbstractCommandHandler.java 156 * Return the specified text surrounded with double quotes
158 * @param text - the text to surround with quotes
159 * @return the text with leading and trailing double quotes
163 protected static String quotes(String text) { method in class:AbstractCommandHandler
165 final String QUOTES = "\"";
166 return QUOTES + text + QUOTES;
  /external/nist-sip/java/gov/nist/core/
NameValue.java 57 private String quotes; field in class:NameValue
67 this.quotes = "";
85 quotes = "";
112 this.quotes = Separators.DOUBLE_QUOTE;
166 buffer.append(name).append(separator).append(quotes);
168 buffer.append(quotes);
177 return name + separator + quotes + quotes;
181 buffer.append(name).append(separator).append(quotes).append(quotes);
    [all...]
  /external/boringssl/src/crypto/x509/
a_strex.c 129 /* If we don't escape with quotes, signal we need quotes */
164 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
211 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
216 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
306 char quotes; local
308 quotes = 0;
355 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
358 if(quotes) outlen += 2;
360 if(quotes && !io_ch(arg, "\"", 1)) return -1
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1276 const bool quotes = isa<VarDecl>(DR->getDecl()); local
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 203 QuoteSpan[] quotes = text.getSpans(i, next, QuoteSpan.class); local
205 for (QuoteSpan quote : quotes) {
211 for (QuoteSpan quote : quotes) {
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 221 milliseconds