Home | History | Annotate | Download | only in dumpce

Lines Matching full:strlen

350     int         strlen = 0;
371 UCollationElements *iter = ucol_openElements(COLLATOR_, str, strlen,
383 strlen = 0;
384 UTF16_APPEND_CHAR_UNSAFE(str, strlen, codepoint);
385 str[strlen] = 0;
386 ucol_setText(iter, str, strlen, &error);
463 int dirlength = strlen(dir);
658 size = strlen(enumname);
660 if (size == (int)strlen(str)) {
680 const char *pend = options[6].value + strlen(options[6].value);
727 return strlen(locale) <= 2;