Home | History | Annotate | Download | only in common

Lines Matching defs:utext_getNativeIndex

94 utext_getNativeIndex(const UText *ut) {
169 result = UTEXT_GETNATIVEINDEX(ut);
446 if (utext_getNativeIndex(a) != utext_getNativeIndex(b)) {
532 int64_t index1 = (limit1 >= 0 ? UTEXT_GETNATIVEINDEX(s1) : 0);
533 int64_t index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
546 index1 = UTEXT_GETNATIVEINDEX(s1);
549 index2 = UTEXT_GETNATIVEINDEX(s2);
728 index1 = (limit1 >= 0 ? UTEXT_GETNATIVEINDEX(s1) : 0);
729 index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
755 index1 = UTEXT_GETNATIVEINDEX(s1);
780 index2 = UTEXT_GETNATIVEINDEX(s2);
3094 int64_t ix = utext_getNativeIndex((UText *)src);