OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inQuote
(Results
1 - 25
of
32
) sorted by null
1
2
/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 == '{') {
/external/clang/utils/
CmpDriver
13
inQuote
= False
16
if
inQuote
:
17
inQuote
= False
20
inQuote
= True
22
elif
inQuote
:
/external/cldr/tools/java/org/unicode/cldr/util/
ExtractCollationRules.java
173
boolean
inQuote
= false;
178
if (
inQuote
) {
180
inQuote
= false;
188
if (!
inQuote
) {
190
inQuote
= true;
221
if (
inQuote
) {
CldrUtility.java
371
boolean
inQuote
= false;
376
inQuote
= !
inQuote
;
378
// if get a quote when we are not in a quote, and not at start, then add it and return to
inQuote
379
if (
inQuote
&& item.length() != 0) {
381
inQuote
= true;
385
if (!
inQuote
) {
[
all
...]
CLDRFile.java
[
all
...]
/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) {
/external/cldr/tools/java/org/unicode/cldr/draft/
FileUtilities.java
290
boolean
inQuote
= false;
295
inQuote
= !
inQuote
;
297
// if get a quote when we are not in a quote, and not at start, then add it and return to
inQuote
298
if (
inQuote
&& item.length() != 0) {
300
inQuote
= true;
304
if (!
inQuote
) {
/external/cldr/tools/java/org/unicode/cldr/tool/
AddPopulationData.java
166
boolean
inQuote
= false;
171
inQuote
= !
inQuote
;
173
// if get a quote when we are not in a quote, and not at start, then add it and return to
inQuote
174
if (
inQuote
&& item.length() != 0) {
176
inQuote
= true;
180
if (!
inQuote
) {
ReadSql.java
279
boolean
inQuote
= false;
292
if (
inQuote
) {
295
inQuote
= false;
308
inQuote
= true;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java
619
boolean
inQuote
= false;
658
inQuote
= !
inQuote
;
661
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
629
boolean
inQuote
= false;
668
inQuote
= !
inQuote
;
671
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
...]
/external/cldr/tools/c/genldml/
genldml.cpp
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
/external/guice/lib/build/
felix-2.0.5.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.6.300.v20180430-1330.jar
Completed in 864 milliseconds
1
2