HomeSort by relevance Sort by last modified time
    Searched defs:csp (Results 1 - 16 of 16) sorted by null

  /external/icu4c/common/
ustr_imp.h 98 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,
unistr_case.cpp 102 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(),
unormcmp.cpp 148 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
ustrcase.c 141 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,
352 csm.csp=csp;
364 ustr_toUpper(const UCaseProps *csp,
653 const UCaseProps *csp; local
    [all...]
uprops.cpp 132 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);
ucase.c 63 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
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) {
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) {
150 uint16_t props=UTRIE2_GET16(&csp->trie, c);
156 const uint16_t *pe=GET_EXCEPTIONS(csp, props)
1246 const UCaseProps *csp=GET_CASE_PROPS(); local
    [all...]
uniset_props.cpp 1409 const UCaseProps *csp = ucase_getSingleton(); local
    [all...]
utext.cpp 573 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);
    [all...]
  /external/valgrind/main/callgrind/
callstack.c 402 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;
bbcc.c 558 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-1].sp;
    [all...]
  /frameworks/base/core/java/android/hardware/
CameraSound.java 102 for (CameraSoundPlayer csp: mCameraSoundPlayers) {
103 if (csp != null) {
104 csp.release();
  /external/bluetooth/bluez/health/
mcap_internal.h 79 mcap_info_ind_event_cb mcl_sync_infoind_cb; /* (CSP Master) Received info indication */
83 gboolean csp_enabled; /* CSP: functionality enabled */
105 struct mcap_csp *csp; /* CSP control structure */ member in struct:mcap_mcl
  /external/icu4c/test/cintltst/
cucdtst.c 3055 UCaseProps *csp; local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 3465 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]
  /external/libffi/src/
dlmalloc.c 3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]

Completed in 1855 milliseconds