Home
last modified time | relevance | path

Searched refs:inQuoted (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1037 UBool inQuoted = FALSE; in testAllFieldPatterns() local
1041 inQuoted = !inQuoted; in testAllFieldPatterns()
1042 } else if (!inQuoted && c <= 0x007A && c >= 0x0041) { in testAllFieldPatterns()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java1437 boolean inQuoted = false; in TestAllFieldPatterns()
1442 inQuoted = !inQuoted; in TestAllFieldPatterns()
1443 } else if (!inQuoted && c <= 'z' && c >= 'A') { in TestAllFieldPatterns()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1436 boolean inQuoted = false; in TestAllFieldPatterns()
1441 inQuoted = !inQuoted; in TestAllFieldPatterns()
1442 } else if (!inQuoted && c <= 'z' && c >= 'A') { in TestAllFieldPatterns()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java550 boolean inQuoted = false; in getBestPattern()
554 inQuoted = !inQuoted; in getBestPattern()
555 } else if (!inQuoted) { in getBestPattern()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java553 boolean inQuoted = false; in getBestPattern()
557 inQuoted = !inQuoted; in getBestPattern()
558 } else if (!inQuoted) { in getBestPattern()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp968 UBool inQuoted = FALSE; in getBestPattern() local
972 inQuoted = !inQuoted; in getBestPattern()
973 } else if (!inQuoted) { in getBestPattern()