OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newOne
(Results
1 - 6
of
6
) sorted by null
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCollators.java
90
boolean
newOne
= results.add(type);
91
if (
newOne
) {
/external/cldr/tools/java/org/unicode/cldr/util/
ZoneParser.java
817
String
newOne
= items[1];
818
if (!(SKIP_LINKS.contains(old) && SKIP_LINKS.contains(
newOne
))) {
819
//System.out.println("Original " + old + "\t=>\t" +
newOne
);
820
linkedItems.add(old,
newOne
);
825
* conflict + ", " +
newOne
); } System.out.println(old + "\t=>\t" +
826
*
newOne
); linkold_new.put(old,
newOne
);
[
all
...]
Pick.java
628
void setLast(Pick
newOne
) {
629
items[items.length - 1] =
newOne
;
/external/cldr/tools/java/org/unicode/cldr/tool/
Misc.java
457
String
newOne
= old_new.get(oldOne);
458
Set<String> oldSet = new_old.get(
newOne
);
460
System.out.println("Warning: missing zone: " +
newOne
);
461
new_old.put(
newOne
, oldSet = new TreeSet(col));
470
String
newOne
= it.next();
471
System.out.println(" tzid:\t" +
newOne
);
472
Set<String> oldSet = new_old.get(
newOne
);
[
all
...]
CountItems.java
342
String
newOne
= old_new.get(old);
343
Set<String> oldSet = new_old.get(
newOne
);
345
new_old.put(
newOne
, oldSet = new TreeSet<String>());
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/test/
CLDRTest.java
[
all
...]
Completed in 658 milliseconds