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);
1059 uint32_t chLen = 0;
1083 &chLen, &exOffset, &exLen,
1091 if (chLen > 1) {
1092 u_strncpy(scriptelem[count].ch, src.source + chOffset, chLen);
1093 scriptelem[count].count = chLen;
1162 uint32_t chLen = 0;
1186 if (chLen >= 1 && strength != UCOL_TOK_RESET) {
1189 u_strncpy(se.ch, src.source + chOffset, chLen);
1190 se.count = chLen;