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

  /external/e2fsprogs/intl/
loadinfo.h 60 #define TERRITORY 32
92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
104 const char *language, const char *territory,
116 territory, codeset, special, sponsor, revision.
118 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY,
126 TERRITORY for *TERRITORY,
134 const char **modifier, const char **territory,
explodename.c 54 const char **territory, const char **codeset,
63 *territory = NULL;
84 /* Next is the territory. */
86 *territory = ++cp;
92 mask |= TERRITORY;
174 if (*territory != NULL && (*territory)[0] == '\0')
175 mask &= ~TERRITORY;
l10nflist.c 172 int mask, const char *language, const char *territory,
194 + ((mask & TERRITORY) != 0
195 ? strlen (territory) + 1 : 0)
228 if ((mask & TERRITORY) != 0)
231 cp = stpcpy (cp, territory);
332 first the modifier, then the territory, then the codeset, then the
348 cnt, language, territory, codeset,
355 cnt, language, territory, codeset,
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 174 milliseconds