Home
last modified time | relevance | path

Searched full:supplemental (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/json/
DJSON_config_supplemental.txt1 package=core ; packageDesc=Basic CLDR supplemental data
2 section=characterFallbacks ; path=//cldr/supplemental/characters/.* ; package=core
3 section=dayPeriods ; path=//cldr/supplemental/(dayPeriodRuleSet).* ; package=core
4 section=gender ; path=//cldr/supplemental/gender/.* ; package=core
5 section=languageInfo ; path=//cldr/supplemental/languageInfo/.* ; package=core
6 section=likelySubtags ; path=//cldr/supplemental/likelySubtags/.* ; package=core
7 section=metaZones ; path=//cldr/supplemental/metaZones/.* ; package=core
8 section=primaryZones ; path=//cldr/supplemental/primaryZones/.* ; package=core
9 section=numberingSystems ; path=//cldr/supplemental/numberingSystems/.* ; package=core
10 section=ordinals ; path=//cldr/supplemental/plurals\[@type="ordinal"\]/.* ; package=core
[all …]
/external/cldr/docs/ldml/
Dtr35-info.anchors.json9 "contents-of-part-6-supplemental",
27 "introduction-supplemental-data",
60 "supplemental-alias-information",
61 "supplemental-character-fallback-data",
62 "supplemental-code-mapping",
63 "supplemental-deprecated-information-deprecated",
64 "supplemental-language-data",
65 "supplemental-language-grouping",
66 "supplemental-metadata",
67 "supplemental-territory-containment",
[all …]
Dtr35-info.md3 # Unicode Locale Data Markup Language (LDML)<br/>Part 6: Supplemental
15 …cument, describing only those parts of the LDML that are relevant for supplemental data. For the o…
44 * Part 6: [Supplemental](tr35-info.md#Contents) (supplemental data)
49 ## <a name="Contents" href="#Contents">Contents of Part 6, Supplemental</a>
51 * Introduction [Supplemental Data](#Supplemental_Data)
53 * [Supplemental Territory Containment](#Supplemental_Territory_Containment)
55 * [Supplemental Territory Information](#Supplemental_Territory_Information)
59 * [Supplemental Language Data](#Supplemental_Language_Data)
60 * [Supplemental Language Grouping](#Supplemental_Language_Grouping)
61 * [Supplemental Code Mapping](#Supplemental_Code_Mapping)
[all …]
Dtr35-dates.anchors.json74 "overview-dates-element-supplemental-date-and-calendar-information",
88 "supplemental-calendar-data",
89 "supplemental-time-zone-data",
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
DPathHeader.txt340 //ldml/rbnf/rulesetGrouping[@type="%A"]/ruleset[@type="%A"]/rbnfrule_/_value ; Supplemental ; RBN…
341 //ldml/rbnf/rulesetGrouping[@type="%A"]/ruleset[@type="%A"]/rbnfrule_/_radix ; Supplemental ; RBN…
342 //ldml/rbnf/rulesetGrouping[@type="%A"]/ruleset[@type="%A"]/rbnfrule ; Supplemental ; RBNF ; $1-$…
343 //ldml/rbnf/rulesetGrouping[@type="%A"]/ruleset[@type="%A"]/_access ; Supplemental ; RBNF ; $1-$2…
345 …tation[@type="%A"]/suppressions[@type="%A"]/suppression[@_q="%A"] ; Supplemental ; Segmentation …
346 //ldml/segmentations/segmentation[@type="%A"]/variables/variable[@id="%A"] ; Supplemental ; Segme…
347 //ldml/segmentations/segmentation[@type="%A"]/segmentRules/rule[@id="%A"] ; Supplemental ; Segmen…
393 //supplementalData/version ; Special ; Version ; Supplemental ; plain ; HIDE
410 # Supplemental
412 //supplementalData/metadata/alias/%EAlias[@type="%A"]/_reason ; Supplemental ; Alias ; $1 ; &alph…
[all …]
Dchart_messages.html8 <title>Help Text file for Supplemental Charts</title>
82 … href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalData.xml">
103 … href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalData.xml">
127 … href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalData.xml">
166 …href="http://www.unicode.org/cldr/data/charts/supplemental/language_territory_information.html">La…
190 … href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalData.xml">
202 … href="http://www.unicode.org/cldr/data/charts/supplemental/languages_and_scripts.html">Languages
230 …href="http://www.unicode.org/cldr/data/charts/supplemental/language_territory_information.html">La…
254 … href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalData.xml">
280 … href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalData.xml">
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTestData.java50 return supplemental( in paradigms()
58 return supplemental( in matchVariable()
67 return supplemental( in languageMatch()
75 return supplemental( in alias()
82 return supplemental( in likelySubtag()
89 return supplemental( in territoryGroup()
99 return supplemental( in territoryGrouping()
109 return supplemental( in deprecatedTerritory()
149 private static CldrValue supplemental(String path, Object... args) { in supplemental() method in TestData
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java13 import static org.unicode.cldr.api.CldrDataType.SUPPLEMENTAL;
82 // TODO: Do all supplemental data in one go and split similarly to locale data (using RbPath).
153 DAY_PERIODS(SUPPLEMENTAL),
154 GENDER_LIST(SUPPLEMENTAL),
155 SUPPLEMENTAL_DATA(SUPPLEMENTAL),
156 UNITS(SUPPLEMENTAL),
157 CURRENCY_DATA(SUPPLEMENTAL),
158 GRAMMATICAL_FEATURES(SUPPLEMENTAL),
159 METADATA(SUPPLEMENTAL),
160 META_ZONES(SUPPLEMENTAL),
[all …]
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestSupplementalInfo.java104 private static final SupplementalDataInfo SUPPLEMENTAL = testInfo.getSupplementalDataInfo(); field in TestSupplementalInfo
112 for (String locale : SUPPLEMENTAL.getPluralLocales()) { in TestPluralSampleOrder()
116 PluralInfo pi = SUPPLEMENTAL.getPlurals(locale); in TestPluralSampleOrder()
172 PluralRulesFactory prf = PluralRulesFactory.getInstance(SUPPLEMENTAL); in TestPluralRanges()
173 Set<String> localesToTest = new TreeSet<>(SUPPLEMENTAL.getPluralRangesLocales()); in TestPluralRanges()
194 PluralInfo pluralInfo = SUPPLEMENTAL.getPlurals(locale); in TestPluralRanges()
201 PluralRanges pluralRanges = SUPPLEMENTAL.getPluralRanges(locale); in TestPluralRanges()
391 PluralRulesFactory prf = PluralRulesFactory.getInstance(SUPPLEMENTAL); in TestPluralSamples2()
402 SUPPLEMENTAL.getPlurals( in TestPluralSamples2()
455 Set<String> codes = SUPPLEMENTAL.getCLDRScriptCodes(); in TestCldrScriptCodes()
[all …]
DTestDayPeriods.java24 SupplementalDataInfo SUPPLEMENTAL = CONFIG.getSupplementalDataInfo(); field in TestDayPeriods
33 for (String locale : SUPPLEMENTAL.getDayPeriodLocales(DayPeriodInfo.Type.format)) { in TestBasicDayPeriods()
35 SUPPLEMENTAL.getDayPeriods(DayPeriodInfo.Type.format, locale); in TestBasicDayPeriods()
37 SUPPLEMENTAL.getDayPeriods(DayPeriodInfo.Type.selection, locale); in TestBasicDayPeriods()
79 DayPeriodInfo periodInfo = SUPPLEMENTAL.getDayPeriods(Type.format, locale); in TestAttributes()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdmlConvertRules.java64 "supplemental:dayPeriodRuleSet:type",
68 // in common/supplemental/grammaticalFeatures.xml
79 "supplemental:plurals:type",
100 // in common/supplemental/dayPeriods.xml
103 // in common/supplemental/likelySubtags.xml
106 // in common/supplemental/metaZones.xml
117 // in common/supplemental/numberingSystems.xml
120 // in common/supplemental/supplementalData.xml
130 // common/supplemental/supplementalMetaData.xml
136 // in common/supplemental/telephoneCodeData.xml
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DSupplementalMapper.java20 * Generate supplemental {@link IcuData} by transforming {@link CldrDataType#SUPPLEMENTAL
21 * SUPPLEMENTAL} data using a {@link PathValueTransformer}.
30 * Processes a subset of supplemental data from the given supplier.
36 * @return An IcuData instance containing the specified subset of supplemental data with the
57 super(src.getDataForType(CldrDataType.SUPPLEMENTAL), transformer); in SupplementalMapper()
DDayPeriodsMapper.java7 import static org.unicode.cldr.api.CldrDataType.SUPPLEMENTAL;
22 * A mapper to collect day-period data from {@link CldrDataType#SUPPLEMENTAL SUPPLEMENTAL}
52 return process(src.getDataForType(SUPPLEMENTAL)); in process()
DPluralRangesMapper.java7 import static org.unicode.cldr.api.CldrDataType.SUPPLEMENTAL;
23 * A mapper to collect plural data from {@link CldrDataType#SUPPLEMENTAL SUPPLEMENTAL} data via
56 return process(src.getDataForType(SUPPLEMENTAL)); in process()
DPluralsMapper.java8 import static org.unicode.cldr.api.CldrDataType.SUPPLEMENTAL;
30 * A mapper to collect plural data from {@link CldrDataType#SUPPLEMENTAL SUPPLEMENTAL} data via
62 return process(src.getDataForType(SUPPLEMENTAL)); in process()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGeneratePluralRanges.java43 SUPPLEMENTAL = supplementalDataInfo; in GeneratePluralRanges()
44 prf = PluralRulesFactory.getInstance(SUPPLEMENTAL); in GeneratePluralRanges()
60 Set<String> sorted = new TreeSet<>(SUPPLEMENTAL.getPluralRangesLocales()); in generateSamples()
69 for (String locale : SUPPLEMENTAL.getPluralLocales()) { in generateSamples()
80 PluralInfo pluralInfo3 = SUPPLEMENTAL.getPlurals(locale); in generateSamples()
82 PluralInfo pluralInfo2 = SUPPLEMENTAL.getPlurals(ltp.set(locale).getLanguage()); in generateSamples()
131 PluralInfo pluralInfo = SUPPLEMENTAL.getPlurals(locale); in getRangeInfo()
133 PluralRanges pluralRanges = SUPPLEMENTAL.getPluralRanges(locale); in getRangeInfo()
136 pluralRanges = SUPPLEMENTAL.getPluralRanges(locale2); in getRangeInfo()
255 private final SupplementalDataInfo SUPPLEMENTAL; field in GeneratePluralRanges
[all …]
DWritePluralRulesSpreadsheets.java50 static final SupplementalDataInfo supplemental = SupplementalDataInfo.getInstance(); field in WritePluralRulesSpreadsheets
74 supplemental.getPluralLocales(SupplementalDataInfo.PluralType.cardinal)); in ranges()
96 PluralRules rules = supplemental.getPlurals(locale).getPluralRules(); in writePluralChecklist()
168 PluralRules rules = supplemental.getPlurals(locale).getPluralRules(); in writeRanges()
185 PluralRanges pluralRanges = supplemental.getPluralRanges(locale); in writeRanges()
/external/licenseclassifier/v2/assets/License/BCL/
Dlicense.txt3 … ALL OF THE TERMS CONTAINED IN THIS BINARY CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS (…
7Supplemental License Terms, Oracle grants you a non-exclusive, non-transferable, limited license w…
9 …rictions for developers and/or publishers licenses are set forth in the Supplemental License Terms.
33 SUPPLEMENTAL LICENSE TERMS
35Supplemental License Terms add to or modify the terms of the Binary Code License Agreement. Capita…
37 …ny purpose other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You w…
39 …cluding, but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle g…
41 …va Technology Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle g…
43 …va Technology Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle g…
51 H. COMMERCIAL FEATURES NOTICE. For purpose of complying with Supplemental Term Section C.(v)(b) and…
/external/licenseclassifier/licenses/
DBCL.txt3 … ALL OF THE TERMS CONTAINED IN THIS BINARY CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS (…
7Supplemental License Terms, Oracle grants you a non-exclusive, non-transferable, limited license w…
9 …rictions for developers and/or publishers licenses are set forth in the Supplemental License Terms.
33 SUPPLEMENTAL LICENSE TERMS
35Supplemental License Terms add to or modify the terms of the Binary Code License Agreement. Capita…
37 …ny purpose other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You w…
39 …cluding, but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle g…
41 …va Technology Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle g…
43 …va Technology Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle g…
51 H. COMMERCIAL FEATURES NOTICE. For purpose of complying with Supplemental Term Section C.(v)(b) and…
/external/libavc/encoder/
Dih264e_sei.h63 * @brief Generates Mastering Display Color Volume (Supplemental Enhancement Information )
66 * Parse Supplemental Enhancement Information
87 * Parse Supplemental Enhancement Information
108 * Parse Supplemental Enhancement Information
126 * @brief Generates Content Color Volume info (Supplemental Enhancement Information )
129 * Parse Supplemental Enhancement Information
147 * @brief Generates SEI (Supplemental Enhancement Information )
150 * Parse Supplemental Enhancement Information
175 * Parse Supplemental Enhancement Information
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/mpd/
Dsample_mpd_essential_supplemental_properties6 schemeIdUri="urn:mpeg:dash:supplemental-scheme:2050"
14 schemeIdUri="urn:mpeg:dash:supplemental-scheme:2050"
23 schemeIdUri="urn:mpeg:dash:supplemental-scheme:2050"
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/mpd/
Dsample_mpd_essential_supplemental_properties6 schemeIdUri="urn:mpeg:dash:supplemental-scheme:2050"
14 schemeIdUri="urn:mpeg:dash:supplemental-scheme:2050"
23 schemeIdUri="urn:mpeg:dash:supplemental-scheme:2050"
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/tool/
Dsupplemental.html12 <title>Supplemental Data</title>
121 …ext-align: center" nowrap width="50%"><h1 align="center">Extracted CLDR Supplemental Data</h1></td>
128 This set of tables shows <i>some</i> of the supplemental data
145 <li><a href="https://github.com/unicode-org/cldr/tree/main/common/supplemental">
146 https://github.com/unicode-org/cldr/tree/main/common/supplemental</a></li>
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPathHeader.java116 Supplemental, enumConstant
279 // Supplemental
280 Alias(SectionId.Supplemental),
281 IdValidity(SectionId.Supplemental),
282 Locale(SectionId.Supplemental),
283 RegionMapping(SectionId.Supplemental),
284 WZoneMapping(SectionId.Supplemental),
285 Transform(SectionId.Supplemental),
286 Units(SectionId.Supplemental),
287 Likely(SectionId.Supplemental),
[all …]
/external/googleapis/google/shopping/css/v1/
Dcss_product_inputs.proto154 // Required. The primary or supplemental feed id. If CSS Product already
157 // we create feeds on the fly. We do not have supplemental feed support for
173 // The Content API Supplemental Feed ID.
175 // If the field is set, then product action applies to a supplemental feed

12345678910>>...22