Searched refs:UPPER_FIRST (Results 1 – 8 of 8) sorted by relevance
64 static const int32_t UPPER_FIRST = 0x100; member78 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
435 if((options & CollationSettings::UPPER_FIRST) == 0) { in writeSortKeyUpToQuaternary()508 } else if((options & CollationSettings::UPPER_FIRST) == 0) { in writeSortKeyUpToQuaternary()
240 if((options & CollationSettings::UPPER_FIRST) == 0) { in compareUpToQuaternary()
329 if((options & CollationSettings::UPPER_FIRST) == 0) { in compareUTF16()681 if((options & CollationSettings::UPPER_FIRST) == 0) { in compareUTF8()
54 static final int UPPER_FIRST = 0x100; field in CollationSettings68 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
539 if ((options & CollationSettings.UPPER_FIRST) == 0) { in writeSortKeyUpToQuaternary()616 } else if ((options & CollationSettings.UPPER_FIRST) == 0) { in writeSortKeyUpToQuaternary()
229 if ((options & CollationSettings.UPPER_FIRST) == 0) { in compareUpToQuaternary()
526 if((options & CollationSettings.UPPER_FIRST) == 0) { in compareUTF16()