Home
last modified time | relevance | path

Searched refs:expansions (Results 1 – 25 of 55) sorted by relevance

123

/external/icu4c/i18n/
Ducol_elm.cpp80 static int32_t uprv_uca_addExpansion(ExpansionTable *expansions, uint32_t value, UErrorCode *status… in uprv_uca_addExpansion() argument
84 if(expansions->CEs == NULL) { in uprv_uca_addExpansion()
85 expansions->CEs = (uint32_t *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(uint32_t)); in uprv_uca_addExpansion()
87 if (expansions->CEs == NULL) { in uprv_uca_addExpansion()
91 expansions->size = INIT_EXP_TABLE_SIZE; in uprv_uca_addExpansion()
92 expansions->position = 0; in uprv_uca_addExpansion()
95 if(expansions->position == expansions->size) { in uprv_uca_addExpansion()
96 …uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t)); in uprv_uca_addExpansion()
104 expansions->CEs = newData; in uprv_uca_addExpansion()
105 expansions->size *= 2; in uprv_uca_addExpansion()
[all …]
Ducol_sit.cpp676 USet *expansions; member
690 USet *expansions = context->expansions; in addSpecial() local
702 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) { in addSpecial()
703 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex); in addSpecial()
725 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { in addSpecial()
726 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex); in addSpecial()
745 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { in addSpecial()
746 uset_addString(expansions, buffer+leftIndex, rightIndex+1-leftIndex); in addSpecial()
760 USet *expansions = ((contContext *)context)->expansions; in _processSpecials() local
779 } else if(expansions && getCETag(CE) == EXPANSION_TAG) { in _processSpecials()
[all …]
Ducol_elm.h103 ExpansionTable *expansions; member
Dcolldata.cpp659 USet *expansions = uset_openEmpty(); in CollData() local
702 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); in CollData()
705 uset_addAll(charsToTest, expansions); in CollData()
764 uset_close(expansions); in CollData()
Dalphaindex.cpp819 UnicodeSet expansions;
822 …ucol_getContractionsAndExpansions(uRuleBasedCollator, extras.toUSet(), expansions.toUSet(), true, …
823 extras.addAll(expansions).removeAll(*TO_TRY);
/external/icu4c/test/intltest/
Dssearch.cpp2219 USet *expansions = uset_openEmpty(); in monkeyTest() local
2222 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); in monkeyTest()
2229 StringSetMonkey expansionMonkey(expansions, coll, monkeyData); in monkeyTest()
2335 uset_close(expansions); in monkeyTest()
2358 USet *expansions = uset_openEmpty(); in bmMonkeyTest() local
2361 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); in bmMonkeyTest()
2368 StringSetMonkey expansionMonkey(expansions, coll, monkeyData); in bmMonkeyTest()
2496 uset_close(expansions); in bmMonkeyTest()
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll10 ; expansions.
/external/icu4c/i18n/unicode/
Ducol.h432 USet *contractions, USet *expansions,
/external/clang/test/SemaObjCXX/
Dliterals.mm151 // Test array literal pack expansions.
/external/elfutils/m4/
Dgettext.m491 dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
/external/bison/data/m4sugar/
Dm4sugar.m4596 # which leads to undesirable expansions.
845 # must keep the expansions of the various level of m4_require separated.
1068 # maintain a stack of macro expansions, unfortunately it doesn't, so
/external/bison/m4/
Dgettext_gl.m486 dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h17 …typedef struct { FLOATTYPE for_lu; FLOATTYPE total_needed; int expansions; } PREFIX##mem_usage_t; …
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td498 "pack expansions in alignment specifiers are not supported yet">;
/external/e2fsprogs/po/
De2fsprogs.pot24 #. on. A table of these expansions can be found below. Note that
26 #. expansions; so for example, "%Iu" expands to the inode's user id
Dzh_CN.po22 #. on. A table of these expansions can be found below. Note that
24 #. expansions; so for example, "%Iu" expands to the inode's user id
Dsv.po25 #. on. A table of these expansions can be found below. Note that
27 #. expansions; so for example, "%Iu" expands to the inode's user id
Dnl.po25 #. on. A table of these expansions can be found below. Note that
27 #. expansions; so for example, "%Iu" expands to the inode's user id
Did.po27 #. on. A table of these expansions can be found below. Note that
29 #. expansions; so for example, "%Iu" expands to the inode's user id
Dit.po24 #. on. A table of these expansions can be found below. Note that
26 #. expansions; so for example, "%Iu" expands to the inode's user id
Dde.po25 #. on. A table of these expansions can be found below. Note that
27 #. expansions; so for example, "%Iu" expands to the inode's user id
Dca.po23 #. on. A table of these expansions can be found below. Note that
25 #. expansions; so for example, "%Iu" expands to the inode's user id
Des.po26 #. on. A table of these expansions can be found below. Note that
28 #. expansions; so for example, "%Iu" expands to the inode's user id
Dpl.po23 #. on. A table of these expansions can be found below. Note that
25 #. expansions; so for example, "%Iu" expands to the inode's user id
/external/openssh/
DChangeLog324 sync some more expansions with LocalCommand; ok markus@

123