HomeSort by relevance Sort by last modified time
    Searched defs:table (Results 476 - 500 of 1493) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 156 ICUResourceBundle table = null; local
158 table = (ICUResourceBundle)zoneStrings.get(key);
167 names[i] = table.getString(KEYS[i]);
180 ICUResourceBundle regionsRes = (ICUResourceBundle)table.get("parseRegions");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DataReadWriteTest.java 314 String[][] table = { local
336 xrw.stringTable("test", table);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
WriteIndicCharts.java 41 " <table border=1 width=100% >\n"+
55 static String footer = " </table>\n"+
87 table.put(UTF16.valueOf(i),arr);
105 String[] temp = (String[])table.get(UTF16.valueOf(i));
211 table.put(UTF16.valueOf(i),arr);
248 String[] temp = (String[])table.get(UTF16.valueOf(i));
293 static Hashtable table = new Hashtable(); field in class:WriteIndicCharts
309 String[] arr = (String[])table.get(getKey(start+i));
327 String[] arr = (String[])table.get(UTF16.valueOf(iter.codepoint&0xFF));
355 String[] arr = (String[])table.get(getKey(tIter.codepoint))
    [all...]