Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationdatareader.cpp47 CollationTailoring &tailoring, UErrorCode &errorCode) { in read() argument
56 isAcceptable(tailoring.version, NULL, NULL, &header->info))) { in read()
60 if(base->getUCAVersion() != tailoring.getUCAVersion()) { in read()
149 if(!tailoring.ensureOwnedData(errorCode)) { return; } in read()
150 data = tailoring.ownedData; in read()
153 data->trie = tailoring.trie = utrie2_openFromSerialized( in read()
159 tailoring.data = baseData; in read()
262 tailoring.unsafeBackwardSet = new UnicodeSet(0xdc00, 0xdfff); // trail surrogates in read()
263 if(tailoring.unsafeBackwardSet == NULL) { in read()
267 data->nfcImpl.addLcccChars(*tailoring.unsafeBackwardSet); in read()
[all …]
Drulebasedcollator.cpp144 tailoring(other.tailoring), in RuleBasedCollator()
149 tailoring->addRef(); in RuleBasedCollator()
156 tailoring(NULL), in RuleBasedCollator()
167 if(base->tailoring != root) { in RuleBasedCollator()
171 LocalPointer<CollationTailoring> t(new CollationTailoring(base->tailoring->settings)); in RuleBasedCollator()
176 CollationDataReader::read(base->tailoring, bin, length, *t, errorCode); in RuleBasedCollator()
185 tailoring(t), in RuleBasedCollator()
190 tailoring->addRef(); in RuleBasedCollator()
195 SharedObject::clearPtr(tailoring); in ~RuleBasedCollator()
200 U_ASSERT(settings == NULL && data == NULL && tailoring == NULL); in adoptTailoring()
[all …]
Dcollationbuilder.cpp92 tailoring(NULL), in RuleBasedCollator()
101 tailoring(NULL), in RuleBasedCollator()
112 tailoring(NULL), in RuleBasedCollator()
124 tailoring(NULL), in RuleBasedCollator()
137 tailoring(NULL), in RuleBasedCollator()
149 tailoring(NULL), in RuleBasedCollator()
235 LocalPointer<CollationTailoring> tailoring(new CollationTailoring(base->settings)); in parseAndBuild() local
236 if(tailoring.isNull() || tailoring->isBogus()) { in parseAndBuild()
250 CollationSettings &ownedSettings = *SharedObject::copyOnWrite(tailoring->settings); in parseAndBuild()
265 tailoring->ensureOwnedData(errorCode); in parseAndBuild()
[all …]
Dcollationdatareader.h101 CollationTailoring &tailoring, UErrorCode &errorCode);
Dcoleitr.cpp450 return getMaxExpansion(rbc_->tailoring->maxExpansions, order); in getMaxExpansion()
Dcollationdatawriter.cpp57 *tailoring, *settings, indexes, dest, capacity, in cloneBinary()
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt18 # An "@ rules" line is followed by one or more lines with the tailoring rules.
436 ** test: tailoring twice before a root position: primary
446 ** test: tailoring twice before a root position: secondary
466 ** test: tailoring twice before a root position: tertiary
506 ** test: secondary tailoring gaps, ICU ticket 9362
533 ** test: tertiary tailoring gaps, ICU ticket 9362
707 = y # alternate=shifted removes the tailoring difference on the last CE
1346 # Useful for the Korean "searchjl" tailoring (instead of contractions of pairs of Jamo L).
1371 ** test: proposed Korean "searchjl" tailoring with prefixes, CLDR ticket 6546
Drbbitst.txt777 # Japanese line break tailoring test
DLineBreakTest.txt20 # Note: The Line Break tests use tailoring of numbers described in Example 7 of Section 8.2 Example…
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h849 const CollationTailoring *tailoring; // reference-counted variable
/external/chromium_org/third_party/icu/patches/
Dsearch_collation.patch228 +* normalization on AND jamo tailoring, among other things.
382 +* normalization on AND jamo tailoring, among other things.
691 … if(order == UCOL_NOT_FOUND && coll->UCA) { /* We couldn't find a good CE in the tailoring */
694 … if(order == UCOL_NOT_FOUND && coll->UCA) { /* We couldn't find a good CE in the tailoring */
Dbrkitr.patch174 +# CHROME: Hebrew tailoring was incorporatd as well as some
Dlocale3.patch76 +# am and sw are not listed here because we don't have the tailoring
/external/icu/icu4c/source/data/brkitr/
Dline_fi.txt335 # LB 20.09 added rule for Finnish tailoring
580 # LB 20.09 added rule for Finnish tailoring
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt95 # iterator, collation tailoring, or rule-based number formatter,
/external/chromium_org/third_party/icu/source/data/
Dcldr-icu-readme.txt90 # iterator, collattion tailoring, or rule-based number formatter,
/external/chromium_org/third_party/icu/source/data/unidata/
Dchanges.txt208 do not add it into invuca so that tailoring primary-after an ignorable works
263 7239 test for tailoring gaps
/external/icu/icu4c/source/data/unidata/
Dchanges.txt967 do not add it into invuca so that tailoring primary-after an ignorable works
1022 7239 test for tailoring gaps
/external/chromium_org/third_party/icu/source/test/testdata/
DLineBreakTest.txt20 # Note: The Line Break tests use tailoring of numbers described in Example 7 of Section 8.2 Example…