Home
last modified time | relevance | path

Searched refs:LANGUAGE_ONLY_REGEX (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py165 LANGUAGE_ONLY_REGEX = re.compile(r"^[a-z]{2,3}$") variable
228 if LANGUAGE_ONLY_REGEX.match(locale):
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
Dfiltration.py165 LANGUAGE_ONLY_REGEX = re.compile(r"^[a-z]{2,3}$") variable
228 if LANGUAGE_ONLY_REGEX.match(locale):