Home | History | Annotate | Download | only in cintltst

Lines Matching refs:nativeIndex

1787             int64_t      nativeIndex;
1794 nativeIndex = utext_getNativeIndex(actual);
1796 /* len16 = utext_extract(actual, nativeIndex, nativeIndex + group_len, NULL, 0, &shallowStatus); */
1800 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);