Lines Matching full:u_strlen
274 uint32_t sLen = u_strlen(source);
275 uint32_t tLen = u_strlen(target);
605 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
615 ucol_setText(iter, t1, u_strlen(t1), &status);
617 ucol_setText(iter, t2, u_strlen(t2), &status);
1192 coll = ucol_openRules(rules,u_strlen(rules),UCOL_OFF,UCOL_DEFAULT_STRENGTH,&parseError,&status);
1237 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status);