Searched refs:useFormatToken (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c930 int *useFormatToken,
957 switch (f->tokens[*useFormatToken].type) {
961 if (f->tokens[*useFormatToken].minlength > fulllen) {
962 fulllen = f->tokens[*useFormatToken].minlength;
967 if (len < f->tokens[*useFormatToken].minlength) {
968 for (i = 0; i < f->tokens[*useFormatToken].minlength - len; i++) {
1084 if (f->tokens[*useFormatToken].sepStart) {
1085 Tcl_DStringAppend (str, f->tokens[*useFormatToken].sepStart,
1086 f->tokens[*useFormatToken].sepLen);
1087 *useFormatToken
928 formatValue( xsltNumberFormat *f, int *useFormatToken, int value, Tcl_DString *str, char *groupingSeparator, long groupingSize, int addSeperater ) argument
3620 int rc, vs[20], NaN, hnew, i, useFormatToken, vVals = 0; local
[all...]

Completed in 79 milliseconds