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

  /external/icu4c/i18n/
ucol_elm.cpp 78 static int32_t uprv_uca_addExpansion(ExpansionTable *expansions, uint32_t value, UErrorCode *status) {
82 if(expansions->CEs == NULL) {
83 expansions->CEs = (uint32_t *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(uint32_t));
85 if (expansions->CEs == NULL) {
89 expansions->size = INIT_EXP_TABLE_SIZE;
90 expansions->position = 0;
93 if(expansions->position == expansions->size) {
94 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t))
1133 ExpansionTable *expansions = t->expansions; local
1426 ExpansionTable *expansions = t->expansions; local
1684 ExpansionTable *expansions = t->expansions; local
    [all...]
ucol_sit.cpp 677 USet *expansions; member in struct:contContext
691 USet *expansions = context->expansions; local
703 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) {
704 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
726 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
727 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex);
746 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
747 uset_addString(expansions, buffer+leftIndex, rightIndex+1-leftIndex);
761 USet *expansions = ((contContext *)context)->expansions local
    [all...]
ucol_elm.h 103 ExpansionTable *expansions; member in struct:__anon2228
colldata.cpp 659 USet *expansions = uset_openEmpty(); local
702 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status);
705 uset_addAll(charsToTest, expansions);
764 uset_close(expansions);
  /external/icu4c/test/intltest/
ssearch.cpp 2083 USet *expansions = uset_openEmpty(); local
2220 USet *expansions = uset_openEmpty(); local
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 350 * Get a set containing the expansions defined by the collator. The set includes
351 * both the UCA expansions and the expansions defined by the tailoring
354 * @param expansions if not NULL, the set to hold the expansions
362 USet *contractions, USet *expansions,
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp     [all...]

Completed in 27 milliseconds