Home | History | Annotate | Download | only in intltest

Lines Matching full:spec

76  *             Headers { "locale", "zone", "spec", "date", "str"}
79 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG'
80 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale
141 UnicodeString spec = currentCase->getString("spec", status);
143 errln("case %d: No 'spec' line.", n);
162 if(spec.startsWith(kPATTERN)) {
163 pattern = UnicodeString(spec,kPATTERN.length());
171 if(styleSet.parseFrom(spec, status)<0 || U_FAILURE(status)) {
172 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status));