/external/icu4c/i18n/ |
ucol_elm.cpp | 41 static uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status); 160 t->contractions = uprv_cnttab_open(t->mapping, status); 271 if(t->contractions != NULL) { 272 r->contractions = uprv_cnttab_clone(t->contractions, status); 274 if (r->contractions == NULL) { 278 r->contractions->mapping = r->mapping; 387 if(t->contractions != NULL) { 388 uprv_cnttab_close(t->contractions); 822 CntTable *contractions = t->contractions local 938 CntTable *contractions = t->contractions; local 1427 CntTable *contractions = t->contractions; local [all...] |
ucol_sit.cpp | 690 USet *contractions = context->conts; local 701 if(contractions && rightIndex-leftIndex > 1) { 702 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex); 723 if(contractions) { 724 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex); 743 if(contractions) { 744 uset_addString(contractions, buffer+leftIndex, rightIndex+1-leftIndex); 768 // if there are suppressed contractions, we don't 798 * Get a set containing the contractions defined by the collator. The set includes 799 * both the UCA contractions and the contractions defined by the collato 886 USet *contractions = uset_open(0,0); local [all...] |
ucol_elm.h | 104 struct CntTable *contractions; member in struct:__anon2228
|
colldata.cpp | 660 USet *contractions = uset_openEmpty(); local 702 ucol_getContractionsAndExpansions(coll, contractions, expansions, FALSE, &status); 704 uset_addAll(charsToTest, contractions); 763 uset_close(contractions);
|
ucol_bld.cpp | [all...] |
/external/icu4c/tools/genuca/ |
genuca.cpp | 617 // Contractions or surrogate characters. 721 UChar contractions[][3], 737 contractions[noOfcontractions][0] = 0; 738 contractions[noOfcontractions][1] = 0; 739 contractions[noOfcontractions][2] = 0; 777 udata_writeBlock(pData, contractions, noOfcontractions*3*sizeof(UChar)); [all...] |
/external/icu4c/test/intltest/ |
ssearch.cpp | 2084 USet *contractions = uset_openEmpty(); local 2221 USet *contractions = uset_openEmpty(); local [all...] |
/external/icu4c/i18n/unicode/ |
ucol.h | 332 * Get a set containing the contractions defined by the collator. The set includes 333 * both the UCA contractions and the contractions defined by the collator. This set 334 * will contain only strings. If a tailoring explicitly suppresses contractions from 335 * the UCA (like Russian), removed contractions will not be in the resulting set. 338 * contractions are added. 353 * @param contractions if not NULL, the set to hold the contractions 355 * @param addPrefixes add the prefix contextual elements to contractions 362 USet *contractions, USet *expansions [all...] |