Home | History | Annotate | Download | only in cintltst

Lines Matching full:profile

110      const char *profile;
601 UStringPrepProfile* profile = NULL;
610 /* open the profile */
611 profile = usprep_open(testdatapath, "nfscis", &status);
612 usprep_prepare(profile,&src , 0, NULL, 0, USPREP_DEFAULT, &parseError, &status);
614 usprep_close(profile);
639 /**** Profile Test ****/
644 * Profile name
773 log_data_err("Unable to open String Prep Profile with: %s\n", profileName);
790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName);
797 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName);
801 log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName);