Home
last modified time | relevance | path

Searched refs:UCASE_NONE (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Ducasemap.cpp314 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in ucasemap_internalUTF8ToTitle()
326 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in ucasemap_internalUTF8ToTitle()
Ducase.h318 UCASE_NONE, enumerator
Ducase.cpp232 if(UCASE_GET_TYPE(props)!=UCASE_NONE) { in ucase_addCaseClosure()
662 } else if(type!=UCASE_NONE) { in isFollowedByCasedLetter()
1286 return (UBool)(UCASE_NONE!=ucase_getType(csp, c)); in ucase_hasBinaryProperty()
Dustrcase.cpp220 … if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { in ustrcase_internalToTitle()
232 if(UCASE_NONE!=ucase_getType(csm->csp, c)) { in ustrcase_internalToTitle()