/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | CoverageLevel2.java | 154 private CoverageLevel2(SupplementalDataInfo sdi, String locale) { in CoverageLevel2() 160 private CoverageLevel2(SupplementalDataInfo sdi, String locale, String ruleFile) { in CoverageLevel2() 182 public static CoverageLevel2 getInstance(SupplementalDataInfo sdi, String locale) { in getInstance() 187 SupplementalDataInfo sdi, String locale, String ruleFile) { in getInstance()
|
H A D | CheckForExemplars.java | 160 private SupplementalDataInfo sdi; field in CheckForExemplars 615 SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in checkAndReplacePlaceholders() local
|
H A D | BuildIcuCompactDecimalFormat.java | 27 static SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); field in BuildIcuCompactDecimalFormat
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/ |
H A D | TestSupplementalDataInfo.java | 50 final SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in TestArabicPlurals() local 60 final SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in TestMaltesePlurals() local 70 final SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in TestParentLocales() local
|
H A D | TestVersionNumbers.java | 16 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in TestAllVersionNumbers() local
|
H A D | TestCoverageLevel2.java | 13 private static SupplementalDataInfo sdi; field in TestCoverageLevel2
|
H A D | TestStandardCodes.java | 40 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in testTimezoneExclusions() local
|
H A D | TestLevel.java | 59 static SupplementalDataInfo sdi = null; field in TestLevel
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | VerifyCompactNumbers.java | 81 SupplementalDataInfo sdi = CLDR_CONFIG.getSupplementalDataInfo(); in main() local 187 SupplementalDataInfo sdi = CLDR_CONFIG.getSupplementalDataInfo(); in showNumbers() local 314 SupplementalDataInfo sdi, in collectSamplesAndSetFormats()
|
H A D | DayPeriodConverter.java | 144 SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in generateFieldNames() local 269 SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in generateFormat() local
|
H A D | MatchValue.java | 422 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in is() local 693 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in is() local
|
H A D | DateTimeFormats.java | 49 private static SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); field in DateTimeFormats 981 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in main() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | Misc.java | 64 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in main() local 128 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); in showDefaultContent() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GeneratePluralList.java | 103 SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in getExamples() local 239 SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in getForms() local
|
H A D | UpdateAliasedCodes.java | 13 static SupplementalDataInfo sdi = config.getSupplementalDataInfo(); field in UpdateAliasedCodes
|
H A D | UnitValidityCanonicalizer.java | 25 static final SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(); field in UnitValidityCanonicalizer
|
H A D | CompareSuppress.java | 43 SupplementalDataInfo sdi = config.getSupplementalDataInfo(); in main() local
|
H A D | ListRedundantUnicodeSets.java | 47 SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | ring_alg.cc | 159 for (int sdi = 0; sdi < num_subdivs; ++sdi) { in GenerateSubdivsInCollectiveParams() local 219 for (int sdi = 0; in InitializeCollectiveParams() local
|
H A D | hierarchical_tree_broadcaster.cc | 126 const int sdi = 0; in InitializeCollectiveParams() local 160 const int sdi = ti + (num_tasks > 1 ? 1 : 0); in InitializeCollectiveParams() local
|
H A D | collective_util.cc | 58 for (int sdi = 0; sdi < subdiv_perms.size(); ++sdi) { in SubdivPermDebugString() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_fence.c | 301 const VkImportSemaphoreFdInfoKHR sdi = { in zink_create_fence_fd() local 343 VkImportSemaphoreWin32HandleInfoKHR sdi = {0}; in zink_create_fence_win32() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestCoverageLevel.java | 215 SupplementalDataInfo sdi = in oldTestInvariantPaths() local 893 SupplementalDataInfo sdi = testInfo.getSupplementalDataInfo(); in checkBreakingLogicalGrouping() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
H A D | GenerateISO639LanguageTables.java | 9 private static SupplementalDataInfo sdi = field in GenerateISO639LanguageTables
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/ |
H A D | Ldml2JsonConverter.java | 535 SupplementalDataInfo sdi) in mapPathsToSections() 1387 final SupplementalDataInfo sdi = CLDRConfig.getInstance().getSupplementalDataInfo(); in writePackageJson() local 2059 SupplementalDataInfo sdi = SupplementalDataInfo.getInstance(cldrCommonDir + "supplemental"); in processDirectory() local
|