/aoo41x/main/i18npool/source/collator/ |
H A D | collator_unicode.cxx | 45 collator = NULL; in Collator_Unicode() 52 if (collator) delete collator; in ~Collator_Unicode() 76 if (!collator) { in loadCollatorAlgorithm() 80 …collator = 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() 118 …collator = 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 D | makefile.mk | 27 TARGET=collator
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 84 /** 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 D | ChapterCollator.idl | 35 /// Specific collator to sort chapter numbering.
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_ja_phonetic.cxx | 63 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 D | indexentrysupplier_common.cxx | 40 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 D | indexentrysupplier_default.cxx | 117 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() 271 …collator->loadCollatorAlgorithm(algorithm, rLocale, CollatorOptions::CollatorOptions_IGNORE_CASE_A… in init()
|
H A D | indexentrysupplier_asian.cxx | 99 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 D | SortDescriptor.idl | 86 /** 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 D | build.lst | 19 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 D | d.lst | 25 ..\%__SRC%\bin\collator*.dll %_DEST%\bin%_EXT%\collator*.dll
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | TableSortField.idl | 76 /** 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 D | SortableGridDataModel.idl | 77 …/** 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 D | makefile.mk | 45 $(SLB)$/collator.lib \
|
/aoo41x/main/i18npool/inc/ |
H A D | collator_unicode.hxx | 75 RuleBasedCollator *uca_base, *collator; member in com::sun::star::i18n::Collator_Unicode
|
H A D | indexentrysupplier_default.hxx | 104 CollatorImpl *collator; member in com::sun::star::i18n::Index
|
H A D | indexentrysupplier_common.hxx | 97 CollatorImpl *collator; member in com::sun::star::i18n::IndexEntrySupplier_Common
|
/aoo41x/main/scp2/source/ooo/ |
H A D | file_library_ooo.scp | 298 Name = "collator.dll";
|