/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | uperf.cpp | 62 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 D | uperf.cpp | 62 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 D | PerfTest.java | 343 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__.py | 82 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 D | colprobeNew.cpp | 151 LOCALE, enumerator 376 if(options[LOCALE].doesOccur) { in processArgs() 377 gLocale = options[LOCALE].value; in processArgs()
|
H A D | colprobe.cpp | 112 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 D | ICUResourceBundle.java | 1462 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 D | test_re.py | 780 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 D | ICUResourceBundle.java | 1593 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |