Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c485 char fpat = 0, *tpat1, *tpat2; in expand() local
500 fpat = s[1]; in expand()
501 wpat = s + (fpat ? 2 : 0); in expand()
516 if (!*pat && !fpat) { in expand()
533 if (fpat == '#') { in expand()
537 } else if (fpat == '%') { in expand()
555 if (fpat != '#') in expand()
564 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()
383 fFallbackFormat.applyPatternMinMaxArguments(fpat, 2, 2, status); in initialize()