Home | History | Annotate | Download | only in i18n

Lines Matching refs:trimLen

3044     int32_t affixPos, trimLen = 0;
3049 if (trimLen < TRIM_BUFLEN) {
3050 trimBuf[trimLen++] = c;
3052 trimLen = 0;
3057 return (trimLen > 0)? trimmedAffix.setTo(trimBuf, trimLen): trimmedAffix.setTo(affix);