Home | History | Annotate | Download | only in unicode

Lines Matching refs:source

115  * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm
191 * The source and result buffers must not be the same, nor overlap.
193 * @param source The string to normalize.
194 * @param sourceLength The length of source, or -1 if NUL-terminated.
207 unorm_normalize(const UChar *source, int32_t sourceLength,
223 * @param source string for determining if it is in a normalized format
224 * @param sourcelength length of source to test, or -1 if NUL-terminated
233 unorm_quickCheck(const UChar *source, int32_t sourcelength,
242 * @param srcLength Length of source to test, or -1 if NUL-terminated.
260 * This is semantically equivalent to source.equals(normalize(source, mode)) .
269 * @param srcLength Length of source to test, or -1 if NUL-terminated.
273 * @return Boolean value indicating whether the source string is in the
289 * @param srcLength Length of source to test, or -1 if NUL-terminated.
294 * @return Boolean value indicating whether the source string is in the
364 * @param doNormalize Indicates if the source text up to the next boundary
397 * @param doNormalize Indicates if the source text up to the next boundary
438 * @param left Left source string, may be same as dest.
439 * @param leftLength Length of left source string, or -1 if NUL-terminated.
440 * @param right Right source string. Must not be the same as dest, nor overlap.
441 * @param rightLength Length of right source string, or -1 if NUL-terminated.
510 * @param s1 First source string.
511 * @param length1 Length of first source string, or -1 if NUL-terminated.
513 * @param s2 Second source string.
514 * @param length2 Length of second source string, or -1 if NUL-terminated.