Searched defs:tailoring (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h398 * Gets the tailoring rules for this collator.
399 * @return the collation tailoring from which this collator was created
484 * just the tailoring.
849 const CollationTailoring *tailoring; // reference-counted member in class:RuleBasedCollator
/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.cpp47 CollationTailoring &tailoring, UErrorCode &errorCode) {
56 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
60 if(base->getUCAVersion() != tailoring.getUCAVersion()) {
82 // Assume that the tailoring data is in initial state,
149 if(!tailoring.ensureOwnedData(errorCode)) { return; }
150 data = tailoring.ownedData;
153 data->trie = tailoring.trie = utrie2_openFromSerialized(
159 tailoring.data = baseData;
262 tailoring.unsafeBackwardSet = new UnicodeSet(0xdc00, 0xdfff); // trail surrogates
263 if(tailoring
46 read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, CollationTailoring &tailoring, UErrorCode &errorCode) argument
[all...]

Completed in 118 milliseconds