Searched refs:primaries (Results 1 - 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatin.java55 // (en_US_POSIX is unusual: It creates about 64 variable + 116 Latin primaries.)
57 // Digits may use long primaries (preserving more short ones)
58 // or short primaries (faster) without changing this data structure.
59 // (If we supported numeric collation, then digits would have to have long primaries
105 * All potentially-variable primaries must be in this range,
114 * Fast handling: At least all letter primaries should be in this range.
205 char[] primaries) {
209 assert(primaries.length == LATIN_LIMIT);
210 if(primaries.length != LATIN_LIMIT) { return -1; }
214 // No mini primaries ar
204 getOptions(CollationData data, CollationSettings settings, char[] primaries) argument
286 compareUTF16(char[] table, char[] primaries, int options, CharSequence left, CharSequence right, int startIndex) argument
[all...]
H A DCollationBuilder.java807 // There are more base primary CEs than tailored primaries.
1131 CollationWeights primaries = new CollationWeights();
1274 primaries.initForPrimary(isCompressible);
1275 if(!primaries.allocWeights(p, pLimit, pCount)) {
1281 p = primaries.nextWeight();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java51 // (en_US_POSIX is unusual: It creates about 64 variable + 116 Latin primaries.)
53 // Digits may use long primaries (preserving more short ones)
54 // or short primaries (faster) without changing this data structure.
55 // (If we supported numeric collation, then digits would have to have long primaries
101 * All potentially-variable primaries must be in this range,
110 * Fast handling: At least all letter primaries should be in this range.
201 char[] primaries) {
205 assert(primaries.length == LATIN_LIMIT);
206 if(primaries.length != LATIN_LIMIT) { return -1; }
210 // No mini primaries ar
200 getOptions(CollationData data, CollationSettings settings, char[] primaries) argument
282 compareUTF16(char[] table, char[] primaries, int options, CharSequence left, CharSequence right, int startIndex) argument
[all...]
H A DCollationBuilder.java803 // There are more base primary CEs than tailored primaries.
1127 CollationWeights primaries = new CollationWeights();
1270 primaries.initForPrimary(isCompressible);
1271 if(!primaries.allocWeights(p, pLimit, pCount)) {
1277 p = primaries.nextWeight();
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h59 // (en_US_POSIX is unusual: It creates about 64 variable + 116 Latin primaries.)
61 // Digits may use long primaries (preserving more short ones)
62 // or short primaries (faster) without changing this data structure.
63 // (If we supported numeric collation, then digits would have to have long primaries
109 * All potentially-variable primaries must be in this range,
118 * Fast handling: At least all letter primaries should be in this range.
209 uint16_t *primaries, int32_t capacity);
211 static int32_t compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options,
215 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
308 * Version 1 stored the lead bytes of the highest root primaries fo
[all...]
H A Dcollationfastlatin.cpp26 uint16_t *primaries, int32_t capacity) {
34 // No mini primaries are variable, set a variableTop just below the
95 primaries[c] = (uint16_t)p;
99 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; }
107 CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, argument
120 // Check for supported characters, fetch mini CEs, and compare primaries.
137 leftPair = primaries[c];
168 rightPair = primaries[c];
446 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, argument
456 // Check for supported characters, fetch mini CEs, and compare primaries
25 getOptions(const CollationData *data, const CollationSettings &settings, uint16_t *primaries, int32_t capacity) argument
[all...]
H A Dcollationbuilder.cpp1048 // There are more base primary CEs than tailored primaries.
1388 CollationWeights primaries, secondaries, tertiaries; local
1532 primaries.initForPrimary(isCompressible);
1533 if(!primaries.allocWeights(p, pLimit, pCount)) {
1540 p = primaries.nextWeight();
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h447 primaries(kValueNotPresent),
469 long long primaries; member in struct:mkvparser::Colour
H A Dmkvparser.cc5164 colour_ptr->primaries = UnserializeUInt(reader, read_pos, child_size);
5165 if (colour_ptr->primaries < 0)

Completed in 1104 milliseconds