Searched refs:groupLength (Results 1 – 1 of 1) sorted by relevance
315 const int groupLength = 8; // 4 digits, 3 digit markers, and a group marker in toCJKIdeographic() local316 const int bufferLength = 4 * groupLength; in toCJKIdeographic()324 AbstractCJKChar* group = &buffer[(3 - i) * groupLength]; in toCJKIdeographic()