Lines Matching defs:base

345         // base character of range digits
346 private final int base;
351 private Range(int base, int start, int end) {
352 this.base = base - ('0' + getNumericBase());
358 return base;
394 * rangeSet.toArray() value. Sorted by Range.base when the number
407 * Latin-1 (European) decimal base.
411 /** Identifies the ARABIC range and decimal base. */
414 /** Identifies the ARABIC range and ARABIC_EXTENDED decimal base. */
417 /** Identifies the DEVANAGARI range and decimal base. */
420 /** Identifies the BENGALI range and decimal base. */
423 /** Identifies the GURMUKHI range and decimal base. */
426 /** Identifies the GUJARATI range and decimal base. */
429 /** Identifies the ORIYA range and decimal base. */
432 /** Identifies the TAMIL range and decimal base. */
436 /** Identifies the TELUGU range and decimal base. */
439 /** Identifies the KANNADA range and decimal base. */
442 /** Identifies the MALAYALAM range and decimal base. */
445 /** Identifies the THAI range and decimal base. */
448 /** Identifies the LAO range and decimal base. */
451 /** Identifies the TIBETAN range and decimal base. */
454 /** Identifies the MYANMAR range and decimal base. */
457 /** Identifies the ETHIOPIC range and decimal base. */
460 /** Identifies the KHMER range and decimal base. */
463 /** Identifies the MONGOLIAN range and decimal base. */
1064 return s1.base > s2.base ? 1 : s1.base == s2.base ? 0 : -1;
1227 int base;
1230 base = shapingRange.getDigitBase();
1233 base = bases[key];
1241 text[i] = (char)(c + base);
1258 int base = bases[ctxKey];
1265 text[i] = (char)(c + base);
1286 base = bases[ctxKey];
1302 int base = ctxKey.getDigitBase();
1308 text[i] = (char)(c + base);
1315 base = ctxKey.getDigitBase();