Searched refs:nextCharCode (Results 1 – 1 of 1) sorted by relevance
563 char16_t nextCharCode = i < input.size() - 1 ? input[i + 1] : 0; in verticalizePunctuation() local567 ((!nextCharCode || !hasRotatedVerticalOrientation(nextCharCode) || in verticalizePunctuation()