Home
last modified time | relevance | path

Searched refs:LOCALE (Results 1 – 25 of 49) sorted by relevance

12

/external/icu/icu4c/source/data/locales/
Droot.txt21 accountingFormat:alias{"/LOCALE/NumberElements/arab/patterns/currencyFormat"}
67 accountingFormat:alias{"/LOCALE/NumberElements/latn/patterns/currencyFormat"}
181 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
182 AmPmMarkersNarrow:alias{"/LOCALE/calendar/gregorian/AmPmMarkersNarrow"}
183 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
184 NoonMarker:alias{"/LOCALE/calendar/gregorian/NoonMarker"}
185 NoonMarkerNarrow:alias{"/LOCALE/calendar/gregorian/NoonMarkerNarrow"}
186 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
187 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
188 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_locale.txt29 ; /calendar/$1lo ; values=/LOCALE/calendar/$2
32 ; /calendar/$1/AmPmMarkers:alias ; values=/LOCALE/calendar/$2/AmPmMarkers
33 ; /calendar/$1/AmPmMarkersNarrow:alias ; values=/LOCALE/calendar/$2/AmPmMarkersNarrow
34 ; /calendar/$1/NoonMarker:alias ; values=/LOCALE/calendar/$2/NoonMarker
35 ; /calendar/$1/NoonMarkerNarrow:alias ; values=/LOCALE/calendar/$2/NoonMarkerNarrow
38 ; /calendar/gregorian/AmPmMarkers:alias ; values=/LOCALE/calendar/gregorian/AmPmMarkersAbbr
40 … ; /calendar/gregorian/AmPmMarkersNarrow:alias ; values=/LOCALE/calendar/gregorian/AmPmMarkersAbbr
43 ; /calendar/$1/$2:alias ; values=/LOCALE/calendar/$3/$2
46 ; /calendar/$1/eras/narrow:alias ; values=/LOCALE/calendar/$1/eras/abbreviated
48 ; /calendar/$1/eras/wide:alias ; values=/LOCALE/calendar/$1/eras/abbreviated
[all …]
/external/icu/icu4c/source/test/testdata/
Droot.txt99 rootAliasClient:alias {"/LOCALE/rootAliasDestination"}
101 nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"}
113 b7996:alias {"/LOCALE/tableT7996/c7996"}
Dte.txt105 aliasClient:alias {"/LOCALE/aliasDestination"}
/external/libexif/m4m/
Dgp-check-shell-environment.m41 dnl @synopsis GP_CHECK_SHELL_ENVIRONMENT([SHOW-LOCALE-VARS])
5 dnl If SHOW-LOCALE-VARS is set to [true], print all LC_* and LANG*
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
DEnrollmentCryptoOpsTest.java35 private static final String LOCALE = "en"; field in EnrollmentCryptoOpsTest
128 .setLocale(LOCALE) in createGcmDeviceInfo()
/external/icu/icu4c/source/data/unit/
Droot.txt11 units:alias{"/LOCALE/unitsShort"}
12 unitsNarrow:alias{"/LOCALE/unitsShort"}
212 day-person:alias{"/LOCALE/unitsShort/duration/day"}
240 month-person:alias{"/LOCALE/unitsShort/duration/month"}
255 week-person:alias{"/LOCALE/unitsShort/duration/week"}
261 year-person:alias{"/LOCALE/unitsShort/duration/year"}
/external/python/httplib2/doc/html/_static/
Ddoctools.js107 LOCALE : 'unknown', property
129 this.LOCALE = catalog.locale;
/external/python/cpython2/Lib/
Dre.py122 L = LOCALE = sre_compile.SRE_FLAG_LOCALE # assume current 8-bit locale
255 if p.flags & LOCALE:
/external/cldr/docs/
DREADME.md7 - [Unicode Technical Standard #35 UNICODE LOCALE DATA MARKUP LANGUAGE (LDML)](ldml/tr35.html)
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp62 LOCALE, enumerator
185 if(options[LOCALE].doesOccur) { in init()
186 locale = options[LOCALE].value; in init()
/external/ImageMagick/config/
DImageMagick.rc56 LOCALE.XML IMAGEMAGICK DISCARDABLE "..\\bin\\locale.xml"
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java341 static final int LOCALE = 12; field in PerfTest
525 …if (options[LOCALE].doesOccur) locale = LocaleUtility.getLocaleFromName(options[LOCALE].valu… in parseOptions()
/external/python/cpython2/Lib/test/
Dtest_re.py404 "abcd abc bcd bx", re.LOCALE).group(1), "bx")
406 "abc bcd bc abxd", re.LOCALE).group(1), "bx")
425 "1aa! a", re.LOCALE).group(0), "1aa! a")
648 self.assertEqual(_sre.getlower(ord('A'), re.LOCALE), ord('a'))
741 self.assertEqual(re.L, re.LOCALE)
983 re.compile('', re.LOCALE|re.UNICODE)
987 re.compile('(?u)', re.LOCALE)
1310 obj = re.compile(pattern, re.LOCALE)
/external/python/cpython2/Doc/library/
Dre.rst182 :const:`LOCALE` or :const:`UNICODE` mode is in force.
350 depends on the values of the ``UNICODE`` and ``LOCALE`` flags.
361 of ``LOCALE`` and ``UNICODE``.
378 :const:`LOCALE` flag has no extra effect on matching of the space.
386 :const:`LOCALE` flag has no extra effect on non-whitespace match. If
392 When the :const:`LOCALE` and :const:`UNICODE` flags are not specified, matches
394 ``[a-zA-Z0-9_]``. With :const:`LOCALE`, it will match the set ``[0-9_]`` plus
400 When the :const:`LOCALE` and :const:`UNICODE` flags are not specified, matches
402 With :const:`LOCALE`, it will match any character not in the set ``[0-9_]``, and
410 If both :const:`LOCALE` and :const:`UNICODE` flags are included for a
[all …]
/external/python/cpython3/Lib/
Dre.py148 LOCALE = L = sre_compile.SRE_FLAG_LOCALE # assume current 8-bit locale variable in RegexFlag
/external/python/cpython3/Lib/test/
Dtest_re.py663 b"abcd abc bcd bx", re.LOCALE).group(1), b"bx")
665 b"abc bcd bc abxd", re.LOCALE).group(1), b"bx")
676 b"1aa! a", re.LOCALE).group(0), b"1aa! a")
1075 self.assertEqual(re.L, re.LOCALE)
1573 pat = re.compile(bpat, re.LOCALE | re.IGNORECASE)
1582 pat = re.compile(br'\w', re.LOCALE)
1592 self.assertRaises(ValueError, re.compile, '', re.LOCALE)
1594 self.assertRaises(ValueError, re.compile, b'', re.LOCALE | re.ASCII)
1596 self.assertRaises(ValueError, re.compile, b'(?a)', re.LOCALE)
2286 obj = re.compile(bpat, re.LOCALE)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java1464 private static final String LOCALE = "LOCALE";
1539 if(bundleName.equals(LOCALE)){
1541 … keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java1455 private static final String LOCALE = "LOCALE";
1530 if(bundleName.equals(LOCALE)){
1532 … keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length());
/external/ImageMagick/
DAUTHORS.txt102 Original author of PerlMagick. Author of the LOCALE coder.
/external/python/cpython3/Doc/library/
Dre.rst222 :const:`ASCII` or :const:`LOCALE` mode is in force.
467 determined by the current locale if the :const:`LOCALE` flag is used.
480 determined by the current locale if the :const:`LOCALE` flag is used.
533 this is equivalent to ``[a-zA-Z0-9_]``. If the :const:`LOCALE` flag is
542 becomes the equivalent of ``[^a-zA-Z0-9_]``. If the :const:`LOCALE` flag is
669 flag unless the :const:`re.LOCALE` flag is also used.
681 LOCALE
693 :const:`re.LOCALE` can be used only with bytes patterns and is
697 Compiled regular expression objects with the :const:`re.LOCALE` flag no
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java320 if (source.equals(LDMLConstants.LOCALE)) { in convertXPath2ICU()
359 if (source.equals(LDMLConstants.LOCALE)) { in convertXPath2ICU()
906 if (source.equals(LDMLConstants.LOCALE)) { in resolveAliases()
DVettingViewer.java1601 String LOCALE = MyOptions.locale.option.getValue(); in main() local
1663 String localeStringID = LOCALE; in main()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java249 public static final String LOCALE = "locale"; field in LDMLConstants
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst208 expressions now are errors. The re.LOCALE flag now can be used only with

12