Lines Matching refs:decomposed
7793 dchar[] decomposed; in inout()
7794 decomposed.reserve(31); in inout()
7805 decomposed ~= c; in inout()
7810 decomposed ~= c; in inout()
7812 ccc.length = decomposed.length; in inout()
7816 foreach (idx, dchar ch; decomposed) in inout()
7824 (zip(ccc[firstNonStable .. idx], decomposed[firstNonStable .. idx])); in inout()
7825 firstNonStable = decomposed.length; in inout()
7835 (zip(ccc[firstNonStable..$], decomposed[firstNonStable..$])); in inout()
7844 immutable second = recompose(first, decomposed, ccc); in inout()
7845 if (second == decomposed.length) in inout()
7850 hangulRecompose(decomposed); in inout()
7854 app.put(decomposed); in inout()
7858 auto clean = remove!("a == dchar.init", SwapStrategy.stable)(decomposed); in inout()
7859 app.put(decomposed[0 .. clean.length]); in inout()
7862 decomposed.length = 0; in inout()
7863 decomposed.assumeSafeAppend(); in inout()