Home | History | Annotate | Download | only in cintltst

Lines Matching full:datfor

987 static void VerifygetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const char* expected)
998 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status);
1004 udat_getSymbols(datfor, type, idx, result, resultlength, &status);
1022 static void VerifysetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const char* expected)
1031 udat_setSymbols(datfor, type, idx, value, u_strlen(value), &status);
1039 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status);
1044 udat_getSymbols(datfor, type, idx, result, resultlength, &status);