Lines Matching full:chlen
248 uint32_t chLen = 0;
272 chLen = src.parsedToken.charsLen;
274 if (!contractiononly || chLen > 1) {
275 ucol_setText(iter, rule + chOffset, chLen, &error);
1060 uint32_t chLen = 0;
1084 &chLen, &exOffset, &exLen,
1092 if (chLen > 1) {
1093 u_strncpy(scriptelem[count].ch, src.source + chOffset, chLen);
1094 scriptelem[count].count = chLen;
1163 uint32_t chLen = 0;
1187 if (chLen >= 1 && strength != UCOL_TOK_RESET) {
1190 u_strncpy(se.ch, src.source + chOffset, chLen);
1191 se.count = chLen;