Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c483 char fpat = 0, *tpat1, *tpat2; in expand() local
497 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()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp363 UnicodeString fpat(TRUE, gDefFallbackPattern, -1); in initialize() local
377 fpat.setTo(fallbackPattern, -1); in initialize()
386 fFallbackFormat = new MessageFormat(fpat, status); in initialize()