Home | History | Annotate | Download | only in common

Lines Matching defs:utext_nativeLength

80 utext_nativeLength(UText *ut) {
1551 // TODO: There is an isssue with using utext_nativeLength().
1558 int32_t len = (int32_t)utext_nativeLength((UText *)src);
2332 U_ASSERT(utext_nativeLength(dest) < INT32_MAX);
2333 int32_t len = (int32_t)utext_nativeLength(dest);