Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_Increment.c55 UINT64 countValue; in TPM2_NV_Increment() local
/external/cldr/tools/java/org/unicode/cldr/util/
DCounter.java78 public Counter<T> add(T obj, long countValue) { in add()
86 public Counter<T> add(T obj, long countValue, long time) { in add()
94 public Counter<T> add(T obj, long countValue, boolean boo) { in add()
DCounter2.java63 private Double addN(Double count, Double countValue) { in addN()
DVoteResolver.java364 public MaxCounter<T> add(T obj, long countValue, long time) { in add()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckAttributeValues.java133 final Count countValue = PluralInfo.Count.valueOf(attributeValue); in handleCheck() local
161 static boolean isPluralException(Count countValue, String locale) { in isPluralException()
DExampleGenerator.java1572 String countValue = parts.getAttributeValue(-1, "count"); in handleCurrencyFormat() local
1615 String countValue = parts.getAttributeValue(-1, "count"); in handleDecimalFormat() local
1632 private String formatCountDecimal(DecimalFormat numberFormat, String countValue) { in formatCountDecimal()
/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/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/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java772 private int decodeBocu1TrailByte(int countValue, int b) { in decodeBocu1TrailByte()