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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 567 double offsetx100 = offset * 100.0; local
568 int intoffsetx100 = (offsetx100 < 0)? (int)(offsetx100-0.5) : (int)(offsetx100+0.5);
    [all...]
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 943 double offsetx100 = offset * 100.0; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 626 double offsetx100 = offset * 100.0; local
627 int intoffsetx100 = (offsetx100 < 0)? (int)(offsetx100-0.5) : (int)(offsetx100+0.5);
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1176 milliseconds