Searched defs:csp (Results 1 - 16 of 16) sorted by relevance

/external/icu4c/common/
H A Dustr_imp.h98 const UCaseProps *csp; member in struct:UCaseMap
125 ustr_toLower(const UCaseProps *csp,
135 ustr_toUpper(const UCaseProps *csp,
147 ustr_toTitle(const UCaseProps *csp,
161 ustr_foldCase(const UCaseProps *csp,
H A Dunistr_case.cpp102 const UCaseProps *csp=ucase_getSingleton(); local
139 newLength = ustr_toLower(csp, getArrayStart(), getCapacity(),
143 newLength = ustr_toUpper(csp, getArrayStart(), getCapacity(),
150 newLength = ustr_toTitle(csp, getArrayStart(), getCapacity(),
155 newLength = ustr_foldCase(csp, getArrayStart(), getCapacity(),
H A Ducasemap.c48 csm->csp=ucase_getSingleton();
248 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache);
330 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
342 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
359 c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
408 utf8_foldCase(const UCaseProps *csp, argument
430 c=ucase_toFullFolding(csp, c, &s, options);
490 destLength=utf8_foldCase(csm->csp, dest, destCapacity, src, srcLength,
H A Dunormcmp.cpp148 const UCaseProps *csp; local
187 csp=ucase_getSingleton();
189 csp=NULL;
322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
H A Duprops.cpp132 const UCaseProps *csp=ucase_getSingleton(); local
134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
597 const UCaseProps *csp=ucase_getSingleton(); local
604 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
H A Dustrcase.c141 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
193 if(csm->csp==NULL) {
194 csm->csp=ucase_getSingleton();
265 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
277 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
294 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
344 ustr_toLower(const UCaseProps *csp, argument
352 csm.csp=csp;
364 ustr_toUpper(const UCaseProps *csp, argument
386 ustr_toTitle(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, uint32_t options, UErrorCode *pErrorCode) argument
416 ustr_foldCase(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
653 const UCaseProps *csp; local
[all...]
H A Ducase.c63 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { argument
69 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
83 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
132 ucase_tolower(const UCaseProps *csp, UChar32 c) { argument
133 uint16_t props=UTRIE2_GET16(&csp->trie, c);
139 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
149 ucase_toupper(const UCaseProps *csp, UChar32 c) { argument
150 uint16_t props=UTRIE2_GET16(&csp->trie, c);
156 const uint16_t *pe=GET_EXCEPTIONS(csp, prop
166 ucase_totitle(const UCaseProps *csp, UChar32 c) argument
197 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) argument
337 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa) argument
396 ucase_getType(const UCaseProps *csp, UChar32 c) argument
403 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) argument
419 getDotType(const UCaseProps *csp, UChar32 c) argument
430 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) argument
435 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) argument
625 isFollowedByCasedLetter(const UCaseProps *csp, UCaseContextIterator *iter, void *context, int8_t dir) argument
648 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
705 isPrecededBy_I(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
729 isFollowedByMoreAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
752 isFollowedByDotAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
775 ucase_toFullLower(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
919 toUpperOrTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache, UBool upperNotTitle) argument
1012 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1020 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1070 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) argument
1130 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, const UChar **pString, uint32_t options) argument
1246 const UCaseProps *csp=GET_CASE_PROPS(); local
[all...]
H A Duniset_props.cpp1409 const UCaseProps *csp = ucase_getSingleton(); local
1441 ucase_addCaseClosure(csp, cp, &sa);
1447 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
1450 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
1453 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
1456 result = ucase_toFullFolding(csp, cp, &full, 0);
1466 if(!ucase_addStringCaseClosure(csp, str.getBuffer(), str.length(), &sa)) {
H A Dutext.cpp573 const UCaseProps *csp; local
596 csp=ucase_getSingleton();
620 length = ucase_toFullFolding(csp, c1, &p, options);
646 length = ucase_toFullFolding(csp, c2, &p, options);
694 const UCaseProps *csp; local
719 csp=ucase_getSingleton();
735 length = ucase_toFullFolding(csp, c1, &p, options);
758 length = ucase_toFullFolding(csp, c2, &p, options);
/external/valgrind/main/callgrind/
H A Dcallstack.c402 Int csp; local
413 while( (csp=CLG_(current_call_stack).sp) >0) {
414 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
422 csp=CLG_(current_call_stack).sp;
H A Dbbcc.c558 Int jmpkind, passed = 0, csp; local
620 csp = CLG_(current_call_stack).sp;
623 if ( (jmpkind == Ijk_Ret) && (csp >0)) {
624 Int csp_up = csp-1;
685 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
687 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
728 if ((csp == 0) ||
753 csp = CLG_(current_call_stack).sp;
754 if (call_emulation && csp>0)
755 sp = CLG_(current_call_stack).entry[csp
[all...]
/external/bluetooth/bluez/health/
H A Dmcap_internal.h105 struct mcap_csp *csp; /* CSP control structure */ member in struct:mcap_mcl
H A Dmcap_sync.c51 #define MCAP_CSP_ERROR g_quark_from_static_string("mcap-csp-error-quark")
141 static void reset_tmstamp(struct mcap_csp *csp, struct timespec *base_time, argument
144 csp->base_tmstamp = new_tmstamp;
146 csp->base_time = *base_time;
148 clock_gettime(CLK, &csp->base_time);
154 mcl->csp = NULL;
158 mcl->csp = g_new0(struct mcap_csp, 1);
160 mcl->csp->rem_req_acc = 10000; /* safe divisor */
161 mcl->csp->set_data = NULL;
162 mcl->csp
[all...]
/external/icu4c/test/cintltst/
H A Dcucdtst.c3055 UCaseProps *csp; local
3068 csp=ucase_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode);
3076 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */
3080 ucase_close(csp);
/external/libffi/src/
H A Ddlmalloc.c3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
3314 mchunkptr sp = (mchunkptr)csp;
3345 if (csp != old_top) {
3347 size_t psize = csp - old_top;
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
3326 mchunkptr sp = (mchunkptr)csp;
3357 if (csp != old_top) {
3359 size_t psize = csp - old_top;

Completed in 328 milliseconds