Home
last modified time | relevance | path

Searched refs:NTV_NUMERIC_START_ (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java1739 } else if(ntv<NTV_NUMERIC_START_) { in getNumericValue()
1744 return ntv-NTV_NUMERIC_START_; in getNumericValue()
1803 } else if(ntv<NTV_NUMERIC_START_) { in getUnicodeNumericValue()
1808 return ntv-NTV_NUMERIC_START_; in getUnicodeNumericValue()
1933 private static final int NTV_NUMERIC_START_ = 21; field in UCharacterProperty
1961 (ntv<NTV_NUMERIC_START_) ? NumericType.DIGIT : in ntvGetType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java1738 } else if(ntv<NTV_NUMERIC_START_) { in getNumericValue()
1743 return ntv-NTV_NUMERIC_START_; in getNumericValue()
1802 } else if(ntv<NTV_NUMERIC_START_) { in getUnicodeNumericValue()
1807 return ntv-NTV_NUMERIC_START_; in getUnicodeNumericValue()
1932 private static final int NTV_NUMERIC_START_ = 21; field in UCharacterProperty
1960 (ntv<NTV_NUMERIC_START_) ? NumericType.DIGIT : in ntvGetType()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...