/frameworks/native/libs/gui/tests/ |
SurfaceTextureMultiContextGL.h | 49 // Set up the tertiary context and texture renderer.
|
SurfaceTextureMultiContextGL_test.cpp | 321 // Attach to the tertiary context. 331 // Try to use the texture from the tertiary context. 356 // Attach to the tertiary context. 366 // Latch the texture contents on the tertiary context. 370 // Try to use the texture from the tertiary context.
|
/libcore/benchmarks/src/benchmarks/regression/ |
CollatorBenchmark.java | 47 collator.setStrength(Collator.TERTIARY);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationGermanTest.java | 62 // Primary Tertiary 88 // perform test with strength TERTIARY 96 myCollation.setStrength(Collator.TERTIARY);
|
CollationKanaTest.java | 52 0, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/ 110 myCollation.setStrength(Collator.TERTIARY); 140 myCollation.setStrength(Collator.TERTIARY);
|
CollationFinnishTest.java | 72 // perform test with strength TERTIARY 75 myCollation.setStrength(Collator.TERTIARY);
|
/external/icu/icu4c/source/i18n/ |
collationkeys.cpp | 349 if(lower32 == 0) { continue; } // completely ignorable, no secondary/case/tertiary/quaternary 430 uint32_t c = (lower32 >> 8) & 0xff; // case bits & tertiary lead byte 489 // Tertiary weights without case bits. 509 // Tertiary weights with caseFirst=lowerFirst. 529 // Tertiary weights with caseFirst=upperFirst. 530 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut), 531 // to keep tertiary CEs well-formed. 532 // Their case+tertiary weights must be greater than those of 541 // Tertiary CE 86..BF -> C6..FF 551 // Keep uppercase bits of tertiary CEs [all...] |
collationkeys.h | 136 // Tertiary level only (no case): Compress up to 97 common weights as 05..65 or 65..C5. 142 // Tertiary with case, lowerFirst: Compress up to 33 common weights as 05..25 or 25..45. 148 // Tertiary with case, upperFirst: Compress up to 33 common weights as 85..A5 or A5..C5.
|
collationrootelements.cpp | 39 // secTer = last secondary & tertiary for the previous primary 52 // Find the last secondary & tertiary weights for it. 148 // Gap at the beginning of the tertiary CE range. 227 // Gap at the end of the tertiary CE range. 248 // No tertiary greater than t for this primary+secondary.
|
ucoleitr.cpp | 217 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local 224 tertiary = ucol_tertiaryOrder(ce); 254 primary = secondary = tertiary = 0; 264 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
|
/external/icu/icu4c/source/test/cintltst/ |
cdetst.c | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 71 /* Primary*/ /* Tertiary*/ 110 log_verbose("Testing German Collation with Tertiary strength\n");
|
cjaptst.c | 19 * specific primary, secondary and tertiary rules. For example, the ignorable 60 UCOL_EQUAL, /*UCOL_LESS*/ /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/ 125 log_verbose("Testing Kanna(Japan) Collation with Tertiary strength\n");
|
/external/icu/icu4c/source/test/intltest/ |
jacoll.cpp | 58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/ 108 myCollation->setStrength(Collator::TERTIARY); 144 myCollation->setStrength(Collator::TERTIARY);
|
ficoll.cpp | 72 myCollation->setStrength(Collator::TERTIARY);
|
regcoll.cpp | 322 String[] tertiary = { 332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local 342 c->setStrength(Collator::TERTIARY); 343 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary)); 365 // Secondary/Tertiary comparison incorrect in French Secondary 499 c->setStrength(Collator::TERTIARY); 577 c->setStrength(Collator::TERTIARY); 632 c->setStrength(Collator::TERTIARY); 664 // These now have tertiary differences in UC [all...] |
allcoll.cpp | 95 myCollation->setStrength(Collator::TERTIARY); 133 myCollation->setStrength(Collator::TERTIARY);
|
decoll.cpp | 87 // Primary Tertiary 112 myCollation->setStrength(Collator::TERTIARY);
|
regcoll.h | 94 // Secondary/Tertiary comparison incorrect in French Secondary 237 // Tertiary value compression problem with case first option enabled
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationGermanTest.java | 58 // Primary Tertiary 84 // perform test with strength TERTIARY 92 myCollation.setStrength(Collator.TERTIARY);
|
CollationFrenchTest.java | 125 // perform tests with strength TERTIARY 128 myCollation.setStrength(Collator.TERTIARY); 161 myCollation.setStrength(Collator.TERTIARY);
|
CollationKanaTest.java | 48 0, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/ 106 myCollation.setStrength(Collator.TERTIARY); 136 myCollation.setStrength(Collator.TERTIARY);
|
/libcore/ojluni/src/main/java/java/text/ |
CollationElementIterator.java | 65 * secondary order(byte), and tertiary order(byte). Java strictly defines 91 * secondary order and tertiary order. The data type of the collation 94 * last 8 bits is the tertiary order. 184 * Return the tertiary component of a collation element. 187 * @return the element's tertiary component
|
Collator.java | 84 * <code>SECONDARY</code>, <code>TERTIARY</code>, and <code>IDENTICAL</code>. 88 * "e" and "E" are tertiary differences and "e" and "e" are identical. 147 * Collator strength value. When set, only TERTIARY and above differences are 150 * case differences ("a" vs "A") to be considered a TERTIARY difference. 155 public final static int TERTIARY = 2; 162 * PRIMARY, SECONDARY, and TERTIARY levels but different at the IDENTICAL 374 * @see java.text.Collator#TERTIARY 390 * PRIMARY, SECONDARY, TERTIARY or IDENTICAL. 394 * @see Collator#TERTIARY
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPVersionInfo.java | 31 /** @return Returns the tertiary release number, the "3" in version "1.2.3". */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
DebugUtilitiesData.java | 96 "TERTIARY", /* 2 */ 177 2, /* TERTIARY */
|