Searched defs:normalizationMode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp366 UColAttributeValue normalizationMode,
394 switch(normalizationMode) {
398 norm = normalizationMode;
519 UColAttributeValue normalizationMode,
526 normalizationMode,
364 ucol_openRulesForImport( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, GetCollationRulesFunction importFunc, void* context, UErrorCode *status) argument
517 ucol_openRules( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, UErrorCode *status) argument
H A Ducol_imp.h470 if(((collator)->normalizationMode == UCOL_ON)) (s)->flags |= UCOL_ITER_NORM; \
781 /*UColAttributeValue*/ int32_t normalizationMode; /* attribute for normalization */ member in struct:__anon12120
884 uint32_t /*UColAttributeValue*/ normalizationMode; member in struct:__anon12123
940 UColAttributeValue normalizationMode; /* attribute for normalization */ member in struct:UCollator
1040 UColAttributeValue normalizationMode,
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1598 UColAttributeValue normalizationMode, UCollationStrength strength,
1611 coll->internalBuildTailoring(r, strength, normalizationMode, parseError, NULL, *pErrorCode);
1597 ucol_openRules(const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, UErrorCode *pErrorCode) argument

Completed in 214 milliseconds