HomeSort by relevance Sort by last modified time
    Searched refs:alias_map (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/intl/
localealias.c 123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map);
146 static int alias_compare (const struct alias_map *map1,
147 const struct alias_map *map2);
154 struct alias_map *retval;
167 struct alias_map item;
172 retval = (struct alias_map *) bsearch (&item, map, nmap,
173 sizeof (struct alias_map),
360 qsort (map, nmap, sizeof (struct alias_map),
371 struct alias_map *new_map
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
aliaspass.py 37 def _GetAliasForIdentifier(identifier, alias_map):
41 >>> alias_map = {'MyClass': 'goog.foo.MyClass'}
42 >>> _GetAliasForIdentifier('MyClass.prototype.action', alias_map)
50 alias_map: A dictionary mapping a symbol to an alias.
56 aliased_symbol = alias_map.get(ns)
184 alias_map = dict()
207 symbol = _GetAliasForIdentifier(symbol, alias_map) or symbol
210 alias_map[alias] = symbol
218 aliased_symbol = _GetAliasForIdentifier(identifier, alias_map)
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 384 } alias_map[] = {
391 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(alias_map); ++i) {
392 if (LowerCaseEqualsASCII(lang, alias_map[i].source)) {
393 std::string tmp_locale(alias_map[i].dest);

Completed in 236 milliseconds