Searched defs:csp (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/common/ |
D | ucase.c | 69 UCaseProps *csp=(UCaseProps *)context; in isAcceptable() local 80 UCaseProps *csp; in ucase_openData() local 139 UCaseProps cspProto={ NULL }, *csp; in ucase_open() local 197 ucase_close(UCaseProps *csp) { in ucase_close() 276 UCaseProps *csp; in ucase_getDummy() local 337 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts() 358 #define GET_PROPS(csp, c, result) \ argument 361 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument 410 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower() 428 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper() [all …]
|
D | ustr_imp.h | 105 const UCaseProps *csp; member
|
D | ustrcase.c | 338 ustr_toLower(const UCaseProps *csp, in ustr_toLower() 358 ustr_toUpper(const UCaseProps *csp, in ustr_toUpper() 380 ustr_toTitle(const UCaseProps *csp, in ustr_toTitle() 410 ustr_foldCase(const UCaseProps *csp, in ustr_foldCase() 647 const UCaseProps *csp; in u_strcmpFold() local
|
D | unistr_case.cpp | 106 const UCaseProps *csp=ucase_getSingleton(&errorCode); in caseMap() local
|
D | unormcmp.cpp | 143 const UCaseProps *csp; in unorm_cmpEquivFold() local
|
D | ucasemap.c | 398 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
|
D | uniset_props.cpp | 1301 const UCaseProps *csp = ucase_getSingleton(&status); in closeOver() local
|
/external/clearsilver/csharp/ |
D | CS.cs | 86 unsafe CSPARSE *csp; field in Clearsilver.CSTContext
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 3056 UCaseProps *csp; in TestUCase() local
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment() local
|
/external/libffi/src/ |
D | dlmalloc.c | 3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment() local
|