Home | History | Annotate | Download | only in i18n

Lines Matching refs:rest

374     UChar rest = current.charAt(BASE_LENGTH);
375 if (0x2800 < rest && rest <= 0x28FF) { // stroke count
376 int32_t count = rest-0x2800;