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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java 53 * found. Therefore add gapOffset to all values from gapThreshold.
55 private static final int gapThreshold=0x68;
488 }else if(b<gapThreshold){
490 }else if(((b - gapThreshold)&UConverterConstants.UNSIGNED_BYTE_MASK)<(reservedStart - gapThreshold)){
    [all...]
  /external/icu/icu4c/source/common/
ucnvscsu.c 61 * found. Therefore add gapOffset to all values from gapThreshold.
63 gapThreshold=0x68,
457 } else if(b<gapThreshold) {
459 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) {
762 } else if(b<gapThreshold) {
764 } else if((uint8_t)(b-gapThreshold)<(reservedStart-gapThreshold)) {
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 46 milliseconds