Home
last modified time | relevance | path

Searched defs:countValue (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCounter.java76 public Counter<T> add(T obj, long countValue) { in add()
84 public Counter<T> add(T obj, long countValue, long time) { in add()
92 public Counter<T> add(T obj, long countValue, boolean boo) { in add()
DCounter2.java63 private Double addN(Double count, Double countValue) { in addN()
DVoteResolver.java281 public MaxCounter<T> add(T obj, long countValue, long time) { in add()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java130 final Count countValue = PluralInfo.Count.valueOf(attributeValue); in handleCheck() local
158 static boolean isPluralException(Count countValue, String locale) { in isPluralException()
DExampleGenerator.java1369 String countValue = parts.getAttributeValue(-1, "count"); in handleCurrencyFormat() local
1410 String countValue = parts.getAttributeValue(-1, "count"); in handleDecimalFormat() local
1427 private String formatCountDecimal(DecimalFormat numberFormat, String countValue) { in formatCountDecimal()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCounter.java68 public Counter<T> add(T obj, long countValue) { in add()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java65 public Counter<T> add(T obj, long countValue) { in add()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java772 private int decodeBocu1TrailByte(int countValue, int b) { in decodeBocu1TrailByte()