HomeSort by relevance Sort by last modified time
    Searched defs:highLimit (Results 1 - 4 of 4) 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...]
  /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/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 69 milliseconds