Lines Matching refs:nextSrc
1497 const UChar *nextSrc; in compose() local
1507 nextSrc = src; in compose()
1508 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1520 src = nextSrc; in compose()
1526 src = nextSrc; in compose()
1658 const UChar *nextSrc; in composeQuickCheck() local
1671 nextSrc = src; in composeQuickCheck()
1672 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1681 src = nextSrc; in composeQuickCheck()
1686 src = nextSrc; in composeQuickCheck()
1906 const uint8_t *nextSrc; in composeUTF8() local
1917 nextSrc = src; in composeUTF8()
1918 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, n16); in composeUTF8()
1930 src = nextSrc; in composeUTF8()
1936 src = nextSrc; in composeUTF8()