Lines Matching refs:srcLength
46 int32_t srcLength, in unorm_quickCheck() argument
50 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_quickCheck()
54 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, in unorm_quickCheckWithOptions() argument
62 src, srcLength, pErrorCode); in unorm_quickCheckWithOptions()
64 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_quickCheckWithOptions()
69 unorm_isNormalized(const UChar *src, int32_t srcLength, in unorm_isNormalized() argument
73 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_isNormalized()
77 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, in unorm_isNormalizedWithOptions() argument
85 src, srcLength, pErrorCode); in unorm_isNormalizedWithOptions()
87 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode); in unorm_isNormalizedWithOptions()
95 unorm_normalize(const UChar *src, int32_t srcLength, in unorm_normalize() argument
104 src, srcLength, dest, destCapacity, pErrorCode); in unorm_normalize()
107 src, srcLength, dest, destCapacity, pErrorCode); in unorm_normalize()