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

  /external/chromium_org/third_party/icu/source/common/
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)) {
ucase.h 157 ucase_getType(const UCaseProps *csp, UChar32 c);
159 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
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/icu/icu4c/source/common/
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)) {
ucase.h 157 ucase_getType(const UCaseProps *csp, UChar32 c);
159 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
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/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 99 milliseconds