Home | History | Annotate | Download | only in i18n

Lines Matching defs:fTypes

923     uint32_t fTypes;
929 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
950 if ((nameinfo->type & fTypes) != 0) {
1894 uint32_t fTypes;
1901 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) {
1926 if ((ninfo->type & fTypes) != 0) {
1981 && (fTypes & UTZNM_SHORT_STANDARD) != 0
1982 && (fTypes & UTZNM_SHORT_DAYLIGHT) != 0) {