Searched defs:csp (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/common/ |
D | ucase.cpp | 66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts() 86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument 135 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower() 152 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper() 169 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle() 200 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure() 340 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *… in ucase_addStringCaseClosure() 432 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType() 439 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable() 446 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType() [all …]
|
D | ustr_imp.h | 89 const UCaseProps *csp; member
|
D | unormcmp.cpp | 148 const UCaseProps *csp; in unorm_cmpEquivFold() local
|
D | uniset_closure.cpp | 185 const UCaseProps *csp = ucase_getSingleton(); in closeOver() local
|
D | ustrcase.cpp | 330 ustr_foldCase(const UCaseProps *csp, in ustr_foldCase() 474 const UCaseProps *csp; in u_strcmpFold() local
|
D | uprops.cpp | 132 const UCaseProps *csp=ucase_getSingleton(); in changesWhenCasefolded() local 571 const UCaseProps *csp=ucase_getSingleton(); in u_getFC_NFKC_Closure() local
|
D | ucasemap.cpp | 420 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
|
/external/valgrind/main/callgrind/ |
D | callstack.c | 408 Int csp; in CLG_() local
|
D | bbcc.c | 560 Int passed = 0, csp; in CLG_() local
|
/external/webp/src/enc/ |
D | picture.c | 27 #define IS_YUV_CSP(csp, YUV_CSP) (((csp) & WEBP_CSP_UV_MASK) == (YUV_CSP)) argument
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 3189 UCaseProps *csp; in TestUCase() local
|
/external/qemu/distrib/sdl-1.2.15/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
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.c | 3825 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment() local
|