Searched defs:TYPE_PERMILLE (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DAffixUtils.java74 public static final int TYPE_PERMILLE = -4; field in class:AffixUtils
246 case TYPE_PERMILLE:
422 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0);
/external/icu/icu4c/source/i18n/
H A Dnumber_types.h72 TYPE_PERMILLE = -4, enumerator in enum:number::impl::AffixPatternType
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAffixUtils.java72 public static final int TYPE_PERMILLE = -4; field in class:AffixUtils
244 case TYPE_PERMILLE:
420 return makeTag(offset + count, TYPE_PERMILLE, STATE_BASE, 0);

Completed in 297 milliseconds