/external/cldr/docs/site/development/development-process/design-proposals/ |
D | json-packaging-approved-by-the-cldr-tc-on-2015-03-25.md | 1 --- 2 title: JSON Packaging (Approved by the CLDR TC on 2015-03-25) 3 --- 5 # JSON Packaging (Approved by the CLDR TC on 2015-03-25) 7 …*http://cldr.unicode.org/index/downloads#TOC-JSON-Data***](http://cldr.unicode.org/index/downloads… 11 …he corresponding JSON data ( according to http://cldr.unicode.org/index/cldr-spec/json ) and inclu… 15 - Data grouped by functionality - The design should allow people to install packages that contain t… 16 - Tiered locale coverage - For the packages created, we can use the CLDR tiers as specified in \<lo… 17 - Default content locales - In order to keep the data size to a minimum, JSON data for default cont… 23 - **core** - This package will contain a core JSON file "availableLocales.json", in the top level d… [all …]
|
D | generic-calendar-data.md | 1 --- 3 --- 8 |---|---| 10 | Date | 2012-Dec-10, **2012-Dec-18 update from 2012-Dec-12 TC discussion** | 13 …icode.org/cldr/trac/ticket/5385) , Add generic calendar as the base for all non-gregorian calendar… 15 **Problem:** The non-Gregorian calendars never receive the same attention from translators as the G… 19 …all other calendars will inherit most data (directly or indirectly) from this calendar. The main b… 25  29 - Most data items for the generic calendar—except month and era names—using formats with eras. 30 - Selected data items for the gregorian calendar: month and era names, and formats without eras. Th… [all …]
|
/external/angle/build/ |
D | locale_tool.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Helper script used to manage locale-related files in Chromium. 8 This script is used to check, and potentially fix, many locale-related files 11 - GRIT input files (.grd) and the corresponding translations (.xtb). 13 - BUILD.gn files listing Android localized resource string resource .xml 14 generated by GRIT for all supported Chrome locales. These correspond to 17 The --scan-dir <dir> option can be used to check for all files under a specific 18 directory, and the --fix-inplace option can be used to try fixing any file 22 translations / locales to the Chrome code base, since this script can update 26 remoting/resources/remoting_strings.grd contains an in-line comment element [all …]
|
/external/cronet/stable/build/ |
D | locale_tool.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Helper script used to manage locale-related files in Chromium. 8 This script is used to check, and potentially fix, many locale-related files 11 - GRIT input files (.grd) and the corresponding translations (.xtb). 13 - BUILD.gn files listing Android localized resource string resource .xml 14 generated by GRIT for all supported Chrome locales. These correspond to 17 The --scan-dir <dir> option can be used to check for all files under a specific 18 directory, and the --fix-inplace option can be used to try fixing any file 22 translations / locales to the Chrome code base, since this script can update 26 remoting/resources/remoting_strings.grd contains an in-line comment element [all …]
|
/external/cronet/tot/build/ |
D | locale_tool.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Helper script used to manage locale-related files in Chromium. 8 This script is used to check, and potentially fix, many locale-related files 11 - GRIT input files (.grd) and the corresponding translations (.xtb). 13 - BUILD.gn files listing Android localized resource string resource .xml 14 generated by GRIT for all supported Chrome locales. These correspond to 17 The --scan-dir <dir> option can be used to check for all files under a specific 18 directory, and the --fix-inplace option can be used to try fixing any file 22 translations / locales to the Chrome code base, since this script can update 26 remoting/resources/remoting_strings.grd contains an in-line comment element [all …]
|
/external/icu/icu4c/packaging/ |
D | PACKAGES | 3 Copyright (C) 2000-2003, International Business Machines 4 Corporation and others. All Rights Reserved. 14 - ICU libraries. This package contains the runtime libraries needed by 15 applications that use ICU. All the other packages require this package 17 - ICU. This package contains the converters data, the timezones data, 18 and all the ICU tools. 19 - ICU locales. This package adds locales and break data. 20 - ICU development. This package contains the files necessary to build 24 - ICU docs. This package contains further documentation for ICU, 26 - ICU data. This package contains the source for the compiled data [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 6 * Copyright (C) 2001-2011, International Business Machines Corporation and * 7 * others. All Rights Reserved. * 33 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 100 tryIt(-2.02147304840132e-68); in _testFormat() 101 tryIt(3.88057859588817e-68); in _testFormat() 102 tryIt(-2.64651110485945e+65); in _testFormat() 105 tryIt(-2.02147304840132e-100); in _testFormat() 106 tryIt(3.88057859588817e-096); in _testFormat() 107 tryIt(-2.64651110485945e+306); in _testFormat() 110 tryIt(-9.18228054496402e+64); in _testFormat() [all …]
|
D | IntlTestDateFormat.java | 6 * Copyright (C) 1996-2010, International Business Machines 7 * Corporation and others. All Rights Reserved. 73 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat. 168 date[i] = fFormat.parse(string[i-1].toString()); in tryDate() 172 …errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocal… in tryDate() 180 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate() 181 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate() 187 if (stringMatch == 0 && string[i] == string[i-1]) stringMatch = i; in tryDate() 188 else if (stringMatch > 0 && string[i] != string[i-1]) { in tryDate() 197 if (i == DEPTH) --i; in tryDate() [all …]
|
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormat.java | 5 * Copyright (C) 2001-2011, International Business Machines Corporation and * 6 * others. All Rights Reserved. * 31 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 97 tryIt(-2.02147304840132e-68); in _testFormat() 98 tryIt(3.88057859588817e-68); in _testFormat() 99 tryIt(-2.64651110485945e+65); in _testFormat() 102 tryIt(-2.02147304840132e-100); in _testFormat() 103 tryIt(3.88057859588817e-096); in _testFormat() 104 tryIt(-2.64651110485945e+306); in _testFormat() 107 tryIt(-9.18228054496402e+64); in _testFormat() [all …]
|
D | IntlTestDateFormat.java | 5 * Copyright (C) 1996-2010, International Business Machines 6 * Corporation and others. All Rights Reserved. 70 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat. 165 date[i] = fFormat.parse(string[i-1].toString()); in tryDate() 169 …errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocal… in tryDate() 177 if (dateMatch == 0 && date[i] == date[i-1]) dateMatch = i; in tryDate() 178 else if (dateMatch > 0 && date[i] != date[i-1]) { in tryDate() 184 if (stringMatch == 0 && string[i] == string[i-1]) stringMatch = i; in tryDate() 185 else if (stringMatch > 0 && string[i] != string[i-1]) { in tryDate() 194 if (i == DEPTH) --i; in tryDate() [all …]
|
/external/angle/build/config/ |
D | locales.gni | 2 # Use of this source code is governed by a BSD-style license that can be 7 # This file creates |platform_pak_locales| which is the set of packed locales 8 # based on the current platform. Locales in this list are formatted based on 11 # If you specifically want to have the locales variable with or without 16 # - |extended_locales| list of locales not shipped on desktop builds 17 # - |android_bundle_locales_as_resources| locales formatted for XML output names 18 # - |locales_as_apple_outputs| formatted for mac output bundles 21 "ar-XB", 22 "en-XA", 25 # Superset of all locales used in Chrome with platform specific changes noted. [all …]
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
D | LocaleMatcher.java | 5 * Copyright (C) 2009-2016, Google, Inc.; International Business Machines Corporation 6 * and others. All Rights Reserved. 24 * Immutable class that picks the best match between a user's desired locales and 25 * an application's supported locales. 29 * LocaleMatcher matcher = LocaleMatcher.builder().setSupportedLocales("fr, en-GB, en").build(); 35 * and when regional variants are close, like en-GB and en-AU as opposed to en-US. 37 * <p>If there are multiple supported locales with the same (language, script, region) 38 * likely subtags, then the current implementation returns the first of those locales. 43 * de, de-DE, de-Latn, de-1901, de-u-co-phonebk. 46 * or place it earlier in the list of supported locales. [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 6 * Copyright (C) 2009-2016, Google, Inc.; International Business Machines Corporation 7 * and others. All Rights Reserved. 25 * Immutable class that picks the best match between a user's desired locales and 26 * an application's supported locales. 30 * LocaleMatcher matcher = LocaleMatcher.builder().setSupportedLocales("fr, en-GB, en").build(); 36 * and when regional variants are close, like en-GB and en-AU as opposed to en-US. 38 * <p>If there are multiple supported locales with the same (language, script, region) 39 * likely subtags, then the current implementation returns the first of those locales. 44 * de, de-DE, de-Latn, de-1901, de-u-co-phonebk. 47 * or place it earlier in the list of supported locales. [all …]
|
D | LocalePriorityList.java | 6 * Copyright (C) 2010-2016, Google, Inc.; International Business Machines * 7 * Corporation and others. All Rights Reserved. * 27 * Provides an immutable list of languages/locales in priority order. 28 * The string format is based on the Accept-Language format 29 * (<a href="https://tools.ietf.org/html/rfc2616#section-14.4">RFC 2616 Section 14.4</a>), such as 34 * <p>In theory, Accept-Language indicates the relative 'quality' of each item, 35 * but in practice, all of the browsers just take an ordered list, like 39 * original. Accept-Language also doesn't 56 …* That is, if two languages/locales have the same weight, the first one in the original order come… 65 * If it is off (the default), then all weights are reset to 1.0 after reordering. [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 22 * \brief C++ API: Locale matcher: User's desired locales vs. application's supported locales. 51 * Builder option for whether all desired locales are treated equally or 59 * All desired locales are treated equally. 65 * Earlier desired locales are preferred. 73 * <p>For example: <code>Supported={en, sv} desired=[en-GB, sv]</code> 74 * yields <code>Result(en-GB, en)</code> because 76 * the region distance between the earlier desired locale en-GB and en=en-US. 81 * the typical region difference. (Example: sr-Latn vs. sr-Cyrl) 97 * Builder option for whether to include or ignore one-way (fallback) match data. 104 * the client’s Accept-Language header data. [all …]
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | localematcher.h | 20 * \brief C++ API: Locale matcher: User's desired locales vs. application's supported locales. 49 * Builder option for whether all desired locales are treated equally or 57 * All desired locales are treated equally. 63 * Earlier desired locales are preferred. 71 * <p>For example: <code>Supported={en, sv} desired=[en-GB, sv]</code> 72 * yields <code>Result(en-GB, en)</code> because 74 * the region distance between the earlier desired locale en-GB and en=en-US. 79 * the typical region difference. (Example: sr-Latn vs. sr-Cyrl) 95 * Builder option for whether to include or ignore one-way (fallback) match data. 102 * the client’s Accept-Language header data. [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | localematcher.h | 22 * \brief C++ API: Locale matcher: User's desired locales vs. application's supported locales. 51 * Builder option for whether all desired locales are treated equally or 59 * All desired locales are treated equally. 65 * Earlier desired locales are preferred. 73 * <p>For example: <code>Supported={en, sv} desired=[en-GB, sv]</code> 74 * yields <code>Result(en-GB, en)</code> because 76 * the region distance between the earlier desired locale en-GB and en=en-US. 81 * the typical region difference. (Example: sr-Latn vs. sr-Cyrl) 97 * Builder option for whether to include or ignore one-way (fallback) match data. 104 * the client’s Accept-Language header data. [all …]
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | localematcher.h | 20 * \brief C++ API: Locale matcher: User's desired locales vs. application's supported locales. 49 * Builder option for whether all desired locales are treated equally or 57 * All desired locales are treated equally. 63 * Earlier desired locales are preferred. 71 * <p>For example: <code>Supported={en, sv} desired=[en-GB, sv]</code> 72 * yields <code>Result(en-GB, en)</code> because 74 * the region distance between the earlier desired locale en-GB and en=en-US. 79 * the typical region difference. (Example: sr-Latn vs. sr-Cyrl) 95 * Builder option for whether to include or ignore one-way (fallback) match data. 102 * the client’s Accept-Language header data. [all …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | LocaleNormalizer.java | 11 * Normalize and validate sets of locales. This class was split off from UserRegistry.java with the 13 * Manager who tries to assign to a Vetter unknown locales or locales that are not covered by their 19 * <p>A set of locales related to a particular Survey Tool user is compactly represented by a single 45 * Special constant for specifying access to no locales. Used with intlocs (not with locale 50 /** Special String constant for specifying access to all locales. */ 55 && (localeList.contains(ALL_LOCALES) || localeList.trim().equals("all")); in isAllLocales() 58 /** Special LocaleSet constant for specifying access to all locales. */ 62 * The actual set of locales used by CLDR. For Survey Tool, this may be set by SurveyMain during 73 * Normalize the given locale-list string, removing invalid/duplicate locale names, and saving 84 * Normalize the given locale-list string, removing invalid/duplicate locale names [all …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | CasingInfo.java | 35 * Calculates, reads, writes and returns casing information about locales for CheckConsistentCasing. 42 new Options("This program is used to generate casing files for locales.") 44 "locales", 47 "A regex of the locales to generate casing information for") 51 … "generates a summary of the casing for all locales that had casing generated for this run"); 110 xfr.read(casingFile.toString(), -1, true); in loadFromXml() 117 /** Calculates casing information about all languages from the locale data. */ 123 Set<String> locales = new LinkedHashSet<>(cldrFactory.getAvailable()); in generateCasingInformation() local 124 locales.removeAll(defaultContentLocales); // Skip all default content locales in generateCasingInformation() 129 for (String localeID : locales) { in generateCasingInformation() [all …]
|
D | SubmissionLocales.java | 29 * <p>TODO: see https://unicode-org.atlassian.net/browse/CLDR-15230 for TODOs here 34 // TODO: On the use of Locales.txt here, see 35 // https://unicode-org.atlassian.net/browse/CLDR-14838 36 /** This is the 'raw' list from Locales.txt */ 40 /** This is the 'special' list from Locales.txt */ 45 * Non-CLDR Locales, but consistently have high level of engagement from volunteers to keep at 51 // Note: ALL of these were found in Locales.txt under cldr. 74 /** Space-separated list of TC locales to extend submission */ 77 /** Additional TC locales which have extended submission. Do not add non-tc locales here. */ 85 * Set to true iff ONLY grammar locales should be limited submission {@link [all …]
|
/external/icu/icu4j/main/localespi/src/main/java/com/ibm/icu/impl/javaspi/ |
D | ICULocaleServiceProvider.java | 5 * Copyright (C) 2008-2015, International Business Machines Corporation and 6 * others. All Rights Reserved. 52 private static Locale[] LOCALES = null; field in ICULocaleServiceProvider 55 Locale[] all = getLocales(); in getAvailableLocales() local 56 return Arrays.copyOf(all, all.length); in getAvailableLocales() 60 // If the given Locale has legacy ill-formed variant in toULocaleNoSpecialVariant() 76 …} else if (variant.endsWith(suffix) && variant.charAt(variant.length() - suffix.length() - 1) == '… in toULocaleNoSpecialVariant() 77 variantNoSuffix = variant.substring(0, variant.length() - suffix.length() - 1); in toULocaleNoSpecialVariant() 83 // Strip off ICU's special suffix - cannot use Builder because in toULocaleNoSpecialVariant() 84 // original locale may have ill-formed variant in toULocaleNoSpecialVariant() [all …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | CompareLocales.java | 24 * Tool to compare locales, generating tsv in the console. TODO add output filename 59 * Supply list of locales as input args, like en en_001 en_GB Only really useful if there is a 60 * shared non-root ancestor. Skips all cases where 63 * <li>the values are identical in all the locales, and 81 List<String> locales; in main() local 84 locales = ImmutableList.copyOf(Arrays.asList(args)); in main() 86 locales = new ArrayList<>(); in main() 91 locales.add(locale); in main() 93 locales = ImmutableList.copyOf(locales); in main() 99 for (String locale : locales) { in main() [all …]
|
/external/cldr/docs/site/index/ |
D | charts.md | 1 --- 3 --- 9 - [Latest](https://www.unicode.org/cldr/charts/latest) - The charts for the latest release version 10 - [Dev](https://www.unicode.org/cldr/charts/dev) - A snapshot of data under development 11 - [Previous](https://cldr.unicode.org/index/downloads) - Previous available charts are linked fro… 17 *Note that not all CLDR data is included in the charts.* 21 - [**Delta Data**](https://www.unicode.org/cldr/charts/latest/delta/index.html) - Data that chang… 22 - [**Delta DTDs**](https://www.unicode.org/cldr/charts/latest/supplemental/dtd_deltas.html) - Dif… 25 ### Locale-Based Data 27 - [**Verification**](https://www.unicode.org/cldr/charts/latest/verify/index.html) - Constructed … [all …]
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/resolver/ |
D | CldrResolver.java | 2 * Copyright (C) 2004-2011, Unicode, Inc., Google, Inc., and others. 34 * <p>Instances of this class are not thread-safe. Any attempts to use an object of this class in 44 /* The command-line options. */ 49 … + "\texample: org.unicode.cldr.tool.resolver.CldrResolver -s xxx -d yyy -l en") 50 .add("locale", 'l', ".*", ".*", "The locales to generate resolved files for") 78 // This is most useful for simple resolution, where the resolved locales are 169 * Resolves all locales that match the given regular expression and outputs their XML files to 172 * @param localeRegex a regular expression that will be matched against the names of locales 173 * @param outputDir the directory to which to output the partially-resolved XML files 182 // Iterate through all the locales in resolve() [all …]
|