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

  /external/icu/icu4c/source/common/
ucase.cpp 433 ucase_getType(const UCaseProps *csp, UChar32 c) {
438 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */
    [all...]
ucase.h 160 ucase_getType(const UCaseProps *csp, UChar32 c);
162 /** @return like ucase_getType() but also sets UCASE_IGNORABLE if c is case-ignorable */
ucasemap.cpp 367 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
379 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
ustrcase.cpp 250 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
262 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 65 milliseconds