Lines Matching refs:syllable
59749 var IndicInfo = function IndicInfo(category, position, syllableType, syllable) {
59753 this.syllable = syllable;
59756 var syllable = 0;
59764 ++syllable;
59766 … glyphs[i].shaperInfo = new IndicInfo(CATEGORIES.X, POSITIONS.End, 'non_indic_cluster', syllable);
59769 ++syllable; // Create shaper info
59772 …Info = new IndicInfo(1 << indicCategory(glyphs[_i]), indicPosition(glyphs[_i]), tags[0], syllable);
59777 ++syllable;
59779 …glyphs[_i2].shaperInfo = new IndicInfo(CATEGORIES.X, POSITIONS.End, 'non_indic_cluster', syllable);
59835 …ion(g), glyphs[start].shaperInfo.syllableType, glyphs[start].shaperInfo.syllable); // Insert after…
60457 var syllable = glyphs[start].shaperInfo.syllable;
60458 while (++start < glyphs.length && glyphs[start].shaperInfo.syllable === syllable) {}
60519 var USEInfo = function USEInfo(category, syllableType, syllable) {
60522 this.syllable = syllable;
60525 var syllable = 0;
60531 ++syllable; // Create shaper info
60534 glyphs[i].shaperInfo = new USEInfo(categories$1[useCategory(glyphs[i])], tags[0], syllable);
60618 var syllable = glyphs[start].shaperInfo.syllable;
60619 while (++start < glyphs.length && glyphs[start].shaperInfo.syllable === syllable) {}