Searched refs:fpat (Results 1 – 2 of 2) sorted by relevance
483 char fpat = 0, *tpat1, *tpat2; in expand() local497 fpat = s[1]; in expand()498 pat = evalstr(s + (fpat ? 2 : 0), in expand()505 if (!*pat && !fpat) { in expand()526 if (fpat == '#') { in expand()530 } else if (fpat == '%') { in expand()548 if (fpat != '#') in expand()557 if (fpat != '%') in expand()
363 UnicodeString fpat(TRUE, gDefFallbackPattern, -1); in initialize() local377 fpat.setTo(fallbackPattern, -1); in initialize()386 fFallbackFormat = new MessageFormat(fpat, status); in initialize()