Home | History | Annotate | Download | only in intl

Lines Matching refs:LOCALE_ALIAS_PATH

154   static const char *locale_alias_path;
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
202 if (start < locale_alias_path)
203 added = read_alias_file (start, locale_alias_path - start);