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

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkID.java 58 private boolean isQuoted;
88 if (isQuoted)
112 this.isQuoted = true;
126 this.isQuoted = false;
159 retval.isQuoted = this.isQuoted;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CsvUtils.java 129 final boolean isQuoted = (length - fromIndex > 0 && text.charAt(fromIndex) == QUOTE);
130 for (int index = fromIndex + (isQuoted ? 1 : 0); index < length; index++) {
132 if (c == COMMA && !isQuoted) {
162 final boolean isQuoted = (length > 0 && text.charAt(0) == QUOTE);
163 int start = isQuoted ? 1 : 0;
167 if (nextIndex == length && isQuoted) {
172 if (!isQuoted) {
183 isQuoted ? "Raw quote in quoted text" : "Raw quote in text");
186 if (end < 0 && isQuoted) {
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 128 milliseconds