Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dformat-java-printf.c101 FAT_OBEY_LOCALE = 1 << 5, /* ',' */ enumerator
256 flags |= FAT_OBEY_LOCALE; in format_parse()
305 | FAT_SIGN | FAT_OBEY_LOCALE | FAT_MONETARY) in format_parse()
311 | FAT_SPACE_SIGN | FAT_SIGN | FAT_OBEY_LOCALE in format_parse()
320 | FAT_OBEY_LOCALE | FAT_MONETARY); in format_parse()
325 | FAT_SIGN | FAT_OBEY_LOCALE | FAT_MONETARY) in format_parse()
334 invalid_flags = FAT_OBEY_LOCALE | FAT_PRECISION; in format_parse()
344 invalid_flags = FAT_OBEY_LOCALE | FAT_MONETARY; in format_parse()
349 | FAT_SIGN | FAT_OBEY_LOCALE | FAT_MONETARY) in format_parse()
399 if (invalid_flags & FAT_OBEY_LOCALE) in format_parse()