Home
last modified time | relevance | path

Searched refs:collatorArray (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/i18npool/source/localedata/
H A Dlocaledata.cxx726 sal_Unicode **collatorArray = func(collatorCount); in getCollatorRuleByAlgorithm() local
728 if (algorithm.equals(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO])) in getCollatorRuleByAlgorithm()
729 return OUString(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_RULE]); in getCollatorRuleByAlgorithm()
739 sal_Unicode **collatorArray = NULL; in getCollatorImplementations() local
744 collatorArray = func(collatorCount); in getCollatorImplementations()
747 Implementation impl(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO], in getCollatorImplementations()
749 collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_DEFAULT][0])); in getCollatorImplementations()

Completed in 22 milliseconds