lc_time_fmt_compile (private)

 lc_time_fmt_compile fmt locale

Defined in packages/acs-lang/tcl/localization-procs.tcl

Compiles ISO 14652 LC_TIME style formatting string to variable substitutions and proc calls.

Parameters:
fmt - An ISO 14652 LC_TIME style formatting string.
locale - Locale identifier must be in the locale database
Returns:
A string that should be subst'ed in the lc_time_fmt proc after local variables have been set.

Partial Call Graph (max 5 caller/called nodes):
%3 lc_time_fmt lc_time_fmt (public) lc_time_fmt_compile lc_time_fmt_compile lc_time_fmt->lc_time_fmt_compile lc_get lc_get (public) lc_time_fmt_compile->lc_get

Testcases:
No testcase defined.
[ show source ]
Show another procedure: