Home | History | Annotate | Download | only in src

Lines Matching refs:UCOL_CASE_FIRST

497       collator->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
499 collator->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
502 collator->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
545 switch (collator->getAttribute(UCOL_CASE_FIRST, status)) {