Home
last modified time | relevance | path

Searched refs:PRIMARY (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCollatorICU.java107 case Collator.PRIMARY: in getStrength()
108 strength = java.text.Collator.PRIMARY; in getStrength()
157 case java.text.Collator.PRIMARY: in setStrength()
158 fIcuCollator.setStrength(Collator.PRIMARY); in setStrength()
/third_party/backends/backend/genesys/
H A Ddevice.cpp98 case ScanHeadId::PRIMARY: return is_head_pos_primary_known_; in is_head_pos_known()
108 case ScanHeadId::PRIMARY: return head_pos_primary_; in head_pos()
117 if ((scan_head & ScanHeadId::PRIMARY) != ScanHeadId::NONE) { in set_head_pos_unknown()
127 if ((scan_head & ScanHeadId::PRIMARY) != ScanHeadId::NONE) { in set_head_pos_zero()
161 if ((scan_head & ScanHeadId::PRIMARY) != ScanHeadId::NONE) { in advance_head_pos_by_steps()
225 << " scanhead_position[PRIMARY]: "; in operator <<()
226 print_scan_position(out, dev, ScanHeadId::PRIMARY); in operator <<()
H A Dcommand_set_common.cpp41 ScanHeadId::PRIMARY, { in is_head_home()
225 case MotorMode::PRIMARY: { in set_motor_mode()
H A Denums.h101 PRIMARY = 1 << 0, member in genesys::ScanMethod::ScanHeadId
103 ALL = PRIMARY | SECONDARY,
624 PRIMARY = 0, member in genesys::ScanMethod::Direction::MotorMode
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java18 import static com.ibm.icu.text.Collator.PRIMARY;
102 SD("\u00c9", "e", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1)),
108 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
109 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
114 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
120 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
121 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
126 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
155 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)),
165 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISO
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java19 import static ohos.global.icu.text.Collator.PRIMARY;
105 SD("\u00c9", "e", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1)),
111 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
112 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
117 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
123 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(10, 14, -1), IA(3, 2)),
124 SD("This is a toe T\u00F6ne", "toe", "de", PRIMARY, STANDARD_ELEMENT_COMPARISON, "wordbreaker", IA(10, -1), IA(3)),
129 SD("\u00c9", "e", "fr", PRIMARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(0, -1), IA(1)),
158 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISON, null, IA(0, 4, -1), IA(3, 3)),
168 SD("fox fpx", "fox", null, PRIMARY, STANDARD_ELEMENT_COMPARISO
[all...]
/third_party/gptfdisk/
H A Dbasicmbr.cc200 partitions[i].SetInclusion(PRIMARY); in ReadMBRData()
778 if (partitions[i].GetInclusion() == PRIMARY) in NumPrimaries()
805 (partitions[i].GetInclusion() == PRIMARY)) in CountParts()
835 if ((i != j) && (partitions[j].GetInclusion() == PRIMARY)) { in UpdateCanBeLogical()
851 if ((numPrimaries >= 4) && (partitions[i].GetInclusion() != PRIMARY)) { in UpdateCanBeLogical()
905 if ((partitions[i].GetInclusion() == PRIMARY) && in AreLogicalsContiguous()
1050 partitions[num].SetInclusion(PRIMARY); in MakePart()
1126 // Set the inclusion status (PRIMARY, LOGICAL, or NONE) with some sanity
1133 if ((inclStatus == PRIMARY) || (inclStatus == LOGICAL) || (inclStatus == NONE)) { in SetInclusionwChecks()
1232 partitions[i].SetInclusion(PRIMARY); in MaximizeLogicals()
[all...]
H A Dmbrpart.h30 #define PRIMARY 1 /* write partition as primary */ macro
61 int includeAs; // PRIMARY, LOGICAL, or NONE
86 void SetInclusion(int status = PRIMARY) {includeAs = status;} in SetInclusion() argument
H A Dmbrpart.cc101 includeAs = PRIMARY; in operator =()
333 case PRIMARY: in ShowData()
H A Dgpttext.cc495 hybridPart.SetInclusion(PRIMARY); in MakeHybrid()
501 hybridPart.SetInclusion(PRIMARY); in MakeHybrid()
518 hybridPart.SetInclusion(PRIMARY); in MakeHybrid()
H A Dmbr.cc66 partitions[0].SetInclusion(PRIMARY); in MakeProtectiveMBR()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java397 * (for most uses, the recommended value is PRIMARY). This
413 * @see Collator#PRIMARY
425 int keystrength = Collator.PRIMARY; in getBound()
427 if (noOfLevels > Collator.PRIMARY) { in getBound()
433 if (noOfLevels == Collator.PRIMARY in getBound()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollationKey.java387 * (for most uses, the recommended value is PRIMARY). This
403 * @see Collator#PRIMARY
414 int keystrength = Collator.PRIMARY; in getBound()
416 if (noOfLevels > Collator.PRIMARY) { in getBound()
422 if (noOfLevels == Collator.PRIMARY in getBound()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java126 assert(Collator.PRIMARY <= strength && strength <= Collator.TERTIARY); in addReset()
141 } else if(strength == Collator.PRIMARY) { in addReset()
260 while(strengthFromNode(node) > Collator.PRIMARY) { in getWeight16Before()
282 int strength = Collator.PRIMARY; in getSpecialResetPosition()
392 assert(strength == Collator.PRIMARY); in getSpecialResetPosition()
398 index = findOrInsertNodeForRootCE(ce, Collator.PRIMARY); in getSpecialResetPosition()
481 if(strength == Collator.PRIMARY && !isTempCE(ce) && (ce >>> 32) == 0) { in addRelation()
529 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY); in findOrInsertNodeForCEs()
532 // Note: Stronger is smaller (Collator.PRIMARY=0). in findOrInsertNodeForCEs()
779 if(ceStrength(ces[i]) == Collator.PRIMARY) { in setCaseBits()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationBuilder.java130 assert(Collator.PRIMARY <= strength && strength <= Collator.TERTIARY); in addReset()
145 } else if(strength == Collator.PRIMARY) { in addReset()
264 while(strengthFromNode(node) > Collator.PRIMARY) { in getWeight16Before()
286 int strength = Collator.PRIMARY; in getSpecialResetPosition()
396 assert(strength == Collator.PRIMARY); in getSpecialResetPosition()
402 index = findOrInsertNodeForRootCE(ce, Collator.PRIMARY); in getSpecialResetPosition()
485 if(strength == Collator.PRIMARY && !isTempCE(ce) && (ce >>> 32) == 0) { in addRelation()
533 assert(Collator.PRIMARY <= strength && strength <= Collator.QUATERNARY); in findOrInsertNodeForCEs()
536 // Note: Stronger is smaller (Collator.PRIMARY=0). in findOrInsertNodeForCEs()
783 if(ceStrength(ces[i]) == Collator.PRIMARY) { in setCaseBits()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java214 col.setStrength(Collator.PRIMARY); in TestCompare()
485 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); in TestProperty()
490 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); in TestProperty()
509 col.setStrength(Collator.PRIMARY); in TestProperty()
512 doAssert((col.getStrength() == Collator.PRIMARY), "collation object's strength is not primary difference"); in TestProperty()
517 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); in TestProperty()
690 someCollators[index].setStrength(Collator.PRIMARY); in TestSafeClone()
857 assertNotEquals("getStrength()", Collator.PRIMARY, col1.getStrength()); in TestSubClass()
862 assertNotEquals("setStrength2().getStrength()", Collator.PRIMARY, in TestSubClass()
906 col2.setStrength(Collator.PRIMARY); in TestSubClass()
[all...]
H A DCollationDummyTest.java197 // perform test with strength PRIMARY
201 myCollation.setStrength(Collator.PRIMARY); in TestPrimary()
258 coll.setStrength(Collator.PRIMARY); in TestJB581()
378 enColl.setStrength(Collator.PRIMARY); in TestVariableTop()
379 myColl.setStrength(Collator.PRIMARY); in TestVariableTop()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java217 col.setStrength(Collator.PRIMARY); in TestCompare()
488 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); in TestProperty()
493 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); in TestProperty()
512 col.setStrength(Collator.PRIMARY); in TestProperty()
515 doAssert((col.getStrength() == Collator.PRIMARY), "collation object's strength is not primary difference"); in TestProperty()
520 doAssert((col.getStrength() != Collator.PRIMARY), "collation object's strength is primary difference"); in TestProperty()
693 someCollators[index].setStrength(Collator.PRIMARY); in TestSafeClone()
860 assertNotEquals("getStrength()", Collator.PRIMARY, col1.getStrength()); in TestSubClass()
865 assertNotEquals("setStrength2().getStrength()", Collator.PRIMARY, in TestSubClass()
909 col2.setStrength(Collator.PRIMARY); in TestSubClass()
[all...]
H A DCollationDummyTest.java200 // perform test with strength PRIMARY
204 myCollation.setStrength(Collator.PRIMARY); in TestPrimary()
261 coll.setStrength(Collator.PRIMARY); in TestJB581()
381 enColl.setStrength(Collator.PRIMARY); in TestVariableTop()
382 myColl.setStrength(Collator.PRIMARY); in TestVariableTop()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DCollatorTest.java97 // PRIMARY in TestICUEquivalent()
98 jdkColl.setStrength(Collator.PRIMARY); in TestICUEquivalent()
99 icuColl.setStrength(com.ibm.icu.text.Collator.PRIMARY); in TestICUEquivalent()
100 checkCollation(jdkColl, icuColl, TEST_DATA, "PRIMARY", loc); in TestICUEquivalent()
/third_party/icu/icu4c/source/test/intltest/
H A Dallcoll.cpp110 myCollation->setStrength(Collator::PRIMARY); in TestPrimary()
176 coll->setStrength(Collator::PRIMARY); in TestJB581()
H A Dficoll.cpp82 myCollation->setStrength(Collator::PRIMARY); in TestPrimary()
H A Dmnkytst.cpp108 myCollator->setStrength(Collator::PRIMARY); in TestCollationKey()
176 myCollator->setStrength(Collator::PRIMARY); in TestCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp67 PRIMARY, member in vkt::MeshShader::__anon28091::CmdBufferType
117 return (cmdBufferType != CmdBufferType::PRIMARY); in needsSecondaryCmdBuffer()
480 if (m_params.cmdBufferType == CmdBufferType::PRIMARY) in iterate()
579 { CmdBufferType::PRIMARY, "primary_cmd_buffer" }, in createMeshShaderConditionalRenderingTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp67 PRIMARY, member in vkt::MeshShader::__anon29322::CmdBufferType
117 return (cmdBufferType != CmdBufferType::PRIMARY); in needsSecondaryCmdBuffer()
480 if (m_params.cmdBufferType == CmdBufferType::PRIMARY) in iterate()
579 { CmdBufferType::PRIMARY, "primary_cmd_buffer" }, in createMeshShaderConditionalRenderingTestsEXT()

Completed in 22 milliseconds

1234