Home | History | Annotate | Download | only in common

Lines Matching defs:utext_nativeLength

84 utext_nativeLength(UText *ut) {
1556 // TODO: There is an isssue with using utext_nativeLength().
1563 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2338 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2339 int32_t len = (int32_t)utext_nativeLength(dest);