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

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFormatterImpl.java 93 boolean inQuote = false;
100 } else if (inQuote) {
102 inQuote = false;
107 inQuote = true;
112 } else if (!inQuote && c == '{') {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFormatterImpl.java 91 boolean inQuote = false;
98 } else if (inQuote) {
100 inQuote = false;
105 inQuote = true;
110 } else if (!inQuote && c == '{') {
  /libcore/ojluni/src/main/java/java/text/
PatternEntry.java 151 boolean inQuote = false;
154 inQuote = true;
158 inQuote = true;
164 inQuote = true;
168 inQuote = true;
172 if (inQuote) {
173 inQuote = false; toAddTo.append('\'');
180 if (inQuote)
214 boolean inQuote = false;
218 if (inQuote) {
    [all...]
MessageFormat.java 434 boolean inQuote = false;
446 inQuote = !inQuote;
448 } else if (ch == '{' && !inQuote) {
457 if (inQuote) { // just copy quotes in parts
460 inQuote = false;
498 inQuote = true;
    [all...]
SimpleDateFormat.java 777 boolean inQuote = false;
798 if (inQuote) {
806 if (!inQuote) {
817 inQuote = true;
    [all...]
ChoiceFormat.java 187 boolean inQuote = false;
196 inQuote = !inQuote;
198 } else if (inQuote) {
  /external/clang/utils/
CmpDriver 13 inQuote = False
16 if inQuote:
17 inQuote = False
20 inQuote = True
22 elif inQuote:
  /external/icu/icu4c/source/common/
simpleformatter.cpp 79 UBool inQuote = FALSE;
86 } else if (inQuote) {
88 inQuote = FALSE;
93 inQuote = TRUE;
98 } else if (!inQuote && c == OPEN_BRACE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 168 boolean inQuote = false;
173 if (!inQuote)
176 inQuote = !inQuote;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 207 inQuote := false
212 if inQuote {
213 inQuote = false
217 inQuote = true
223 case !inQuote && isSpace(c):
234 if !inQuote && fieldStart >= 0 { // Last field might end at the end of the string.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 207 inQuote := false
212 if inQuote {
213 inQuote = false
217 inQuote = true
223 case !inQuote && isSpace(c):
234 if !inQuote && fieldStart >= 0 { // Last field might end at the end of the string.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 622 boolean inQuote = false;
661 inQuote = ! inQuote;
664 else if (!inQuote && ((ch >= 0x0061 /*'a'*/ && ch <= 0x007A /*'z'*/)
    [all...]
DateIntervalFormat.java     [all...]
SimpleDateFormat.java     [all...]
TimeZoneFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 631 boolean inQuote = false;
670 inQuote = ! inQuote;
673 else if (!inQuote && ((ch >= 0x0061 /*'a'*/ && ch <= 0x007A /*'z'*/)
    [all...]
DateIntervalFormat.java     [all...]
SimpleDateFormat.java     [all...]
TimeZoneFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp     [all...]
smpdtfmt.cpp     [all...]
tzfmt.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 

Completed in 571 milliseconds

1 2 3