OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceValues
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
IsoRegionData.java
78
String[]
sourceValues
= line.split("\\s+");
81
if (i >=
sourceValues
.length ||
sourceValues
[i].equals("-")) {
84
values[i] =
sourceValues
[i];
/external/cldr/tools/java/org/unicode/cldr/test/
TestSupplementalData.java
228
String[]
sourceValues
= line.split("\\s+");
231
if (i >=
sourceValues
.length ||
sourceValues
[i].equals("-"))
234
values[i] =
sourceValues
[i];
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateEnums.java
292
// String[]
sourceValues
= line.split("\\s+");
295
// if (i >=
sourceValues
.length ||
sourceValues
[i].equals("-"))
298
// values[i] =
sourceValues
[i];
343
String[]
sourceValues
= line.split("\\s+");
344
int code = Integer.parseInt(
sourceValues
[0]);
[
all
...]
Completed in 64 milliseconds