Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/collator/
H A Dcollator_unicode.cxx45 collator = NULL; in Collator_Unicode()
52 if (collator) delete collator; in ~Collator_Unicode()
76 if (!collator) { in loadCollatorAlgorithm()
80collator = new RuleBasedCollator(reinterpret_cast<const UChar *>(rule.getStr()), status); // UChar… in loadCollatorAlgorithm()
83 if (!collator && OUString::createFromAscii(LOCAL_RULE_LANGS).indexOf(rLocale.Language) >= 0) { in loadCollatorAlgorithm()
118collator = new RuleBasedCollator(reinterpret_cast<const uint8_t*>(ruleImage), -1, uca_base, status… in loadCollatorAlgorithm()
123 if (!collator) { in loadCollatorAlgorithm()
135 collator = (RuleBasedCollator*) icu::Collator::createInstance(icuLocale, status); in loadCollatorAlgorithm()
141 collator->setStrength(Collator::PRIMARY); in loadCollatorAlgorithm()
143 collator->setStrength(Collator::SECONDARY); in loadCollatorAlgorithm()
[all …]
H A Dmakefile.mk27 TARGET=collator
/aoo41x/main/offapi/com/sun/star/i18n/
H A DXCollator.idl84 /** Load the collator with default algorithm defined in
88 The locale for this collator.
102 /** Load a particular collator algorithm for the locale.
108 The locale for this collator.
122 /** List all collator algorithms for a given locale.
134 /** Load a collator algorithm with options chosen by end user.
140 The locale for this collator.
143 A sequence of end user collator options like those returned
152 /** List all end user collator options for a given algorithm.
155 The algorithm name for this collator.
H A DChapterCollator.idl35 /// Specific collator to sort chapter numbering.
/aoo41x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_ja_phonetic.cxx63 sal_Int16 result = sal::static_int_cast<sal_Int16>( collator->compareString( in compareIndexEntry()
79 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(first), rLocale, collatorOptions)… in loadAlgorithm()
85 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(first), rLocale, collatorOptions)… in loadAlgorithm()
93 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(last), rLocale, collatorOptions) … in loadAlgorithm()
99 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(last), rLocale, collatorOptions) … in loadAlgorithm()
H A Dindexentrysupplier_common.cxx40 collator = new CollatorImpl(rxMSF); in IndexEntrySupplier_Common()
46 delete collator; in ~IndexEntrySupplier_Common()
74 collator->loadCollatorAlgorithm(rAlgorithm, rLocale, collatorOptions); in loadAlgorithm()
94 collator->compareString(rIndexEntry1, rIndexEntry2)); in compareIndexEntry()
H A Dindexentrysupplier_default.cxx117 collator = new CollatorImpl(rxMSF); in Index()
122 delete collator; in ~Index()
127 …return sal::static_int_cast<sal_Int16>( collator->compareString(OUString(&c1, 1), OUString(&c2, 1)… in compare()
139 if (collator->compareSubstring(rIndexEntry, startPos, len, in getIndexWeight()
271collator->loadCollatorAlgorithm(algorithm, rLocale, CollatorOptions::CollatorOptions_IGNORE_CASE_A… in init()
H A Dindexentrysupplier_asian.cxx99 sal_Int32 result = collator->compareString(getEntry(rIndexEntry1, rPhoneticEntry1, rLocale1), in compareIndexEntry()
107 result = collator->compareString(rIndexEntry1, rIndexEntry2); in compareIndexEntry()
/aoo41x/main/offapi/com/sun/star/util/
H A DSortDescriptor.idl86 /** specifies the locale for the compare operator (collator).
91 /** specifies the algorithm for the compare operator (collator).
93 The collator algorithm may be defined for sepearte keys in specific
/aoo41x/main/i18npool/prj/
H A Dbuild.lst19 inp i18npool\source\collator nmake - all inp_collator inp_inc NULL
20 inp i18npool\source\collator\data nmake - all inp_collator_data inp_collator inp_…
H A Dd.lst25 ..\%__SRC%\bin\collator*.dll %_DEST%\bin%_EXT%\collator*.dll
/aoo41x/main/offapi/com/sun/star/table/
H A DTableSortField.idl76 /** the locale used by the collator when comparing/sorting text.
87 /** the algorithm used by the collator when comparing/sorting text.
/aoo41x/main/offapi/com/sun/star/awt/grid/
H A DSortableGridDataModel.idl77 …/** creates a new instance of the ScortableDefaultGridDataModel, passing a collator to be used for…
82 is the collator to be used for string comparison
/aoo41x/main/i18npool/util/
H A Dmakefile.mk45 $(SLB)$/collator.lib \
/aoo41x/main/i18npool/inc/
H A Dcollator_unicode.hxx75 RuleBasedCollator *uca_base, *collator; member in com::sun::star::i18n::Collator_Unicode
H A Dindexentrysupplier_default.hxx104 CollatorImpl *collator; member in com::sun::star::i18n::Index
H A Dindexentrysupplier_common.hxx97 CollatorImpl *collator; member in com::sun::star::i18n::IndexEntrySupplier_Common
/aoo41x/main/scp2/source/ooo/
H A Dfile_library_ooo.scp298 Name = "collator.dll";

Completed in 69 milliseconds