Searched refs:pat_entry (Results 1 – 1 of 1) sorted by relevance
379 uint32_t pat_entry = pattern->data[pat_ix]; in hyphenateFromCodes() local380 int pat_len = Pattern::len(pat_entry); in hyphenateFromCodes()381 int pat_shift = Pattern::shift(pat_entry); in hyphenateFromCodes()382 const uint8_t* pat_buf = pattern->buf(pat_entry); in hyphenateFromCodes()