Home
last modified time | relevance | path

Searched refs:tableName (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceTableAccess.java21 public static String getTableString(String path, ULocale locale, String tableName, in getTableString() argument
25 return getTableString(bundle, tableName, null, itemName); in getTableString()
32 public static String getTableString(ICUResourceBundle bundle, String tableName, in getTableString() argument
37 ICUResourceBundle table = bundle.findWithFallback(tableName); in getTableString()
56 if (tableName.equals("Countries")) { in getTableString()
58 } else if (tableName.equals("Languages")) { in getTableString()
DLocaleDisplayNamesImpl.java561 String get(String tableName, String code) { in get() argument
562 return get(tableName, null, code); in get()
565 String get(String tableName, String subTableName, String code) { in get() argument
582 public String get(String tableName, String subTableName, String code) { in get() argument
583 return ICUResourceTableAccess.getTableString(bundle, tableName, subTableName, in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceTableAccess.java23 public static String getTableString(String path, ULocale locale, String tableName, in getTableString() argument
27 return getTableString(bundle, tableName, null, itemName); in getTableString()
34 public static String getTableString(ICUResourceBundle bundle, String tableName, in getTableString() argument
39 ICUResourceBundle table = bundle.findWithFallback(tableName); in getTableString()
58 if (tableName.equals("Countries")) { in getTableString()
60 } else if (tableName.equals("Languages")) { in getTableString()
DLocaleDisplayNamesImpl.java565 String get(String tableName, String code) { in get() argument
566 return get(tableName, null, code); in get()
569 String get(String tableName, String subTableName, String code) { in get() argument
586 public String get(String tableName, String subTableName, String code) { in get() argument
587 return ICUResourceTableAccess.getTableString(bundle, tableName, subTableName, in get()
/external/javasqlite/src/main/java/SQLite/
DShell.java24 String tableName; field in Shell
57 s.tableName = tableName; in clone()
156 tableName = ""; in set_table_name()
160 tableName = Shell.sql_quote_dbl(str); in set_table_name()
162 tableName = Shell.sql_quote(str); in set_table_name()
262 tname = tableName; in newrow()
283 tname = tableName; in newrow()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DJDBCSessionIdManager.java596 String tableName = _dbAdaptor.convertIdentifier(_sessionIdTable); in prepareTables() local
597 ResultSet result = metaData.getTables(null, null, tableName, null); in prepareTables()
605 tableName = _dbAdaptor.convertIdentifier(_sessionTable); in prepareTables()
606 result = metaData.getTables(null, null, tableName, null); in prepareTables()
623 result = metaData.getIndexInfo(null, null, tableName, false, false); in prepareTables()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py15 tableName = name
30 tableName = tp
34 tableClass = tableNamespace.get(tableName)
DotBase.py644 tableName = name if name else self.__class__.__name__
649 xmlWriter.begintag(tableName, attrs)
652 xmlWriter.endtag(tableName)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java322 private static String[] getCodes(ULocale locale, String tableName) { in getCodes() argument
326 ICUResourceBundle table = bundle.getWithFallback(tableName); in getCodes()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java318 private static String[] getCodes(ULocale locale, String tableName) { in getCodes() argument
322 ICUResourceBundle table = bundle.getWithFallback(tableName); in getCodes()
/external/clang/test/Analysis/
Dlocalization.m30 table:(NSString *)tableName;
Dlocalization-aggressive.m35 table:(NSString *)tableName;
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java1871 String tableName; in tradAlphaCount() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/libs/
Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/ ...
/external/caliper/lib/
Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12