HomeSort by relevance Sort by last modified time
    Searched refs:expansions (Results 1 - 12 of 12) sorted by null

  /external/icu4c/i18n/
ucol_elm.cpp 82 static int32_t uprv_uca_addExpansion(ExpansionTable *expansions, uint32_t value, UErrorCode *status) {
86 if(expansions->CEs == NULL) {
87 expansions->CEs = (uint32_t *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(uint32_t));
89 if (expansions->CEs == NULL) {
93 expansions->size = INIT_EXP_TABLE_SIZE;
94 expansions->position = 0;
97 if(expansions->position == expansions->size) {
98 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t))
1143 ExpansionTable *expansions = t->expansions; local
1437 ExpansionTable *expansions = t->expansions; local
1718 ExpansionTable *expansions = t->expansions; local
    [all...]
ucol_sit.cpp 720 USet *expansions; member in struct:contContext
734 USet *expansions = context->expansions; local
746 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) {
747 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
769 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
770 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
789 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
790 uset_addString(expansions, buffer+leftIndex, rightIndex+1-leftIndex);
804 USet *expansions = ((contContext *)context)->expansions local
    [all...]
ucol_elm.h 103 ExpansionTable *expansions; member in struct:__anon8681
colldata.cpp 664 USet *expansions = uset_openEmpty(); local
707 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
710 uset_addAll(charsToTest, expansions);
769 uset_close(expansions);
  /external/v8/test/mjsunit/regress/
regress-1472.js 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
  /external/icu4c/test/intltest/
ssearch.cpp 2197 USet *expansions = uset_openEmpty(); local
2335 USet *expansions = uset_openEmpty(); local
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 467 * Get a set containing the expansions defined by the collator. The set includes
468 * both the UCA expansions and the expansions defined by the tailoring
471 * @param expansions if not NULL, the set to hold the expansions
479 USet *contractions, USet *expansions,
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 17 typedef struct { FLOATTYPE for_lu; FLOATTYPE total_needed; int expansions; } PREFIX##mem_usage_t; \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/bison/build-aux/
texinfo.tex 233 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
    [all...]

Completed in 543 milliseconds