Searched refs:sequences (Results 1 – 9 of 9) sorted by relevance
194 val sequences = mutableListOf<List<Placeable>>() in measurables() constant212 if (sequences.isNotEmpty()) { in measurables()217 sequences.add(0, currentSequence.toList()) in measurables()256 sequences.fastForEachIndexed { i, placeables -> in measurables()
642 private static CharSequence joinNotEmpty(CharSequence separator, CharSequence[] sequences) { in joinNotEmpty() argument643 int length = sequences.length; in joinNotEmpty()647 if (!TextUtils.isEmpty(sequences[i])) { in joinNotEmpty()651 sb.append(sequences[i]); in joinNotEmpty()
194 def assert_font_supports_all_sequences(font, sequences): argument196 for base, vs in sorted(sequences):558 sequences = parse_emoji_variants(560 _text_variation_sequences, _emoji_variation_sequences = sequences
30 // We want to ensure that the common initial sequences of exported
36 // We want to ensure that the common initial sequences of exported
32 // We want to ensure that the common initial sequences of exported
458 std::vector<uint32_t> sequences; in consumeBatchedInputEvents() local
63 import kotlin.sequences.Sequence;64 import kotlin.sequences.SequencesKt;
57 To show that the guarantee can't be violated, we use a notation of sequences, where we describe int…