Lines Matching refs:resultlengthout
578 int32_t resultlengthout; in TestSymbols() local
634 resultlengthout=udat_getSymbols(fr, UDAT_WEEKDAYS, 5 , NULL, resultlength, &status); in TestSymbols()
638 resultlength=resultlengthout+1; in TestSymbols()
697 resultlengthout=udat_toPattern(fr, FALSE, NULL, resultlength, &status); in TestSymbols()
701 resultlength=resultlengthout + 1; in TestSymbols()
713 resultlengthout=udat_toPattern(def, FALSE, NULL, resultlength,&status); in TestSymbols()
717 resultlength=resultlengthout + 1; in TestSymbols()
738 resultlengthout=udat_getSymbols(fr, UDAT_MONTHS, 11 , NULL, resultlength, &status); in TestSymbols()
741 resultlength=resultlengthout+1; in TestSymbols()
752 resultlength=resultlengthout+1; in TestSymbols()
763 resultlengthout=udat_getSymbols(def, UDAT_MONTHS, 11, NULL, resultlength, &status); in TestSymbols()
766 resultlength=resultlengthout+1; in TestSymbols()
1060 int32_t resultlength, resultlengthout; in VerifygetSymbols() local
1066 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status); in VerifygetSymbols()
1070 resultlength=resultlengthout+1; in VerifygetSymbols()
1094 int32_t resultlength, resultlengthout; in VerifysetSymbols() local
1108 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status); in VerifysetSymbols()
1111 resultlength=resultlengthout+1; in VerifysetSymbols()
1137 int32_t resultlength, resultlengthout; in VerifygetsetSymbols() local
1141 resultlengthout=udat_getSymbols(from, type, idx , NULL, resultlength, &status); in VerifygetsetSymbols()
1144 resultlength=resultlengthout+1; in VerifygetsetSymbols()
1153 resultlength=resultlengthout+1; in VerifygetsetSymbols()
1162 resultlengthout=udat_getSymbols(to, type, idx, NULL, resultlength, &status); in VerifygetsetSymbols()
1165 resultlength=resultlengthout+1; in VerifygetsetSymbols()