Home | History | Annotate | Download | only in common

Lines Matching refs:utext_nativeLength

84 utext_nativeLength(UText *ut) {
1542 // TODO: There is an isssue with using utext_nativeLength().
1549 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2324 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2325 int32_t len = (int32_t)utext_nativeLength(dest);