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

/external/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h403 * Gets the tailoring rules for this collator.
404 * @return the collation tailoring from which this collator was created
489 * just the tailoring.
863 const CollationTailoring *tailoring; // alias of cacheEntry->tailoring member in class:RuleBasedCollator
/external/icu/icu4c/source/i18n/
H A Dcollationtailoring.h37 * Collation tailoring data & settings.
38 * This is a container of values for a collation tailoring
95 : validLocale(loc), tailoring(t) {
103 const CollationTailoring *tailoring; member in struct:CollationCacheEntry
H A Dcollationdatareader.cpp46 CollationTailoring &tailoring, UErrorCode &errorCode) {
55 isAcceptable(tailoring.version, NULL, NULL, &header->info))) {
59 if(base->getUCAVersion() != tailoring.getUCAVersion()) {
81 // Assume that the tailoring data is in initial state,
164 if(!tailoring.ensureOwnedData(errorCode)) { return; }
165 data = tailoring.ownedData;
168 data->trie = tailoring.trie = utrie2_openFromSerialized(
174 tailoring.data = baseData;
267 tailoring.unsafeBackwardSet = new UnicodeSet(unsafe_serializedData, unsafe_serializedCount, UnicodeSet::kSerialized, errorCode);
268 if(tailoring
45 read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, CollationTailoring &tailoring, UErrorCode &errorCode) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationDataReader.java99 CollationTailoring tailoring) throws IOException {
100 tailoring.version = ICUBinary.readHeader(inBytes, DATA_FORMAT, IS_ACCEPTABLE);
101 if(base != null && base.getUCAVersion() != tailoring.getUCAVersion()) {
125 // Assume that the tailoring data is in initial state,
207 tailoring.ensureOwnedData();
208 data = tailoring.ownedData;
211 data.trie = tailoring.trie = Trie2_32.createFromSerialized(inBytes);
219 tailoring.data = baseData;
334 tailoring.unsafeBackwardSet = new UnicodeSet(0xdc00, 0xdfff); // trail surrogates
335 data.nfcImpl.addLcccChars(tailoring
98 read(CollationTailoring base, ByteBuffer inBytes, CollationTailoring tailoring) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataReader.java98 CollationTailoring tailoring) throws IOException {
99 tailoring.version = ICUBinary.readHeader(inBytes, DATA_FORMAT, IS_ACCEPTABLE);
100 if(base != null && base.getUCAVersion() != tailoring.getUCAVersion()) {
124 // Assume that the tailoring data is in initial state,
206 tailoring.ensureOwnedData();
207 data = tailoring.ownedData;
210 data.trie = tailoring.trie = Trie2_32.createFromSerialized(inBytes);
218 tailoring.data = baseData;
333 tailoring.unsafeBackwardSet = new UnicodeSet(0xdc00, 0xdfff); // trail surrogates
334 data.nfcImpl.addLcccChars(tailoring
97 read(CollationTailoring base, ByteBuffer inBytes, CollationTailoring tailoring) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java252 synchronized(tailoring) {
253 if (tailoring.maxExpansions == null) {
254 tailoring.maxExpansions = CollationElementIterator.computeMaxExpansions(tailoring.data);
353 return tailoring.settings.readOnly();
361 * <p>This attribute was an implementation detail of the CLDR Japanese tailoring.
382 * <p>This attribute was an implementation detail of the CLDR Japanese tailoring.
923 * Gets the collation tailoring rules for this RuleBasedCollator.
926 * @return the collation tailoring rules
930 return tailoring
1834 CollationTailoring tailoring; // C++: reference-counted field in class:RuleBasedCollator
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java254 synchronized(tailoring) {
255 if (tailoring.maxExpansions == null) {
256 tailoring.maxExpansions = CollationElementIterator.computeMaxExpansions(tailoring.data);
362 return tailoring.settings.readOnly();
370 * <p>This attribute was an implementation detail of the CLDR Japanese tailoring.
390 * <p>This attribute was an implementation detail of the CLDR Japanese tailoring.
946 * Gets the collation tailoring rules for this RuleBasedCollator.
949 * @return the collation tailoring rules
954 return tailoring
1875 CollationTailoring tailoring; // C++: reference-counted field in class:RuleBasedCollator
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 491 milliseconds