Lines Matching refs:source
186 * @param source The string to normalize.
187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
237 * @param source string for determining if it is in a normalized format
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
274 * This is semantically equivalent to source.equals(normalize(source, mode)) .
283 * @param srcLength Length of source to test, or -1 if NUL-terminated.
287 * @return Boolean value indicating whether the source string is in the
303 * @param srcLength Length of source to test, or -1 if NUL-terminated.
308 * @return Boolean value indicating whether the source string is in the
378 * @param doNormalize Indicates if the source text up to the next boundary
411 * @param doNormalize Indicates if the source text up to the next boundary
452 * @param left Left source string, may be same as dest.
453 * @param leftLength Length of left source string, or -1 if NUL-terminated.
454 * @param right Right source string.
455 * @param rightLength Length of right source string, or -1 if NUL-terminated.
524 * @param s1 First source string.
525 * @param length1 Length of first source string, or -1 if NUL-terminated.
527 * @param s2 Second source string.
528 * @param length2 Length of second source string, or -1 if NUL-terminated.