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

  /external/icu/icu4c/source/common/
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)) {
464 } else if (type != UCASE_NONE) {
490 } else if (type != UCASE_NONE) {
ucase.h 158 /** @return UCASE_NONE, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
321 UCASE_NONE,
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)) {
801 } else if (type != UCASE_NONE) {
832 } else if (type != UCASE_NONE) {
    [all...]
ucase.cpp 234 if(UCASE_GET_TYPE(props)!=UCASE_NONE) {
431 /** @return UCASE_NONE, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
676 } else if(type!=UCASE_NONE) {
    [all...]

Completed in 262 milliseconds