Lines Matching refs:contractions
689 USet *contractions = context->conts; in addSpecial() local
700 if(contractions && rightIndex-leftIndex > 1) { in addSpecial()
701 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex); in addSpecial()
722 if(contractions) { in addSpecial()
723 uset_addString(contractions, buffer+leftIndex, rightIndex-leftIndex); in addSpecial()
742 if(contractions) { in addSpecial()
743 uset_addString(contractions, buffer+leftIndex, rightIndex+1-leftIndex); in addSpecial()
806 USet *contractions, in ucol_getContractions() argument
809 ucol_getContractionsAndExpansions(coll, contractions, NULL, FALSE, status); in ucol_getContractions()
810 return uset_getItemCount(contractions); in ucol_getContractions()
825 USet *contractions, in ucol_getContractionsAndExpansions() argument
838 if(contractions) { in ucol_getContractionsAndExpansions()
839 uset_clear(contractions); in ucol_getContractionsAndExpansions()
850 contContext c = { NULL, contractions, expansions, src.removeSet, addPrefixes, status }; in ucol_getContractionsAndExpansions()
886 USet *contractions = uset_open(0,0); in ucol_getUnsafeSet() local
889 int32_t contsSize = ucol_getContractions(coll, contractions, status); in ucol_getUnsafeSet()
895 len = uset_getItem(contractions, i, NULL, NULL, buffer, internalBufferSize, status); in ucol_getUnsafeSet()
907 uset_close(contractions); in ucol_getUnsafeSet()