HomeSort by relevance Sort by last modified time
    Searched refs:PRIMARY (Results 51 - 75 of 146) sorted by null

1 23 4 5 6

  /external/gptfdisk/
gptcl.cc 488 newPart.SetInclusion(PRIMARY);
500 newPart.SetInclusion(PRIMARY);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 55 myPrimaryCollator.setStrength(Collator.PRIMARY);
94 result = collationKey1.compareTo(collationKey2); // Primary
95 revResult = collationKey2.compareTo(collationKey1); // Primary
140 myPrimaryCollator.setStrength(Collator.PRIMARY);
176 result = myPrimaryCollator.compare(subs, subt); // Primary
177 revResult = myPrimaryCollator.compare(subt, subs); // Primary
CollationMonkeyTest.java 79 myCollator.setStrength(Collator.PRIMARY);
82 result = collationKey1.compareTo(collationKey2); // Primary
83 revResult = collationKey2.compareTo(collationKey1); // Primary
150 myCollator.setStrength(Collator.PRIMARY);
151 result = myCollator.compare(subs, subt); // Primary
152 revResult = myCollator.compare(subt, subs); // Primary
CollationGermanTest.java 62 // Primary Tertiary
109 // perform test with strength PRIMARY
116 myCollation.setStrength(Collator.PRIMARY);
CollationKanaTest.java 120 myCollation.setStrength(Collator.PRIMARY);
CollationSpanishTest.java 60 // test primary > 5
87 myCollation.setStrength(Collator.PRIMARY);
CollationTurkishTest.java 92 myCollation.setStrength(Collator.PRIMARY);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 51 myPrimaryCollator.setStrength(Collator.PRIMARY);
90 result = collationKey1.compareTo(collationKey2); // Primary
91 revResult = collationKey2.compareTo(collationKey1); // Primary
136 myPrimaryCollator.setStrength(Collator.PRIMARY);
172 result = myPrimaryCollator.compare(subs, subt); // Primary
173 revResult = myPrimaryCollator.compare(subt, subs); // Primary
CollationMonkeyTest.java 75 myCollator.setStrength(Collator.PRIMARY);
78 result = collationKey1.compareTo(collationKey2); // Primary
79 revResult = collationKey2.compareTo(collationKey1); // Primary
146 myCollator.setStrength(Collator.PRIMARY);
147 result = myCollator.compare(subs, subt); // Primary
148 revResult = myCollator.compare(subt, subs); // Primary
CollationGermanTest.java 58 // Primary Tertiary
105 // perform test with strength PRIMARY
112 myCollation.setStrength(Collator.PRIMARY);
CollationKanaTest.java 116 myCollation.setStrength(Collator.PRIMARY);
CollationSpanishTest.java 56 // test primary > 5
83 myCollation.setStrength(Collator.PRIMARY);
CollationTurkishTest.java 88 myCollation.setStrength(Collator.PRIMARY);
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlay3DPipe.h 74 * PANEL is always PRIMARY for this pipe.
93 overlay::GenericPipe<utils::PRIMARY> mM3d;
134 * PANEL is always PRIMARY for this pipe.
155 overlay::GenericPipe<utils::PRIMARY> mS3d;
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlay3DPipe.h 74 * PANEL is always PRIMARY for this pipe.
93 overlay::GenericPipe<utils::PRIMARY> mM3d;
134 * PANEL is always PRIMARY for this pipe.
155 overlay::GenericPipe<utils::PRIMARY> mS3d;
  /external/autotest/site_utils/
server_manager_utils.py 38 """Post a warning if Autotest instance has no other primary server with
46 status=server_models.Server.STATUS.PRIMARY).exclude(
81 Status : primary
90 server2 | primary | drone | 2014-11-25 12:00:00 | | Drone
92 scheduler : server1(backup), server3(primary),
94 drone : server2(primary),
153 """Confirm server with given hostname is ready to be primary of given role.
223 """Get a list of drones in status primary.
225 @return: A list of drones in status primary.
228 status=server_models.Server.STATUS.PRIMARY)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationCompare.java 28 // +1 so that we can use "<" and primary ignorables test out early.
35 // We fetch CEs until we get a non-ignorable primary or reach the end.
42 // Ignore all following primary ignorables, and shift further variable CEs.
45 // Store only the primary of the variable CE.
66 // Ignore all following primary ignorables, and shift further variable CEs.
69 // Store only the primary of the variable CE.
85 // Return the primary difference, with script reordering.
165 // or else there would have been a primary-level difference.
183 if (strength == Collator.PRIMARY) {
184 // Primary+caseLevel: Ignore case level weights of primary ignorables
    [all...]
CollationSettings.java 161 // The second byte of the primary limit is 0.
314 case Collator.PRIMARY:
443 /** Variable-top primary weight. */
446 * 256-byte table for reordering permutation of primary lead bytes; null if no reordering.
447 * A 0 entry at a non-zero index means that the primary lead byte is "split"
455 * Primary-weight ranges for script reordering,
456 * to be used by reorder(p) for split-reordered primary lead bytes.
460 * exclusive primary limit of a range.
  /external/icu/icu4c/source/i18n/unicode/
coll.h 119 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>,
122 * For example, in Czech, "e" and "f" are considered primary differences,
129 * //Get the Collator for US English and set its strength to PRIMARY
132 * usCollator->setStrength(Collator::PRIMARY);
134 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl;
169 * Base letter represents a primary difference. Set comparison level to
170 * PRIMARY to ignore secondary and tertiary differences.<br>
172 * Example of primary difference, "abc" &lt; "abd"
195 PRIMARY = UCOL_PRIMARY, // 0
397 * . myCollation->setStrength(Collator::PRIMARY);
    [all...]
  /external/icu/icu4c/source/test/intltest/
jacoll.cpp 122 myCollation->setStrength(Collator::PRIMARY);
apicoll.cpp 137 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
143 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
184 col->setStrength(Collator::PRIMARY);
187 doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary difference");
192 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
409 someCollators[index]->setStrength(Collator::PRIMARY);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationCompare.java 24 // +1 so that we can use "<" and primary ignorables test out early.
31 // We fetch CEs until we get a non-ignorable primary or reach the end.
38 // Ignore all following primary ignorables, and shift further variable CEs.
41 // Store only the primary of the variable CE.
62 // Ignore all following primary ignorables, and shift further variable CEs.
65 // Store only the primary of the variable CE.
81 // Return the primary difference, with script reordering.
161 // or else there would have been a primary-level difference.
179 if (strength == Collator.PRIMARY) {
180 // Primary+caseLevel: Ignore case level weights of primary ignorables
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
RuleBasedCollatorTest.java 68 coll.setStrength(Collator.PRIMARY);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionStatusReceiver.java 211 coll.setStrength(Collator.PRIMARY);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 80 * System.out.println("Next primary order 0x" +
148 * Return the primary order of the specified collation element,
151 * @return the element's 16 bits primary order.
578 if (s == Collator.PRIMARY) {

Completed in 1243 milliseconds

1 23 4 5 6