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

/external/icu/icu4c/source/common/
H A Dustr_imp.h108 const UCaseProps *csp; member in struct:UCaseMap
H A Duniset_closure.cpp185 const UCaseProps *csp = ucase_getSingleton(); local
217 ucase_addCaseClosure(csp, cp, &sa);
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
232 result = ucase_toFullFolding(csp, cp, &full, 0);
242 if(!ucase_addStringCaseClosure(csp, str.getBuffer(), str.length(), &sa)) {
H A Ducasemap.cpp54 csm->csp=ucase_getSingleton();
240 c=map(csm->csp, c, utf8_caseContextIterator, csc, &s, csm->locale, &locCache);
314 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
326 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
343 c=ucase_toFullTitle(csm->csp, c, utf8_caseContextIterator, &csc, &s, csm->locale, &locCache);
420 utf8_foldCase(const UCaseProps *csp, argument
442 c=ucase_toFullFolding(csp, c, &s, options);
462 return utf8_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
H A Dunormcmp.cpp146 const UCaseProps *csp; local
185 csp=ucase_getSingleton();
187 csp=NULL;
320 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
365 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
H A Duprops.cpp129 const UCaseProps *csp=ucase_getSingleton(); local
131 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
573 const UCaseProps *csp=ucase_getSingleton(); local
580 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
H A Ducase.cpp65 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { argument
71 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
85 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
134 ucase_tolower(const UCaseProps *csp, UChar32 c) { argument
135 uint16_t props=UTRIE2_GET16(&csp->trie, c);
141 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
151 ucase_toupper(const UCaseProps *csp, UChar32 c) { argument
152 uint16_t props=UTRIE2_GET16(&csp->trie, c);
158 const uint16_t *pe=GET_EXCEPTIONS(csp, prop
168 ucase_totitle(const UCaseProps *csp, UChar32 c) argument
199 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) argument
339 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa) argument
431 ucase_getType(const UCaseProps *csp, UChar32 c) argument
438 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) argument
445 getDotType(const UCaseProps *csp, UChar32 c) argument
456 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) argument
461 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) argument
651 isFollowedByCasedLetter(const UCaseProps *csp, UCaseContextIterator *iter, void *context, int8_t dir) argument
674 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
731 isPrecededBy_I(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
755 isFollowedByMoreAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
778 isFollowedByDotAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) argument
801 ucase_toFullLower(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
945 toUpperOrTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache, UBool upperNotTitle) argument
1038 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1046 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, UCaseContextIterator *iter, void *context, const UChar **pString, const char *locale, int32_t *locCache) argument
1096 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) argument
1156 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, const UChar **pString, uint32_t options) argument
1272 const UCaseProps *csp=GET_CASE_PROPS(); local
[all...]
H A Dustrcase.cpp146 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
220 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
232 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
249 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
329 ustr_foldCase(const UCaseProps *csp, argument
343 c=ucase_toFullFolding(csp, c, &s, options);
363 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
441 csm.csp=ucase_getSingleton();
489 const UCaseProps *csp; local
522 csp
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCaseFoldTransliterator.java38 private UCaseProps csp; field in class:CaseFoldTransliterator
48 csp=UCaseProps.INSTANCE;
58 if(csp==null) {
77 c=csp.toFullFolding(c, result, 0); // toFullFolding(int c, StringBuffer out, int options)
H A DLowercaseTransliterator.java41 private UCaseProps csp; field in class:LowercaseTransliterator
53 csp=UCaseProps.INSTANCE;
65 if(csp==null) {
84 c=csp.toFullLower(c, iter, result, locale, locCache);
H A DTitlecaseTransliterator.java38 private UCaseProps csp; field in class:TitlecaseTransliterator
51 csp=UCaseProps.INSTANCE;
88 type=csp.getTypeOrIgnorable(c);
114 type=csp.getTypeOrIgnorable(c);
117 c=csp.toFullTitle(c, iter, result, locale, locCache);
119 c=csp.toFullLower(c, iter, result, locale, locCache);
H A DUppercaseTransliterator.java38 private UCaseProps csp; field in class:UppercaseTransliterator
49 csp=UCaseProps.INSTANCE;
61 if(csp==null) {
80 c=csp.toFullUpper(c, iter, result, locale, locCache);
/external/valgrind/callgrind/
H A Dcallstack.c409 Int csp; local
420 while( (csp=CLG_(current_call_stack).sp) >0) {
421 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
429 csp=CLG_(current_call_stack).sp;
H A Dbbcc.c570 Int passed = 0, csp; local
639 csp = CLG_(current_call_stack).sp;
642 if ( (jmpkind == jk_Return) && (csp >0)) {
643 Int csp_up = csp-1;
704 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
706 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
750 if ((csp == 0) ||
775 csp = CLG_(current_call_stack).sp;
776 if (call_emulation && csp>0)
777 sp = CLG_(current_call_stack).entry[csp
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3261 UCaseProps *csp; local
3274 csp=ucase_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode);
3282 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */
3286 ucase_close(csp);
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c1877 t_chset * csp; local
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc130 if (rd.Is(csp)) {
134 Mov(csp, temp);
279 // If csp is an operand, add #0 is emitted, otherwise, orr #0.
979 // csp and reg_size is 32, registers must be pushed in blocks of four in order
980 // to maintain the 16-byte alignment for csp.
997 // csp and reg_size is 32, registers must be pushed in blocks of four in
998 // order to maintain the 16-byte alignment for csp.
1032 // stack pointer is csp and the register size is 32, registers must be pushed
1033 // in blocks of four in order to maintain the 16-byte alignment for csp.
1125 // to be pushed using csp, whils
1321 sub(StackPointer(), csp, StackPointer()); local
1332 sub(StackPointer(), csp, StackPointer()); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 303 milliseconds