Home | History | Annotate | Download | only in common

Lines Matching refs:utext_nativeLength

81 utext_nativeLength(UText *ut) {
1902 // TODO: There is an isssue with using utext_nativeLength().
1909 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2684 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2685 int32_t len = (int32_t)utext_nativeLength(dest);