Home | History | Annotate | Download | only in common

Lines Matching defs:utext_nativeLength

86 utext_nativeLength(UText *ut) {
1558 // TODO: There is an isssue with using utext_nativeLength().
1565 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2343 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2344 int32_t len = (int32_t)utext_nativeLength(dest);