summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2019-05-02 13:54:39 +0200
committerEike Rathke <erack@redhat.com>2019-05-02 13:55:23 +0200
commit48c558a7c7ce94ff22e9f8e4181f98617ec5c6c3 (patch)
treec6e61bea20fcba27bf144d319c7da3d8e20f6109 /i18nlangtag
parentdeffca13fd8a765ddc518cfcff464cb1b6f5c65a (diff)
Adapt to reality
Did not find anything in i18nlangtag/source/isolang/mslangid.cxx since conversion to typed int. List all occurrences now. Change-Id: Ibaf81599cc16ee06d38eb3a1593fa838a8e36355
Diffstat (limited to 'i18nlangtag')
-rwxr-xr-xi18nlangtag/source/isolang/langid.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18nlangtag/source/isolang/langid.pl b/i18nlangtag/source/isolang/langid.pl
index ffb29ddb64b8..dd89a2860911 100755
--- a/i18nlangtag/source/isolang/langid.pl
+++ b/i18nlangtag/source/isolang/langid.pl
@@ -417,9 +417,10 @@ sub main()
}
}
- # case LANGUAGE_ARABIC_SAUDI_ARABIA & LANGUAGE_MASK_PRIMARY :
+ # Find any special treatment, may need inspection then.
+ # $grepdef already has \b word delimiters.
grepFile(
- $modifier . '^\s*case\s*.*' . $grepdef . '.*(\s*&\s*\w+)?\s*:',
+ $modifier . $grepdef,
"$SRC_ROOT", "i18nlangtag", "source/isolang/mslangid.cxx", 1, ());
my $module = "svtools";