HomeSort by relevance Sort by last modified time
    Searched refs:ter (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.cpp 462 uint32_t ter = CollationFastLatin::COMMON_TER; local
512 ter = CollationFastLatin::COMMON_TER;
527 ter = CollationFastLatin::COMMON_TER;
550 ter = CollationFastLatin::COMMON_TER;
555 if(ter < CollationFastLatin::MAX_TER_AFTER) {
556 ++ter;
564 miniCEs[i] = (uint16_t)(pri | ter);
566 miniCEs[i] = (uint16_t)(pri | sec | ter);
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 237 errln("CollationIterator.nextCE(U+%04lx) has non-common sec/ter weights: %08lx",
773 uint32_t ter = secTer & Collation::ONLY_TERTIARY_MASK; local
774 uint32_t ctq = ter;
775 if(pri == 0 && sec == 0 && ter != 0) {
819 } else if(ter != prevTer) {
822 if(!cw3.allocWeights(lowerLimit, ter, 1)) {
823 errln("no teriary tailoring gap between %04x and %04x", lowerLimit, ter);
826 if(!(prevTer < newWeight && newWeight < ter)) {
828 (long)lowerLimit, (long)newWeight, (long)ter);
837 prevTer = ter;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 325 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this, local
327 Receiver = ter.getPointer();
328 if (ter.getInt()) retainSelf = false;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 170 ter=function(a){a.getInstance=function(){return a.instance_||(a.instance_=new a\
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 261 milliseconds