Home | History | Annotate | Download | only in genrb

Lines Matching refs:intStatus

899                 UErrorCode intStatus = U_ZERO_ERROR;
914 UCOL_OFF, UCOL_DEFAULT_STRENGTH,&parseError, importFromDataFile, &genrbdata, &intStatus);
916 if (U_SUCCESS(intStatus) && coll != NULL)
918 len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
920 intStatus = U_ZERO_ERROR;
921 len = ucol_cloneBinary(coll, data, len, &intStatus);
922 /*data = ucol_cloneRuleData(coll, &len, &intStatus);*/
933 if (U_SUCCESS(intStatus) && data != NULL)
940 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus);
941 if (U_SUCCESS(intStatus) && reorderCodeCount > 0) {
962 if(intStatus == U_FILE_ACCESS_ERROR) {
964 *status = intStatus;
969 *status = intStatus;