Searched refs:idlist (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
H A D | ICUZDump.java | 247 List idlist = new ArrayList(); in main() 270 idlist.add(args[i].trim()); in main() 305 int len = idlist.size(); in main() 310 tzids = new String[idlist.size()]; in main() 311 idlist.toArray(tzids); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/ |
H A D | tdrm.c | 49 static drm_pci_list_t DRM(idlist)[] = 56 #define DRIVER_CARD_LIST DRM(idlist)
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 553 char *idlist, *nextarg; in migrate_process() local 570 idlist = strtok_r(args, whitespace, &nextarg); in migrate_process() 571 nr_to = get_arg_nodeid_list(idlist, toids); in migrate_process() 580 idlist = strtok_r(args, whitespace, &nextarg); in migrate_process() 581 nr_from = get_arg_nodeid_list(idlist, fromids); in migrate_process()
|
/third_party/icu/tools/multi/proj/provider/glue/ |
H A D | cal_fe.cpp | 312 const UnicodeString * idlist = /* _delegate -> */ getSupportedIDs(count, status); 314 _ids->put(idlist[i], (void*)this, status);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | coll.cpp | 707 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory() local 709 _ids->put(idlist[i], (void*)this, status); in CFactory()
|
H A D | numfmt.cpp | 915 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status); variable 919 _ids->put(idlist[i], (void*)this, status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | coll.cpp | 708 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory() local 710 _ids->put(idlist[i], (void*)this, status); in CFactory()
|
H A D | numfmt.cpp | 916 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status); variable 920 _ids->put(idlist[i], (void*)this, status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coll.cpp | 707 const UnicodeString * idlist = _delegate->getSupportedIDs(count, status); in CFactory() local 709 _ids->put(idlist[i], (void*)this, status); in CFactory()
|
H A D | numfmt.cpp | 915 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status); in getSupportedIDs() local 919 _ids->put(idlist[i], (void*)this, status); in getSupportedIDs()
|
Completed in 15 milliseconds