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

1 2

  /external/chromium_org/tools/gn/
function_process_file_template_unittest.cc 42 Value expansions(NULL, Value::LIST);
43 expansions.list_value().push_back(
45 expansions.list_value().push_back(
47 args.push_back(expansions);
  /external/chromium_org/third_party/icu/source/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:__anon16740
  /external/icu/icu4c/source/i18n/
collationsets.h 96 contractions(con), expansions(exp),
127 UnicodeSet *expansions; member in class:ContractionsAndExpansions
collationsets.cpp 66 // contractions and expansions in different data objects
144 // Non-contextual mappings, expansions, etc.
549 // that always yield expansions.
551 addStrings(start, end, expansions);
576 addStrings(start, end, expansions);
586 if(expansions != NULL) {
587 expansions->add(start, end);
590 addStrings(start, end, expansions);
ucol_sit.cpp 621 * Get a set containing the expansions defined by the collator. The set includes
622 * both the UCA expansions and the expansions defined by the tailoring
633 USet *expansions,
651 icu::UnicodeSet::fromUSet(expansions),
rulebasedcollator.cpp 373 UnicodeSet *contractions, UnicodeSet *expansions,
379 if(expansions != NULL) {
380 expansions->clear();
382 ContractionsAndExpansions(contractions, expansions, NULL, addPrefixes).forData(data, errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/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 1372 USet *expansions = uset_openEmpty(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 333 USet *expansions = uset_openEmpty(); local
353 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
356 uset_addAll(charsToTest, expansions);
407 uset_close(expansions);
ssearch.cpp 1369 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/chromium_org/tools/metrics/histograms/
extract_histograms.py 158 'Prefix Field Trial expansions require histogram names which include a '
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h 731 * characters and strings that map to multiple collation elements (expansions).
735 * @param expansions if not NULL, the set to hold the expansions
741 UnicodeSet *contractions, UnicodeSet *expansions,
    [all...]
ucol.h 485 * Get a set containing the expansions defined by the collator. The set includes
486 * both the root collator's expansions and the expansions defined by the tailoring
489 * @param expansions if not NULL, the set to hold the expansions
497 USet *contractions, USet *expansions,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 469 * Get a set containing the expansions defined by the collator. The set includes
470 * both the UCA expansions and the expansions defined by the tailoring
473 * @param expansions if not NULL, the set to hold the expansions
481 USet *contractions, USet *expansions,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 526 def ExpandXcodeVariables(string, expansions):
527 """Expands Xcode-style $(VARIABLES) in string per the expansions dict.
531 key in the expansions dict, $(VAR) will be replaced with expansions[VAR].
532 Any $(VAR) substring in string for which VAR is not a key in the expansions
543 if not variable in expansions:
546 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/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 901 milliseconds

1 2