HomeSort by relevance Sort by last modified time
    Searched defs:normalized_codeset (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
finddomain.c 58 const char *normalized_codeset; local
138 &codeset, &normalized_codeset, &special,
145 codeset, normalized_codeset, modifier, special,
169 /* The space for normalized_codeset is dynamically allocated. Free it. */
171 free ((void *) normalized_codeset);
  /toolchain/binutils/binutils-2.25/intl/
finddomain.c 61 const char *normalized_codeset; local
141 &codeset, &normalized_codeset, &special,
148 codeset, normalized_codeset, modifier, special,
172 /* The space for normalized_codeset is dynamically allocated. Free it. */
174 free ((void *) normalized_codeset);

Completed in 68 milliseconds