HomeSort by relevance Sort by last modified time
    Searched refs:UCASE_EXC_LOWER (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ucase.c 141 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
142 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
250 for(idx=UCASE_EXC_LOWER; idx<=UCASE_EXC_TITLE; ++idx) {
909 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
910 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result);
    [all...]
ucase.h 315 UCASE_EXC_LOWER,
  /external/icu4c/tools/gencase/
store.c 918 excWord|=U_MASK(UCASE_EXC_LOWER);
    [all...]

Completed in 3558 milliseconds