Lines Matching full:u_strlen
947 if (len <= MAX_IMPLICIT_STRING_LENGTH && !U16_IS_TRAIL(value[0]) && len == u_strlen(value)) {
950 * Runtime will detect !U16_IS_TRAIL(value[0]) and call u_strlen().
1342 bundle->fLocale= (char*) uprv_malloc(sizeof(char) * (u_strlen(locale)+1));
1350 u_UCharsToChars(locale, bundle->fLocale, u_strlen(locale)+1);