HomeSort by relevance Sort by last modified time
    Searched refs:terminators (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/net/
HttpCookie.java 296 String terminators = pre2965 local
302 attributeValue = readAttributeValue(terminators);
375 * the next character in {@code terminators}. The terminator character
378 private String readAttributeValue(String terminators) {
396 int c = find(terminators);
  /external/icu4c/i18n/
rbnf.cpp 491 const UChar* terminators; local
496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;
498 terminators = NOQUOTE_STOPLIST;
501 while (p < e && !inList(*p, terminators)) ++p;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 88 milliseconds