Home
last modified time | relevance | path

Searched defs:csp (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/common/
Ducase.cpp65 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts()
85 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument
134 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower()
151 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper()
168 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle()
199 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
339 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *… in ucase_addStringCaseClosure()
431 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType()
438 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable()
445 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType()
[all …]
Dustr_imp.h108 const UCaseProps *csp; member
Dunormcmp.cpp146 const UCaseProps *csp; in unorm_cmpEquivFold() local
Duniset_closure.cpp185 const UCaseProps *csp = ucase_getSingleton(); in closeOver() local
Dustrcase.cpp329 ustr_foldCase(const UCaseProps *csp, in ustr_foldCase()
489 const UCaseProps *csp; in _cmpFold() local
Duprops.cpp129 const UCaseProps *csp=ucase_getSingleton(); in changesWhenCasefolded() local
573 const UCaseProps *csp=ucase_getSingleton(); in u_getFC_NFKC_Closure() local
Ducasemap.cpp420 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DCaseFoldTransliterator.java38 private UCaseProps csp; field in CaseFoldTransliterator
DLowercaseTransliterator.java41 private UCaseProps csp; field in LowercaseTransliterator
DUppercaseTransliterator.java38 private UCaseProps csp; field in UppercaseTransliterator
DTitlecaseTransliterator.java38 private UCaseProps csp; field in TitlecaseTransliterator
/external/valgrind/callgrind/
Dcallstack.c409 Int csp; in CLG_() local
Dbbcc.c570 Int passed = 0, csp; in CLG_() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java1388 UCaseProps csp=UCaseProps.INSTANCE; in getFC_NFKC_Closure() local
2029 UCaseProps csp; in cmpEquivFold() local
DUnicodeSet.java3792 UCaseProps csp = UCaseProps.INSTANCE; in closeOver() local
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c1877 t_chset * csp; local
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3261 UCaseProps *csp; in TestUCase() local