Searched refs:collatorArray (Results 1 – 1 of 1) sorted by relevance
725 sal_Unicode **collatorArray = func(collatorCount); in getCollatorRuleByAlgorithm() local727 if (algorithm.equals(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO])) in getCollatorRuleByAlgorithm()728 return OUString(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_RULE]); in getCollatorRuleByAlgorithm()738 sal_Unicode **collatorArray = NULL; in getCollatorImplementations() local743 collatorArray = func(collatorCount); in getCollatorImplementations()746 Implementation impl(collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_ALGO], in getCollatorImplementations()748 collatorArray[i * COLLATOR_ELEMENTS + COLLATOR_OFFSET_DEFAULT][0])); in getCollatorImplementations()