/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationSettings.java | 159 // The second byte of the primary limit is 0. 312 case Collator.PRIMARY: 441 /** Variable-top primary weight. */ 444 * 256-byte table for reordering permutation of primary lead bytes; null if no reordering. 445 * A 0 entry at a non-zero index means that the primary lead byte is "split" 453 * Primary-weight ranges for script reordering, 454 * to be used by reorder(p) for split-reordered primary lead bytes. 458 * exclusive primary limit of a range.
|
CollationRuleParser.java | 217 resetStrength = Collator.PRIMARY + (c - 0x31); 263 strength = Collator.PRIMARY; 478 "first primary ignorable", 479 "last primary ignorable", 553 value = Collator.PRIMARY + (c - 0x31); [all...] |
CollationFastLatin.java | 44 // use at most about 150 primary weights, 45 // where about 94 primary weights are possibly-variable (space/punct/symbol/currency), 100 * Encodes one CE with a long/low mini primary (there are 128). 102 * to make the short-primary path as fast as possible. 108 * Encodes one CE with a short/high primary (there are 60), 114 /** The highest primary weight is reserved for U+FFFF. */ 196 * and writes the precomputed primary weights. 211 // lowest long mini primary. 300 // We fetch CEs until we get a non-ignorable primary or reach the end. 381 // Return the primary difference [all...] |
CollationKeys.java | 303 // Primary weights shifted to quaternary level must be encoded with 348 // +1 so that we can use "<" and primary ignorables test out early. 376 // Ignore all following primary ignorables, and shift further variable CEs. 383 // Shifted primary weights are lower than the common weight. 393 // Prevent shifted primary lead bytes from 405 // ce could be primary ignorable, or NO_CE, or the merge separator, 406 // or a regular primary CE, but it is not variable. 407 // If ce==NO_CE, then write nothing for the primary level but 410 // Test the un-reordered primary for compressibility. 419 // No primary compression terminato [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollationElementIterator.java | 79 * System.out.println("Next primary order 0x" + 150 * Return the primary order of the specified collation element, 153 * @return the element's 16 bits primary order. 595 if (s == Collator.PRIMARY) {
|
StringSearch.java | 579 case Collator.PRIMARY: 629 // if the ce is a variable, we mask and get only the primary values 630 // no shifting to quartenary is required since all primary values 786 // Since the strength is primary, accents are ignored in the pattern. 790 if (strength_ == Collator.PRIMARY) { 1671 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local [all...] |
Collator.java | 47 * <li>PRIMARY strength: Typically, this is used to denote differences between 56 * primary difference anywhere in the strings. 63 * when there is a primary or secondary difference anywhere in the strings. 66 * Ignoring Punctuations in the User Guide</a>) at PRIMARY to TERTIARY 70 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY 100 * // Get the Collator for US English and set its strength to PRIMARY 102 * usCollator.setStrength(Collator.PRIMARY); 144 public final static int PRIMARY = 0; 174 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY 340 * @see #PRIMARY [all...] |
/frameworks/base/core/java/android/content/pm/ |
ResolveInfo.java | 449 mCollator.setStrength(Collator.PRIMARY);
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactRecipientAdapter.java | 252 mCollator.setStrength(Collator.PRIMARY);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationRuleParser.java | 221 resetStrength = Collator.PRIMARY + (c - 0x31); 267 strength = Collator.PRIMARY; 482 "first primary ignorable", 483 "last primary ignorable", 557 value = Collator.PRIMARY + (c - 0x31); [all...] |
CollationFastLatin.java | 48 // use at most about 150 primary weights, 49 // where about 94 primary weights are possibly-variable (space/punct/symbol/currency), 104 * Encodes one CE with a long/low mini primary (there are 128). 106 * to make the short-primary path as fast as possible. 112 * Encodes one CE with a short/high primary (there are 60), 118 /** The highest primary weight is reserved for U+FFFF. */ 200 * and writes the precomputed primary weights. 215 // lowest long mini primary. 304 // We fetch CEs until we get a non-ignorable primary or reach the end. 385 // Return the primary difference [all...] |
CollationKeys.java | 307 // Primary weights shifted to quaternary level must be encoded with 352 // +1 so that we can use "<" and primary ignorables test out early. 380 // Ignore all following primary ignorables, and shift further variable CEs. 387 // Shifted primary weights are lower than the common weight. 397 // Prevent shifted primary lead bytes from 409 // ce could be primary ignorable, or NO_CE, or the merge separator, 410 // or a regular primary CE, but it is not variable. 411 // If ce==NO_CE, then write nothing for the primary level but 414 // Test the un-reordered primary for compressibility. 423 // No primary compression terminato [all...] |
/external/vboot_reference/cgpt/ |
cgpt_show.c | 280 EntriesDetails(drive, PRIMARY, params->numeric); 311 * 3. secondary is not synonymous to primary.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringSearch.java | 562 case Collator.PRIMARY: 612 // if the ce is a variable, we mask and get only the primary values 613 // no shifting to quartenary is required since all primary values 769 // Since the strength is primary, accents are ignored in the pattern. 773 if (strength_ == Collator.PRIMARY) { 1655 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local [all...] |
Collator.java | 48 * <li>PRIMARY strength: Typically, this is used to denote differences between 57 * primary difference anywhere in the strings. 64 * when there is a primary or secondary difference anywhere in the strings. 67 * Ignoring Punctuations in the User Guide</a>) at PRIMARY to TERTIARY 71 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY 101 * // Get the Collator for US English and set its strength to PRIMARY 103 * usCollator.setStrength(Collator.PRIMARY); 143 public final static int PRIMARY = 0; 171 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY 321 * @see #PRIMARY [all...] |
/external/v8/src/ |
i18n.cc | 506 collator->setStrength(icu::Collator::PRIMARY); 510 collator->setStrength(icu::Collator::PRIMARY); 563 factory->NewStringFromStaticChars("primary"), SLOPPY).Assert(); [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse.y | 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION [all...] |
program_lexer.l | 296 {dot}primary { return PRIMARY; }
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationEnglishTest.java | 176 /* test primary > 38 */ 253 //performs test with strength PRIMARY 256 myCollation.setStrength(Collator.PRIMARY);
|
/external/icu/icu4c/source/test/intltest/ |
encoll.cpp | 174 /* test primary > 38 */ 283 myCollation->setStrength(Collator::PRIMARY);
|
itercoll.cpp | 606 coll->setStrength(Collator::PRIMARY); 616 errln("Strength order for a primary strength collator should be the first 2 bytes");
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationEnglishTest.java | 172 /* test primary > 38 */ 249 //performs test with strength PRIMARY 252 myCollation.setStrength(Collator.PRIMARY);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 391 //Panels could be categorized as primary and external 392 enum { PRIMARY, EXTERNAL };
|
/packages/apps/Music/src/com/android/music/ |
PlaylistBrowserActivity.java | 479 col.setStrength(Collator.PRIMARY);
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
CollationPerformanceTest.java | 41 + "-level n Sort level, 1 to 5, for Primary, Secndary, Tertiary, Quaternary, Identical\n" [all...] |