/external/icu/icu4c/source/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 | uniset_closure.cpp | 185 const UCaseProps *csp = ucase_getSingleton(); in closeOver() local
|
D | unormcmp.cpp | 148 const UCaseProps *csp; in unorm_cmpEquivFold() 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 576 const UCaseProps *csp=ucase_getSingleton(); in u_getFC_NFKC_Closure() local
|
D | ucasemap.cpp | 420 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
|
/external/chromium_org/third_party/icu/source/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 576 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 | 409 Int csp; in CLG_() local
|
D | bbcc.c | 563 Int passed = 0, csp; in CLG_() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | StyleElement.cpp | 157 const ContentSecurityPolicy* csp = document.contentSecurityPolicy(); in createSheet() local
|
D | ScriptLoader.cpp | 312 const ContentSecurityPolicy* csp = elementDocument->contentSecurityPolicy(); in executeScript() local
|
D | Document.cpp | 4871 void Document::initContentSecurityPolicy(PassRefPtr<ContentSecurityPolicy> csp) in initContentSecurityPolicy()
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerGlobalScope.cpp | 106 RefPtr<ContentSecurityPolicy> csp = ContentSecurityPolicy::create(); in applyContentSecurityPolicyFromString() local
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | WindowProxy.cpp | 219 ContentSecurityPolicy* csp = m_frame->document()->contentSecurityPolicy(); in initialize() local
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ResourceFetcher.cpp | 497 const ContentSecurityPolicy* csp = m_document ? m_document->contentSecurityPolicy() : nullptr; in canRequest() local
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cucdtst.c | 3224 UCaseProps *csp; in TestUCase() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 3223 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
|