HomeSort by relevance Sort by last modified time
    Searched full:highlimit (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/i18n/
collationdata.cpp 242 int32_t highLimit = scriptStarts[scriptStartsLength - 1];
243 U_ASSERT(highLimit == (Collation::TRAIL_WEIGHT_BYTE << 8));
297 highLimit = addHighScriptRange(table, index, highLimit);
327 if(lowStart > highLimit) {
328 if((lowStart - (skippedReserved & 0xff00)) <= highLimit) {
375 CollationData::addHighScriptRange(uint8_t table[], int32_t index, int32_t highLimit) const {
377 if((limit & 0xff) > (highLimit & 0xff)) {
378 highLimit -= 0x100;
381 highLimit = ((highLimit & 0xff00) - ((limit & 0xff00) - (start & 0xff00))) | (start & 0xff)
    [all...]
collationdata.h 254 int32_t addHighScriptRange(uint8_t table[], int32_t index, int32_t highLimit) const;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationData.java 327 int highLimit = scriptStarts[scriptStarts.length - 1];
328 assert(highLimit == (Collation.TRAIL_WEIGHT_BYTE << 8));
385 highLimit = addHighScriptRange(table, index, highLimit);
416 if(lowStart > highLimit) {
417 if((lowStart - (skippedReserved & 0xff00)) <= highLimit) {
462 private int addHighScriptRange(short[] table, int index, int highLimit) {
464 if((limit & 0xff) > (highLimit & 0xff)) {
465 highLimit -= 0x100;
468 highLimit = ((highLimit & 0xff00) - ((limit & 0xff00) - (start & 0xff00))) | (start & 0xff)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationData.java 325 int highLimit = scriptStarts[scriptStarts.length - 1];
326 assert(highLimit == (Collation.TRAIL_WEIGHT_BYTE << 8));
383 highLimit = addHighScriptRange(table, index, highLimit);
414 if(lowStart > highLimit) {
415 if((lowStart - (skippedReserved & 0xff00)) <= highLimit) {
460 private int addHighScriptRange(short[] table, int index, int highLimit) {
462 if((limit & 0xff) > (highLimit & 0xff)) {
463 highLimit -= 0x100;
466 highLimit = ((highLimit & 0xff00) - ((limit & 0xff00) - (start & 0xff00))) | (start & 0xff)
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnfrt.h 85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
itrbnfrt.cpp 276 double highLimit)
282 for (double i = lowLimit; i <= highLimit; i += increment) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfRoundTripTest.java 177 long highLimit) {
181 for (long i = lowLimit; i <= highLimit; i += increment) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfRoundTripTest.java 173 long highLimit) {
177 for (long i = lowLimit; i <= highLimit; i += increment) {
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 519 // on low end of the restricted iteration space of the main loop. `HighLimit`
525 Optional<const SCEV *> HighLimit;
896 // [`Result.LowLimit`, `Result.HighLimit`) = [`Smallest`, `Smallest`)
918 Result.HighLimit = Clamp(Range.getEnd());
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 657 public CamaroInsurance(@Named("highLimit") double limit, @Assisted Camaro car,
681 bind(Double.class).annotatedWith(Names.named("highLimit")).toInstance(100000.0d);
720 bind(Double.class).annotatedWith(Names.named("highLimit")).toInstance(100000.0d);
FactoryProvider2Test.java 898 public CamaroInsurance(@Named("highLimit") double limit, @Assisted Camaro car,
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp 401 invertBuffer(UChar *buffer, int32_t size, uint32_t /*options*/, int32_t lowlimit, int32_t highlimit) {
404 for(i=lowlimit,j=size-highlimit-1;i<j;i++,j--) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 1345 milliseconds