Home
last modified time | relevance | path

Searched defs:CE (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/i18n/
Ducol_bld.cpp121 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) { in ucol_inv_findCE()
166 uint32_t CE, uint32_t contCE, in ucol_inv_getNextCE()
196 uint32_t CE, uint32_t contCE, in ucol_inv_getPrevCE()
227 U_CFUNC uint32_t U_EXPORT2 ucol_getCEStrengthDifference(uint32_t CE, uint32_t contCE, in ucol_getCEStrengthDifference()
279 uint32_t CE = lh->baseCE; in ucol_inv_getNext() local
963 uint32_t CE = utrie_get32(t->mapping, start, NULL); in _processUCACompleteIgnorables() local
997 uint32_t CE = UCOL_NOT_FOUND; in ucol_uprv_bld_copyRangeFromUCA() local
Ducol_imp.h517 #define isSpecial(CE) ((((CE)&UCOL_SPECIAL_FLAG)>>28)==0xF) argument
526 #define isContinuation(CE) (((CE) & UCOL_CONTINUATION_MARKER) == UCOL_CONTINUATION_MARKER) argument
527 #define isFlagged(CE) (((CE) & 0x80) == 0x80) argument
528 #define isLongPrimary(CE) (((CE) & 0xC0) == 0xC0) argument
530 #define getCETag(CE) (((CE)&UCOL_TAG_MASK)>>UCOL_TAG_SHIFT) argument
531 #define isContraction(CE) (isSpecial((CE)) && (getCETag((CE)) == CONTRACTION_TAG)) argument
532 #define isPrefix(CE) (isSpecial((CE)) && (getCETag((CE)) == SPEC_PROC_TAG)) argument
533 #define constructContractCE(tag, CE) (UCOL_SPECIAL_FLAG | ((tag)<<UCOL_TAG_SHIFT) | ((CE))&0xFFFFFF) argument
534 #define constructSpecProcCE(CE) (UCOL_SPECIAL_FLAG | (SPEC_PROC_TAG<<UCOL_TAG_SHIFT) | ((CE))&0xFFF… argument
535 #define getContractOffset(CE) ((CE)&0xFFFFFF) argument
[all …]
Ducol_cnt.h38 #define isCntTableElement(CE) (isSpecial((CE)) && \ argument
Ducol_tok.cpp1198 uint32_t CE, SecondCE; in getVirginBefore() local
1640 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND; in ucol_tok_assembleTokenList() local
1680 uint32_t CE = UCOL_NOT_FOUND, SecondCE = UCOL_NOT_FOUND; in ucol_tok_assembleTokenList() local
Ducol_elm.cpp798 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE, in uprv_uca_addPrefix()
918 static uint32_t uprv_uca_addContraction(tempUCATable *t, uint32_t CE, in uprv_uca_addContraction()
1043 uint32_t CE = UCOL_NOT_FOUND; in uprv_uca_finalizeAddition() local
1101 uint32_t CE; in uprv_uca_addAnElement() local
Dusrchimp.h46 int32_t *CE; member
Ducol.cpp2645 uint32_t ucol_prv_getSpecialCE(const UCollator *coll, UChar ch, uint32_t CE, collIterate *source, U… in ucol_prv_getSpecialCE()
3268 uint32_t ucol_prv_getSpecialPrevCE(const UCollator *coll, UChar ch, uint32_t CE, in ucol_prv_getSpecialPrevCE()
5404 UBool isShiftedCE(uint32_t CE, uint32_t LVT, UBool *wasShifted) { in isShiftedCE()
5594 uint32_t CE = UCOL_NO_MORE_CES; in ucol_nextSortKeyPart() local
6333 ucol_addLatinOneEntry(UCollator *coll, UChar ch, uint32_t CE, in ucol_addLatinOneEntry()
6415 uint32_t CE = 0; in ucol_setUpLatinOne() local
6614 uint32_t CE = ucol_IGetNextCE(coll, &s, status); in ucol_setVariableTop() local
6877 uint32_t CE = UCOL_NOT_FOUND; in ucol_isTailored() local
7663 uint32_t CE, const UChar *s, int32_t *index, int32_t len) { in ucol_getLatinOneContraction()
Ducol_cnt.cpp215 uint32_t CE; in uprv_cnttab_constructTable() local
Ducol_sit.cpp958 uint32_t CE, int32_t leftIndex, int32_t rightIndex, UErrorCode *status) in addSpecial()
1029 _processSpecials(const void *context, UChar32 start, UChar32 limit, uint32_t CE) in _processSpecials()
/external/grub/stage2/
Diso9660.h143 struct CE { struct
144 iso_32bit_t extent;
145 iso_32bit_t offset;
146 iso_32bit_t size;
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
Dce.h75 CE() : in CE() function
/external/icu4c/test/cintltst/
Dcmsccoll.c2956 uint32_t CE = UCOL_NO_MORE_CES; in TestVariableTopSetting() local