Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx724 sal_Int16 collatorCount = 0; in getCollatorRuleByAlgorithm() local
725 sal_Unicode **collatorArray = func(collatorCount); in getCollatorRuleByAlgorithm()
726 for(sal_Int16 i = 0; i < collatorCount; i++) in getCollatorRuleByAlgorithm()
737 sal_Int16 collatorCount = 0; in getCollatorImplementations() local
743 collatorArray = func(collatorCount); in getCollatorImplementations()
744 Sequence< Implementation > seq(collatorCount); in getCollatorImplementations()
745 for(sal_Int16 i = 0; i < collatorCount; i++) { in getCollatorImplementations()