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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 80 static int32_t uprv_uca_addExpansion(ExpansionTable *expansions, uint32_t value, UErrorCode *status) {
84 if(expansions->CEs == NULL) {
85 expansions->CEs = (uint32_t *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(uint32_t));
87 if (expansions->CEs == NULL) {
91 expansions->size = INIT_EXP_TABLE_SIZE;
92 expansions->position = 0;
95 if(expansions->position == expansions->size) {
96 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t))
1134 ExpansionTable *expansions = t->expansions; local
1428 ExpansionTable *expansions = t->expansions; local
1709 ExpansionTable *expansions = t->expansions; local
    [all...]
ucol_sit.cpp 676 USet *expansions; member in struct:contContext
690 USet *expansions = context->expansions; local
702 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) {
703 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
725 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
726 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
745 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
746 uset_addString(expansions, buffer+leftIndex, rightIndex+1-leftIndex);
760 USet *expansions = ((contContext *)context)->expansions local
    [all...]
ucol_elm.h 103 ExpansionTable *expansions; member in struct:__anon11411
colldata.cpp 662 USet *expansions = uset_openEmpty(); local
705 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
708 uset_addAll(charsToTest, expansions);
767 uset_close(expansions);
  /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:__anon18894
  /external/icu4c/test/intltest/
colldata.cpp 331 USet *expansions = uset_openEmpty(); local
351 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
354 uset_addAll(charsToTest, expansions);
405 uset_close(expansions);
ssearch.cpp 1371 USet *expansions = uset_openEmpty(); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1472.js 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
  /external/v8/test/mjsunit/regress/
regress-1472.js 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 2209 USet *expansions = uset_openEmpty(); local
2348 USet *expansions = uset_openEmpty(); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 369 * Get a set containing the expansions defined by the collator. The set includes
370 * both the UCA expansions and the expansions defined by the tailoring
373 * @param expansions if not NULL, the set to hold the expansions
381 USet *contractions, USet *expansions,
    [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/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 524 def ExpandXcodeVariables(string, expansions):
525 """Expands Xcode-style $(VARIABLES) in string per the expansions dict.
529 key in the expansions dict, $(VAR) will be replaced with expansions[VAR].
530 Any $(VAR) substring in string for which VAR is not a key in the expansions
541 if not variable in expansions:
544 replacement = expansions[variable]
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py     [all...]
xcode_emulation.py     [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/misc/common/icu4j/
icu4j.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 579 milliseconds