Home | History | Annotate | Download | only in common

Lines Matching refs:utext_nativeLength

535     int32_t pos = (int32_t)utext_nativeLength(fText);
694 if (fText == NULL || offset >= utext_nativeLength(fText)) {
806 if (fText == NULL || offset > utext_nativeLength(fText)) {
923 if (offset == (int32_t)utext_nativeLength(fText)) {
934 if (offset > utext_nativeLength(fText)) {