Home
last modified time | relevance | path

Searched refs:LOCALE (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp62 LOCALE, enumerator
185 if(options[LOCALE].doesOccur) { in init()
186 locale = options[LOCALE].value; in init()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Duperf.cpp62 LOCALE, enumerator
185 if(options[LOCALE].doesOccur) { in init()
186 locale = options[LOCALE].value; in init()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java343 static final int LOCALE = 12; field in PerfTest
552 if (options[LOCALE].doesOccur) locale = LocaleUtility.getLocaleFromName(options[LOCALE].value); in parseOptions()
/third_party/python/Lib/re/
H A D__init__.py82 With LOCALE, it will match the set [0-9_] plus characters defined
110 L LOCALE Make \w, \W, \b, \B, dependent on the current locale.
134 "ASCII", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
146 LOCALE = L = _compiler.SRE_FLAG_LOCALE # assume current 8-bit locale
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp151 LOCALE, enumerator
376 if(options[LOCALE].doesOccur) { in processArgs()
377 gLocale = options[LOCALE].value; in processArgs()
H A Dcolprobe.cpp112 LOCALE, enumerator
257 if(options[LOCALE].doesOccur) { in processArgs()
258 gLocale = options[LOCALE].value; in processArgs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java1462 private static final String LOCALE = "LOCALE"; field in ICUResourceBundle
1481 * which is the starting point for "/LOCALE/..." aliases.
1537 if(bundleName.equals(LOCALE)){ in getAliasedResource()
1539 keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length()); in getAliasedResource()
/third_party/python/Lib/test/
H A Dtest_re.py780 b"abcd abc bcd bx", re.LOCALE).group(1), b"bx")
782 b"abc bcd bc abxd", re.LOCALE).group(1), b"bx")
793 b"1aa! a", re.LOCALE).group(0), b"1aa! a")
1239 self.assertEqual(re.L, re.LOCALE)
1699 pat = re.compile(bpat, re.LOCALE | re.IGNORECASE)
1708 pat = re.compile(br'\w', re.LOCALE)
1718 self.assertRaises(ValueError, re.compile, '', re.LOCALE)
1720 self.assertRaises(ValueError, re.compile, b'', re.LOCALE | re.ASCII)
1722 self.assertRaises(ValueError, re.compile, b'(?a)', re.LOCALE)
2620 "re.compile(b'bytes pattern', re.LOCALE)")
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1593 private static final String LOCALE = "LOCALE"; field in ICUResourceBundle
1612 * which is the starting point for "/LOCALE/..." aliases.
1685 if(bundleName.equals(LOCALE)){ in getAliasedResource()
1687 keyPath = rpath.substring(LOCALE.length() + 2/* prepending and appending / */, rpath.length()); in getAliasedResource()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 18 milliseconds