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

  /external/chromium/third_party/icu/source/i18n/
coptccal.h 115 CE // After the epoch
ucol_cnt.cpp 215 uint32_t CE;
217 /*CE = ucmpe32_get(table->mapping, i);*/
218 CE = utrie_get32(table->mapping, i, NULL);
219 if(isCntTableElement(CE)) {
220 CE = constructContractCE(getCETag(CE), table->offsets[getContractOffset(CE)]);
221 /*ucmpe32_set(table->mapping, i, CE);*/
222 utrie_set32(table->mapping, i, CE);
usrchimp.h 44 // length required for backwards ce comparison
46 int32_t *CE;
88 * we can safely do a compare without masking if the ce is a variable, we mask
91 * If the end character is composite and the pattern ce does not match the text
92 * ce, we skip it until we find a match in the end composite character or when
ucol_bld.cpp 122 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) {
133 res = compareCEs(first, second, CE, SecondCE);
148 /* able to find the elements around any CE, even if it is */
152 if((first == CE && second == SecondCE)) {
167 uint32_t CE, uint32_t contCE,
174 iCE = ucol_inv_findCE(src, CE, contCE);
181 CE &= strengthMask[strength];
184 *nextCE = CE;
187 while((*nextCE & strengthMask[strength]) == CE
198 uint32_t CE, uint32_t contCE
    [all...]
ucol_elm.cpp 507 /* found the ce in expansion, we'll just modify the size if it is
815 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
837 fprintf(stdout, "El: %08X Pref: ", CE);
902 if(!isPrefix(CE)) {
905 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
908 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
909 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
913 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status);
915 uint32_t eCE = uprv_cnttab_getCE(contractions, CE, position, status)
1322 uint32_t ce; local
    [all...]
ucol_tok.cpp 108 /* these values are used for finding CE values for indirect positioning. */
282 [last primary ignorable] largest CE for primary ignorable
283 [last secondary ignorable] largest CE for secondary ignorable
284 [last tertiary ignorable] largest CE for tertiary ignorable
    [all...]
ucol.cpp     [all...]
  /external/icu4c/i18n/
coptccal.h 115 CE // After the epoch
ucol_cnt.cpp 215 uint32_t CE;
217 /*CE = ucmpe32_get(table->mapping, i);*/
218 CE = utrie_get32(table->mapping, i, NULL);
219 if(isCntTableElement(CE)) {
220 CE = constructContractCE(getCETag(CE), table->offsets[getContractOffset(CE)]);
221 /*ucmpe32_set(table->mapping, i, CE);*/
222 utrie_set32(table->mapping, i, CE);
usrchimp.h 46 // length required for backwards ce comparison
48 int32_t *CE;
91 * we can safely do a compare without masking if the ce is a variable, we mask
94 * If the end character is composite and the pattern ce does not match the text
95 * ce, we skip it until we find a match in the end composite character or when
ucol_bld.cpp 122 int32_t ucol_inv_findCE(const UColTokenParser *src, uint32_t CE, uint32_t SecondCE) {
133 res = compareCEs(first, second, CE, SecondCE);
148 /* able to find the elements around any CE, even if it is */
152 if((first == CE && second == SecondCE)) {
167 uint32_t CE, uint32_t contCE,
174 iCE = ucol_inv_findCE(src, CE, contCE);
181 CE &= strengthMask[strength];
184 *nextCE = CE;
187 while((*nextCE & strengthMask[strength]) == CE
198 uint32_t CE, uint32_t contCE
    [all...]
ucol_elm.cpp 508 /* found the ce in expansion, we'll just modify the size if it is
816 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
838 fprintf(stdout, "El: %08X Pref: ", CE);
903 if(!isPrefix(CE)) {
906 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
909 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
910 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
914 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status);
916 uint32_t eCE = uprv_cnttab_getCE(contractions, CE, position, status)
1323 uint32_t ce; local
    [all...]
ucol_tok.cpp 108 /* these values are used for finding CE values for indirect positioning. */
282 [last primary ignorable] largest CE for primary ignorable
283 [last secondary ignorable] largest CE for secondary ignorable
284 [last tertiary ignorable] largest CE for tertiary ignorable
    [all...]
ucol.cpp     [all...]
  /external/grub/stage2/
iso9660.h 143 struct CE {
147 } ce; member in union:rock_ridge::__anon3648
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 1040 /* these values are used for finding CE values for indirect positioning. */
2678 uint32_t ce; local
2724 uint32_t ce; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1040 /* these values are used for finding CE values for indirect positioning. */
2682 uint32_t ce; local
2728 uint32_t ce; local
    [all...]

Completed in 552 milliseconds