Lines Matching refs:resultlengthout
535 int32_t resultlengthout; in TestSymbols() local
581 resultlengthout=udat_getSymbols(fr, UDAT_WEEKDAYS, 5 , NULL, resultlength, &status); in TestSymbols()
585 resultlength=resultlengthout+1; in TestSymbols()
635 resultlengthout=udat_toPattern(fr, FALSE, NULL, resultlength, &status); in TestSymbols()
639 resultlength=resultlengthout + 1; in TestSymbols()
651 resultlengthout=udat_toPattern(def, FALSE, NULL, resultlength,&status); in TestSymbols()
655 resultlength=resultlengthout + 1; in TestSymbols()
676 resultlengthout=udat_getSymbols(fr, UDAT_MONTHS, 11 , NULL, resultlength, &status); in TestSymbols()
679 resultlength=resultlengthout+1; in TestSymbols()
690 resultlength=resultlengthout+1; in TestSymbols()
701 resultlengthout=udat_getSymbols(def, UDAT_MONTHS, 11, NULL, resultlength, &status); in TestSymbols()
704 resultlength=resultlengthout+1; in TestSymbols()
866 int32_t resultlength, resultlengthout; in VerifygetSymbols() local
872 resultlengthout=udat_getSymbols(datfor, type, idx , NULL, resultlength, &status); in VerifygetSymbols()
876 resultlength=resultlengthout+1; in VerifygetSymbols()
900 int32_t resultlength, resultlengthout; in VerifysetSymbols() local
913 resultlengthout=udat_getSymbols(datfor, type, idx, NULL, resultlength, &status); in VerifysetSymbols()
916 resultlength=resultlengthout+1; in VerifysetSymbols()
942 int32_t resultlength, resultlengthout; in VerifygetsetSymbols() local
946 resultlengthout=udat_getSymbols(from, type, idx , NULL, resultlength, &status); in VerifygetsetSymbols()
949 resultlength=resultlengthout+1; in VerifygetsetSymbols()
958 resultlength=resultlengthout+1; in VerifygetsetSymbols()
967 resultlengthout=udat_getSymbols(to, type, idx, NULL, resultlength, &status); in VerifygetsetSymbols()
970 resultlength=resultlengthout+1; in VerifygetsetSymbols()