HomeSort by: relevance | last modified time | path
    Searched defs:normalized_codeset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
finddomain.c 69 const char *normalized_codeset; local
146 &codeset, &normalized_codeset);
155 codeset, normalized_codeset, modifier,
182 /* The space for normalized_codeset is dynamically allocated. Free it. */
184 free ((void *) normalized_codeset);
  /src/external/gpl2/grep/dist/intl/
finddomain.c 63 const char *normalized_codeset; local
143 &codeset, &normalized_codeset, &special,
150 codeset, normalized_codeset, modifier, special,
174 /* The space for normalized_codeset is dynamically allocated. Free it. */
176 free ((void *) normalized_codeset);
  /src/external/gpl2/texinfo/dist/intl/
finddomain.c 60 const char *normalized_codeset; local
140 &codeset, &normalized_codeset, &special,
147 codeset, normalized_codeset, modifier, special,
171 /* The space for normalized_codeset is dynamically allocated. Free it. */
173 free ((void *) normalized_codeset);
  /src/external/gpl3/gcc.old/dist/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 31 milliseconds