Home | History | Annotate | Download | only in i18n

Lines Matching refs:dateString

121     UnicodeString dateString(&emptyStr);
131 dateString.setTo(theString, len);
135 if (dateString.length() > 0) {
136 appendTo.append(dateString);
141 if (dateString.length() == 0 && fDateFormat != NULL) {
142 fDateFormat->format(cal,dateString,pos);
147 Formattable timeDateStrings[] = { timeString, dateString };
150 if (pos.getEndIndex() > 0 && (offset = appendTo.indexOf(dateString)) >= 0) {
151 // pos.field was found in dateString, offset start & end based on final position of dateString