/external/chromium_org/third_party/icu/source/common/ |
ucase.h | 121 ucase_getType(const UCaseProps *csp, UChar32 c); 123 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
|
ucase.c | 396 ucase_getType(const UCaseProps *csp, UChar32 c) { 401 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */ [all...] |
ucasemap.c | 330 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { 342 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
|
ustrcase.c | 265 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { 277 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
|
/external/icu4c/common/ |
ucase.h | 157 ucase_getType(const UCaseProps *csp, UChar32 c); 159 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
|
ucase.cpp | 432 ucase_getType(const UCaseProps *csp, UChar32 c) { 437 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */ [all...] |
ucasemap.cpp | 314 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { 326 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
|
ustrcase.cpp | 221 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) { 233 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
|
/external/icu4c/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/data/unidata/ |
changes.txt | 425 - via UProperty; call ucase.h functions ucase_getType() and ucase_getTypeOrIgnorable() [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cucdtst.c | [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | [all...] |