Home | History | Annotate | Download | only in common

Lines Matching refs:utext_nativeLength

548     int32_t pos = (int32_t)utext_nativeLength(fText);
730 if (fText == NULL || offset >= utext_nativeLength(fText)) {
840 if (fText == NULL || offset > utext_nativeLength(fText)) {
928 if (offset == (int32_t)utext_nativeLength(fText)) {
939 if (offset > utext_nativeLength(fText)) {