OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAtLeastUCA62
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/test/intltest/
ucaconf.h
48
UBool
isAtLeastUCA62
;
ucaconf.cpp
46
isAtLeastUCA62
= uprv_memcmp(uniVersion, v62, 4) >= 0;
94
coll->setAttribute(UCOL_STRENGTH,
isAtLeastUCA62
? UCOL_IDENTICAL : UCOL_TERTIARY, status);
103
coll->setAttribute(UCOL_STRENGTH,
isAtLeastUCA62
? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
247
if(res == 0 && !
isAtLeastUCA62
) {
tsmthred.cpp
897
UBool
isAtLeastUCA62
;
903
isAtLeastUCA62
(TRUE)
911
isAtLeastUCA62
= atLeastUCA62;
943
if(res == 0 && !
isAtLeastUCA62
) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java
51
private boolean
isAtLeastUCA62
=
119
coll.setStrength(
isAtLeastUCA62
? Collator.IDENTICAL : Collator.TERTIARY);
130
coll.setStrength(
isAtLeastUCA62
? Collator.IDENTICAL : Collator.QUATERNARY);
246
if(res == 0 && !
isAtLeastUCA62
) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java
47
private boolean
isAtLeastUCA62
=
115
coll.setStrength(
isAtLeastUCA62
? Collator.IDENTICAL : Collator.TERTIARY);
126
coll.setStrength(
isAtLeastUCA62
? Collator.IDENTICAL : Collator.QUATERNARY);
242
if(res == 0 && !
isAtLeastUCA62
) {
Completed in 179 milliseconds