Home
last modified time | relevance | path

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

/aoo42x/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
/aoo42x/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.
/aoo42x/main/i18npool/
H A DLibrary_i18npool.mk36 -I$(WORKDIR)/CustomTarget/i18npool/source/collator \
133 i18npool/source/collator/collatorImpl \
134 i18npool/source/collator/chaptercollator \
135 i18npool/source/collator/collator_unicode \
138 $(call gb_Library_get_headers_target,i18npool) : $(WORKDIR)/CustomTarget/i18npool/source/collator/l…
140 $(WORKDIR)/CustomTarget/i18npool/source/collator/lrl_include.hxx : $(wildcard $(SRCDIR)/i18npool/so…
H A DLibrary_collator_data.mk42 $(eval $(call gb_Library_set_versionmap,collator_data,$(SRCDIR)/i18npool/source/collator/data/colla…
50 …reach txt,$(wildcard $(SRCDIR)/i18npool/source/collator/data/*.txt),CustomTarget/i18npool/source/c…
53 $(WORKDIR)/CustomTarget/i18npool/source/collator/data/collator_%.cxx : $(SRCDIR)/i18npool/source/co…
H A DExecutable_gencoll_rule.mk51 i18npool/source/collator/gencoll_rule \
/aoo42x/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()
/aoo42x/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 separate keys in specific
/aoo42x/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.
/aoo42x/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
/aoo42x/main/i18npool/util/
H A Dmakefile.mk45 $(SLB)$/collator.lib \
/aoo42x/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
/aoo42x/main/scp2/source/ooo/
H A Dfile_library_ooo.scp297 Name = "collator.dll";

Completed in 43 milliseconds