Home
last modified time | relevance | path

Searched refs:NUMBERS (Results 1 – 25 of 27) sorted by relevance

12

/external/guava/android/guava-tests/test/com/google/common/primitives/
DFloatsTest.java51 private static final float[] NUMBERS = field in FloatsTest
71 private static final float[] VALUES = Floats.concat(NUMBERS, new float[] {NaN});
80 for (float value : NUMBERS) { in testIsFinite()
103 for (float value : NUMBERS) { in testContains()
120 for (float value : NUMBERS) { in testIndexOf()
163 for (float value : NUMBERS) { in testIndexOf_arrayTarget()
183 for (float value : NUMBERS) { in testLastIndexOf()
207 assertEquals(GREATEST, Floats.max(NUMBERS)); in testMax()
229 assertEquals(LEAST, Floats.min(NUMBERS)); in testMin()
542 for (float f : NUMBERS) { in testTryParseOfToStringIsOriginal()
[all …]
DDoublesTest.java52 private static final double[] NUMBERS = field in DoublesTest
76 private static final double[] VALUES = Doubles.concat(NUMBERS, new double[] {NaN});
85 for (double value : NUMBERS) { in testIsFinite()
108 for (double value : NUMBERS) { in testContains()
126 for (double value : NUMBERS) { in testIndexOf()
169 for (double value : NUMBERS) { in testIndexOf_arrayTarget()
191 for (double value : NUMBERS) { in testLastIndexOf()
216 assertEquals(GREATEST, Doubles.max(NUMBERS)); in testMax()
239 assertEquals(LEAST, Doubles.min(NUMBERS)); in testMin()
584 for (double d : NUMBERS) { in testTryParseOfToStringIsOriginal()
[all …]
/external/guava/guava-tests/test/com/google/common/primitives/
DFloatsTest.java51 private static final float[] NUMBERS = field in FloatsTest
71 private static final float[] VALUES = Floats.concat(NUMBERS, new float[] {NaN});
80 for (float value : NUMBERS) { in testIsFinite()
103 for (float value : NUMBERS) { in testContains()
120 for (float value : NUMBERS) { in testIndexOf()
163 for (float value : NUMBERS) { in testIndexOf_arrayTarget()
183 for (float value : NUMBERS) { in testLastIndexOf()
207 assertEquals(GREATEST, Floats.max(NUMBERS)); in testMax()
229 assertEquals(LEAST, Floats.min(NUMBERS)); in testMin()
542 for (float f : NUMBERS) { in testTryParseOfToStringIsOriginal()
[all …]
DDoublesTest.java52 private static final double[] NUMBERS = field in DoublesTest
76 private static final double[] VALUES = Doubles.concat(NUMBERS, new double[] {NaN});
85 for (double value : NUMBERS) { in testIsFinite()
108 for (double value : NUMBERS) { in testContains()
126 for (double value : NUMBERS) { in testIndexOf()
169 for (double value : NUMBERS) { in testIndexOf_arrayTarget()
191 for (double value : NUMBERS) { in testLastIndexOf()
216 assertEquals(GREATEST, Doubles.max(NUMBERS)); in testMax()
239 assertEquals(LEAST, Doubles.min(NUMBERS)); in testMin()
584 for (double d : NUMBERS) { in testTryParseOfToStringIsOriginal()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DXPathToMenu.java30 LDMLConstants.NUMBERS + "/" + CURRENCIES;
75 } else if (path.startsWith("//ldml/" + LDMLConstants.NUMBERS)) { in xpathToMenu()
76 theMenu = LDMLConstants.NUMBERS; in xpathToMenu()
DCheckForExemplars.java93 static final UnicodeSet NUMBERS = new UnicodeSet("[[:N:]]").freeze(); field in CheckForExemplars
319 if (NUMBERS.containsSome(value)) { in handleCheck()
320 UnicodeSet disallowed = new UnicodeSet().addAll(value).retainAll(NUMBERS); in handleCheck()
389 disallowed = new UnicodeSet().addAll(value).retainAll(NUMBERS); in handleCheck()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRFilePseudolocalizer.java72 private static final String[] NUMBERS = { field in CLDRFilePseudolocalizer.PseudolocalizerXA
191 String word = NUMBERS[wordIndex++ % NUMBERS.length]; in end()
DGenerateAliases.java145 static final UnicodeSet NUMBERS = new UnicodeSet("[0-9]"); field in GenerateAliases.Builder
162 if (NUMBERS.containsAll(key)) { // special check for items like 172 in getGoodToBad()
/external/guava/android/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java133 private static final ImmutableList<Integer> NUMBERS = ImmutableList.of(4, 8, 15, 16, 23, 42); field in MinMaxPriorityQueueTest
136 MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.create(NUMBERS); in testCreation_withContents()
145 MinMaxPriorityQueue.orderedBy(SOME_COMPARATOR).create(NUMBERS); in testCreation_comparator_withContents()
153 MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.expectedSize(8).create(NUMBERS); in testCreation_expectedSize_withContents()
161 MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.maximumSize(42).create(NUMBERS); in testCreation_maximumSize_withContents()
175 .create(NUMBERS); in testCreation_allOptions()
/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java133 private static final ImmutableList<Integer> NUMBERS = ImmutableList.of(4, 8, 15, 16, 23, 42); field in MinMaxPriorityQueueTest
136 MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.create(NUMBERS); in testCreation_withContents()
145 MinMaxPriorityQueue.orderedBy(SOME_COMPARATOR).create(NUMBERS); in testCreation_comparator_withContents()
153 MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.expectedSize(8).create(NUMBERS); in testCreation_expectedSize_withContents()
161 MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.maximumSize(42).create(NUMBERS); in testCreation_maximumSize_withContents()
175 .create(NUMBERS); in testCreation_allOptions()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java32 public static final String NUMBERS = "numbers"; field in LDMLConstants
527 public static final String NUMBERS_O = "<" + NUMBERS + ">";
528 public static final String NUMBERS_C = "</" + NUMBERS + ">";
/external/fonttools/Lib/fontTools/feaLib/
Dlexer.py11 NUMBERS = (NUMBER, HEXADECIMAL, OCTAL) variable in Lexer
Dparser.py1138 if self.next_token_type_ in Lexer.NUMBERS:
1143 if self.next_token_type_ in Lexer.NUMBERS:
1169 if self.next_token_type_ in Lexer.NUMBERS:
1174 if self.next_token_type_ in Lexer.NUMBERS:
2057 if self.cur_token_type_ in Lexer.NUMBERS:
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java485 } else if (token.indexOf(LDMLConstants.NUMBERS) > -1) { in getICUEquivalent()
/external/jline/
Djline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
/external/pcre/dist2/doc/
Dpcre2.txt7691 DUPLICATE GROUP NUMBERS
/external/cldr/common/uca/
Dallkeys_DUCET.txt5959 1F522 ; [*1359.0020.0002.1F522] # INPUT SYMBOL FOR NUMBERS
Dallkeys_CLDR.txt7125 1F522 ; [.1589.0020.0002] # INPUT SYMBOL FOR NUMBERS
DCollationTest_CLDR_NON_IGNORABLE.txt32649 1F522 0021; # (��) INPUT SYMBOL FOR NUMBERS [1589 0166 | 0020 0020 | 0002 0002 |]
32650 1F522 003F; # (��) INPUT SYMBOL FOR NUMBERS [1589 016C | 0020 0020 | 0002 0002 |]
32651 1F522 0061; # (��) INPUT SYMBOL FOR NUMBERS [1589 1FA2 | 0020 0020 | 0002 0002 |]
32652 1F522 0041; # (��) INPUT SYMBOL FOR NUMBERS [1589 1FA2 | 0020 0020 | 0002 0008 |]
32653 1F522 0062; # (��) INPUT SYMBOL FOR NUMBERS [1589 1FBC | 0020 0020 | 0002 0002 |]
DUCA_Rules.txt7046 < �� # 6.0 [So] [1589.0020.0002] U+1F522 INPUT SYMBOL FOR NUMBERS
DCollationTest_CLDR_SHIFTED.txt32012 1F522 0021; # (��) INPUT SYMBOL FOR NUMBERS [1589 | 0020 | 0002 | FFFF 0166 |]
32013 1F522 003F; # (��) INPUT SYMBOL FOR NUMBERS [1589 | 0020 | 0002 | FFFF 016C |]
32014 1F522 0334; # (��) INPUT SYMBOL FOR NUMBERS [1589 | 0020 004A | 0002 0002 | FFFF FFFF |]
32015 1F522 0061; # (��) INPUT SYMBOL FOR NUMBERS [1589 1FA2 | 0020 0020 | 0002 0002 | FFFF FFFF |]
32016 1F522 0041; # (��) INPUT SYMBOL FOR NUMBERS [1589 1FA2 | 0020 0020 | 0002 0008 | FFFF FFFF |]
32017 1F522 0062; # (��) INPUT SYMBOL FOR NUMBERS [1589 1FBC | 0020 0020 | 0002 0002 | FFFF FFFF |]
/external/cldr/tools/java/org/unicode/cldr/draft/
DCategories.txt23203 1F522 So Symbol Technical Interface Input status INPUT SYMBOL FOR NUMBERS
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt31451 1F522;INPUT SYMBOL FOR NUMBERS;So;0;ON;;;;;N;;;;;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt31451 1F522;INPUT SYMBOL FOR NUMBERS;So;0;ON;;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt31451 1F522;INPUT SYMBOL FOR NUMBERS;So;0;ON;;;;;N;;;;;

12