Home
last modified time | relevance | path

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

/external/bc/
Dfunctions.sh222 _gen_nlspath_char="@"
223 _gen_nlspath_modifier="${_gen_nlspath_locale#*$_gen_nlspath_char}"
224 _gen_nlspath_tmplocale="${_gen_nlspath_locale%%$_gen_nlspath_char*}"
226 _gen_nlspath_char="."
227 _gen_nlspath_charset="${_gen_nlspath_tmplocale#*$_gen_nlspath_char}"
228 _gen_nlspath_tmplocale="${_gen_nlspath_tmplocale%%$_gen_nlspath_char*}"
234 _gen_nlspath_char="_"
235 _gen_nlspath_territory="${_gen_nlspath_tmplocale#*$_gen_nlspath_char}"
236 _gen_nlspath_language="${_gen_nlspath_tmplocale%%$_gen_nlspath_char*}"