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

  /external/chromium_org/third_party/icu/source/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/common/
ucase.cpp 144 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
145 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
253 for(idx=UCASE_EXC_LOWER; idx<=UCASE_EXC_TITLE; ++idx) {
936 if(HAS_SLOT(excWord, UCASE_EXC_LOWER)) {
937 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe2, result);
    [all...]
ucase.h 360 UCASE_EXC_LOWER,

Completed in 406 milliseconds