Home
last modified time | relevance | path

Searched +defs:bundle +defs:name (Results 1 – 25 of 68) sorted by relevance

123

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java387 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local
410 Bundle bundle = (Bundle)bundles.elementAt(i); in hideResource() local
425 Bundle bundle = (Bundle)bundles.elementAt(i); in eraseFile() local
443 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local
467 …public boolean editItem(BundleItem item, String name, String value, String groupName, String comme… in editItem()
475 Bundle bundle = (Bundle)bundles.elementAt(i); in editItem() local
509 …public boolean createItem(String name, String value, String groupName, String comment, Hashtable l… in createItem()
530 Bundle bundle = (Bundle)bundles.elementAt(i); in createItem() local
570 Bundle bundle = (Bundle)bundles.elementAt(i); in createGroup() local
591 Bundle bundle = (Bundle)bundles.elementAt(i); in deleteGroup() local
[all …]
DBundleGroup.java21 private String name; // The name of the group field in BundleGroup
24 private Bundle bundle; // The parent Bundle object of this group field in BundleGroup
30 public BundleGroup(Bundle parent, String name) { in BundleGroup()
133 protected void setParentBundle(Bundle bundle) { in setParentBundle()
141 public void setName(String name) { in setName()
DRBReporterScanner.java25 private Bundle bundle; field in RBReporterScanner
33 protected RBReporterScanner(Bundle bundle, File configFile) throws IOException { in RBReporterScanner()
177 String name = (String)findings.elementAt(j); in scanDirectory() local
231 String name; field in FileRule
236 FileRule(String name, String starts_with, String ends_with, String contains) { in FileRule()
253 String name; field in ParseRule
257 ParseRule(String name, String before, String after) { in ParseRule()
DBundleItem.java24 private String name; // The name of the NLS item key field in BundleItem
42 public BundleItem(BundleGroup parent, String name, String value) { in BundleItem()
148 Bundle bundle = this.getParentGroup().getParentBundle(); in setTranslated() local
200 public void setCreator(String name) { in setCreator()
208 public void setModifier(String name) { in setModifier()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DHoliday.java52 …ResourceBundle bundle = UResourceBundle.getBundleInstance("com.ibm.icu.impl.data.HolidayBundle", l… in getHolidays() local
133 protected Holiday(String name, DateRule rule) in Holiday()
180 …ResourceBundle bundle = UResourceBundle.getBundleInstance("com.ibm.icu.impl.data.HolidayBundle", l… in getDisplayName() local
202 private String name; field in Holiday
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DHoliday.java54 …ResourceBundle bundle = UResourceBundle.getBundleInstance("ohos.global.icu.impl.data.HolidayBundle… in getHolidays() local
135 protected Holiday(String name, DateRule rule) in Holiday()
182 …ResourceBundle bundle = UResourceBundle.getBundleInstance("ohos.global.icu.impl.data.HolidayBundle… in getDisplayName() local
204 private String name; field in Holiday
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DResourceBundleWrapper.java32 private ResourceBundle bundle = null; field in ResourceBundleWrapper
50 private ResourceBundleWrapper(ResourceBundle bundle){ in ResourceBundleWrapper()
149 final String name = localeID.isEmpty() ? baseName : baseName + '_' + localeID; in instantiateBundle() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DResourceBundleWrapper.java30 private ResourceBundle bundle = null; field in ResourceBundleWrapper
48 private ResourceBundleWrapper(ResourceBundle bundle){ in ResourceBundleWrapper()
147 final String name = localeID.isEmpty() ? baseName : baseName + '_' + localeID; in instantiateBundle() local
DTimeZoneNamesImpl.java80 … UResourceBundle bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "metaZones"); in _getAvailableMetaZoneIDs() local
269 String name = tzNames.getName(type); in getDisplayNames() local
419 ICUResourceBundle bundle = (ICUResourceBundle)ICUResourceBundle.getBundleInstance( in initialize() local
/third_party/spirv-tools/tools/sva/
Dpackage.json2 "name": "sva", string
15 "bundle": "rollup -c" string
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dpackage.json2 "name": "sva", string
15 "bundle": "rollup -c" string
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dpackage.json2 "name": "sva", string
15 "bundle": "rollup -c" string
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDisplayNameTest.java156 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getZoneString() local
341 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getCodes() local
387 String name = getter.get(locale, code, context); in check() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java153 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getZoneString() local
338 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getCodes() local
384 String name = getter.get(locale, code, context); in check() local
/third_party/typescript/src/compiler/
Demitter.ts31 const bundle = factory.createBundle(sourceFiles, prepends); constant
533 … const bundle = sourceFileOrBundle.kind === SyntaxKind.Bundle ? sourceFileOrBundle : undefined; constant
535 const sourceFiles = bundle ? bundle.sourceFiles : [sourceFile!]; constant
1767 const bundle = node.kind === SyntaxKind.Bundle ? <Bundle>node : undefined; constant
1771 const numPrepends = bundle ? bundle.prepends.length : 0; constant
1772 const numNodes = bundle ? bundle.sourceFiles.length + numPrepends : 1; constant
1774 …const currentNode = bundle ? i < numPrepends ? bundle.prepends[i] : bundle.sourceFiles[i - numPrep… constant
4890 const name = flags === TempFlags._i ? "_i" : "_n"; constant
4904 const name = count < 26 constant
4964 const name = getTextOfNode(node.name); constant
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleItemDialog.java94 Bundle bundle = item.getParentGroup().getParentBundle(); in initComponents() local
157 String name = (String)keys.nextElement(); in initComponents() local
265 String name = lookupLabels[i].getText().trim(); in actionPerformed() local
DRBManagerGUI.java399 RBManager bundle = project.getBundle(bundleName); in actionPerformed() local
710 Bundle bundle = null; in updateDisplayPanels() local
1064 public boolean saveResources(RBManager bundle, String encoding) { in saveResources()
1085 public boolean saveResources(RBManager bundle) { in saveResources()
1399 RBManager bundle = new RBManager(new File(bundleFileName)); in addBundle() local
1560 String name = (String)recentFiles.elementAt(i); in RBManagerMenuBar() local
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c154 make_bundle_name (GstObject * obj, const gchar * name) in make_bundle_name()
157 gchar *basename, *s, *bundle; in make_bundle_name() local
257 gst_lv2_load_preset (GstLV2 * lv2, GstObject * obj, const gchar * name) in gst_lv2_load_preset()
297 gst_lv2_save_preset (GstLV2 * lv2, GstObject * obj, const gchar * name) in gst_lv2_save_preset()
299 gchar *filename, *bundle, *dir, *tmp_dir; in gst_lv2_save_preset() local
378 gst_lv2_delete_preset (GstLV2 * lv2, GstObject * obj, const gchar * name) in gst_lv2_delete_preset()
621 gchar *name, *nick; in gst_lv2_class_get_param_spec() local
/third_party/flutter/glfw/src/
Dcocoa_platform.h46 #define _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL) argument
48 #define _glfw_dlsym(handle, name) dlsym(handle, name) argument
108 CFBundleRef bundle; member
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
Dpackage.json12 "name": "ajv", string
26 "name": "Evgeny Poberezkin" string
96 "name": "ajv", string
113 "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters", string
/third_party/icu/icu4c/source/test/intltest/
Drestsnew.cpp30 void NewResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*p… in runIndexedTest()
152 const char* name; member
384 ResourceBundle bundle = test1.get(data[i], err); in TestIteration() local
568 UResourceBundle *testCAPI = NULL, *bundle = NULL, *rowbundle = NULL, *temp = NULL; in TestOtherAPI() local
1091 ResourceBundle bundle(testdatapath, Locale("te_IN"),status); in TestNewTypes() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ducol_res.cpp121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local
151 const char *name = locale.getName(); in loadTailoring() local
673 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local
/third_party/node/deps/icu-small/source/i18n/
Ducol_res.cpp121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local
151 const char *name = locale.getName(); in loadTailoring() local
673 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local
/third_party/icu/icu4c/source/i18n/
Ducol_res.cpp121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local
151 const char *name = locale.getName(); in loadTailoring() local
673 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ducol_res.cpp121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local
151 const char *name = locale.getName(); in loadTailoring() local
673 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local

123