OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCanonicalPattern
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/test/
CheckNumbers.java
269
String pattern =
getCanonicalPattern
(value, type, zeroCount, isPOSIX);
510
public static String
getCanonicalPattern
(String inpattern, NumericType type, int zeroCount, boolean isPOSIX) {
DisplayAndInputProcessor.java
260
value =
getCanonicalPattern
(value, numericType, isPosix);
388
value =
getCanonicalPattern
(value, numericType, isPosix);
[
all
...]
CLDRTest.java
150
String pattern = DisplayAndInputProcessor.
getCanonicalPattern
(value, type, isPOSIX);
[
all
...]
Completed in 1151 milliseconds