HomeSort by relevance Sort by last modified time
    Searched defs:hasBeforeCurrency (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CurrencyData.java 57 public boolean hasBeforeCurrency = false;
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 277 UBool hasBeforeCurrency;
281 : dfs(_dfs), hasBeforeCurrency(FALSE), hasAfterCurrency(FALSE) {}
291 hasBeforeCurrency = TRUE;
326 if (!hasBeforeCurrency || !hasAfterCurrency) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CurrencyData.java 53 public boolean hasBeforeCurrency = false;

Completed in 76 milliseconds