Searched refs:frenchCollation (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Ducol_imp.h809 /*UColAttributeValue*/ int32_t frenchCollation; member in struct:__anon5896
949 uint32_t /*UColAttributeValue*/ frenchCollation; member in struct:__anon5900
1015 UColAttributeValue frenchCollation; member in struct:UCollator
H A Ducol.cpp810 result->frenchCollation = (UColAttributeValue)opts->frenchCollation;
4619 UBool isFrenchSec = (coll->frenchCollation == UCOL_ON) && (compareSec == 0);
6202 if(reverseSecondary && coll->frenchCollation == UCOL_ON) { // reverse secondary
6425 && coll->frenchCollation == UCOL_OFF && coll->alternateHandling == UCOL_NON_IGNORABLE)
6524 UColAttributeValue oldFrench = coll->frenchCollation;
6557 coll->frenchCollation = UCOL_ON;
6560 coll->frenchCollation = UCOL_OFF;
6564 coll->frenchCollation = (UColAttributeValue)coll->options->frenchCollation;
[all...]
H A Ducol_sit.cpp653 return coll->frenchCollationisDefault?UCOL_DEFAULT:coll->frenchCollation;
H A Ducol_tok.cpp247 opts->frenchCollation = value;
1242 src->opts->frenchCollation = UCOL_ON;

Completed in 92 milliseconds