Home
last modified time | relevance | path

Searched refs:offsetx100 (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRelativeDateTimeFormatter.java833 double offsetx100 = offset * 100.0; in formatRelativeImpl() local
834 int intoffsetx100 = (offsetx100 < 0)? (int)(offsetx100-0.5) : (int)(offsetx100+0.5); in formatRelativeImpl()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRelativeDateTimeFormatter.java919 double offsetx100 = offset * 100.0; in formatRelativeImpl() local
920 int intoffsetx100 = (offsetx100 < 0)? (int)(offsetx100-0.5) : (int)(offsetx100+0.5); in formatRelativeImpl()
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp1133 double offsetx100 = offset * 100.0; in formatRelativeImpl() local
1134 int32_t intoffset = (offsetx100 < 0)? (int32_t)(offsetx100-0.5) : (int32_t)(offsetx100+0.5); in formatRelativeImpl()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...