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

  /external/icu4c/common/
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...]
ucase.h 116 ucase_getType(const UCaseProps *csp, UChar32 c);
118 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
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/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 398 #define ucase_getType ucase_getType_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 398 #define ucase_getType ucase_getType_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 398 #define ucase_getType ucase_getType_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 398 #define ucase_getType ucase_getType_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 79 milliseconds