Searched refs:addPrefixes (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ducol_sit.cpp678 UBool addPrefixes; member in struct:contContext
691 UBool addPrefixes = context->addPrefixes; local
697 if(isSpecial(CE) && getCETag(CE) == CONTRACTION_TAG && isSpecial(newCE) && getCETag(newCE) == SPEC_PROC_TAG && addPrefixes) {
710 if(getCETag(CE) == SPEC_PROC_TAG && addPrefixes) {
762 UBool addPrefixes = ((contContext *)context)->addPrefixes; local
765 if(((getCETag(CE) == SPEC_PROC_TAG && addPrefixes) || getCETag(CE) == CONTRACTION_TAG)) {
818 * @param addPrefixes add the prefix contextual elements to contractions
827 UBool addPrefixes,
824 ucol_getContractionsAndExpansions( const UCollator *coll, USet *contractions, USet *expansions, UBool addPrefixes, UErrorCode *status) argument
[all...]
/external/icu4c/i18n/unicode/
H A Ducol.h374 * @param addPrefixes add the prefix contextual elements to contractions
382 UBool addPrefixes, UErrorCode *status);

Completed in 90 milliseconds