Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducase.cpp66 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 …]
Dustr_imp.h89 const UCaseProps *csp; member
Duniset_closure.cpp185 const UCaseProps *csp = ucase_getSingleton(); in closeOver() local
Dunormcmp.cpp148 const UCaseProps *csp; in unorm_cmpEquivFold() local
Dustrcase.cpp330 ustr_foldCase(const UCaseProps *csp, in ustr_foldCase()
474 const UCaseProps *csp; in u_strcmpFold() local
Duprops.cpp132 const UCaseProps *csp=ucase_getSingleton(); in changesWhenCasefolded() local
576 const UCaseProps *csp=ucase_getSingleton(); in u_getFC_NFKC_Closure() local
Ducasemap.cpp420 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
/external/chromium_org/third_party/icu/source/common/
Ducase.cpp66 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 …]
Dustr_imp.h89 const UCaseProps *csp; member
Dunormcmp.cpp148 const UCaseProps *csp; in unorm_cmpEquivFold() local
Duniset_closure.cpp185 const UCaseProps *csp = ucase_getSingleton(); in closeOver() local
Dustrcase.cpp330 ustr_foldCase(const UCaseProps *csp, in ustr_foldCase()
474 const UCaseProps *csp; in u_strcmpFold() local
Duprops.cpp132 const UCaseProps *csp=ucase_getSingleton(); in changesWhenCasefolded() local
576 const UCaseProps *csp=ucase_getSingleton(); in u_getFC_NFKC_Closure() local
Ducasemap.cpp420 utf8_foldCase(const UCaseProps *csp, in utf8_foldCase()
/external/valgrind/main/callgrind/
Dcallstack.c409 Int csp; in CLG_() local
Dbbcc.c563 Int passed = 0, csp; in CLG_() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleElement.cpp157 const ContentSecurityPolicy* csp = document.contentSecurityPolicy(); in createSheet() local
DScriptLoader.cpp312 const ContentSecurityPolicy* csp = elementDocument->contentSecurityPolicy(); in executeScript() local
DDocument.cpp4871 void Document::initContentSecurityPolicy(PassRefPtr<ContentSecurityPolicy> csp) in initContentSecurityPolicy()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.cpp106 RefPtr<ContentSecurityPolicy> csp = ContentSecurityPolicy::create(); in applyContentSecurityPolicyFromString() local
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWindowProxy.cpp219 ContentSecurityPolicy* csp = m_frame->document()->contentSecurityPolicy(); in initialize() local
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp497 const ContentSecurityPolicy* csp = m_document ? m_document->contentSecurityPolicy() : nullptr; in canRequest() local
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcucdtst.c3224 UCaseProps *csp; in TestUCase() local
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3223 UCaseProps *csp; in TestUCase() local
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment() local