Lines Matching refs:nextSrc
1630 const UChar *nextSrc; in compose() local
1640 nextSrc = src; in compose()
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1653 src = nextSrc; in compose()
1659 src = nextSrc; in compose()
1791 const UChar *nextSrc; in composeQuickCheck() local
1804 nextSrc = src; in composeQuickCheck()
1805 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1814 src = nextSrc; in composeQuickCheck()
1819 src = nextSrc; in composeQuickCheck()
2039 const uint8_t *nextSrc; in composeUTF8() local
2050 nextSrc = src; in composeUTF8()
2051 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, n16); in composeUTF8()
2063 src = nextSrc; in composeUTF8()
2069 src = nextSrc; in composeUTF8()