Home | History | Annotate | Download | only in unicode

Lines Matching full:profile

65  * The StringPrep profile
88 * enums for the standard stringprep profile types
168 * Creates a StringPrep profile from the data file.
171 * where the profile reside followed by the package name
174 * @param fileName name of the profile file to be opened
188 * Creates a StringPrep profile for the specified profile type.
190 * @param type The profile type
203 * Closes the profile
204 * @param profile The profile to close
208 usprep_close(UStringPrepProfile* profile);
230 * Prepare the input buffer for use in applications with the given profile. This operation maps, normalizes(NFKC),
232 * depending on the options specified in the profile.
234 * @param prep The profile to use