Lines Matching refs:uprv_strlen
285 int32_t len = (int32_t)uprv_strlen(name); in setEntryName()
471 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0); in findFirstExisting()
791 uprv_strlen(localeID) < ULOC_FULLNAME_CAPACITY) { in entryOpenDirect()
982 capacity = (int32_t)uprv_strlen(parent->fResPath) + 1; in init_resb_result()
1069 len = (int32_t)(uprv_strlen(key) + 1); in init_resb_result()
1113 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result()
1114 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1217 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); in init_resb_result()
1708 length = (int32_t)(uprv_strlen(path)+1); in ures_findResource()
2457 len = (int32_t)uprv_strlen(result); in ures_loc_nextLocale()
2679 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2755 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2799 if(uprv_strlen(defLoc) <= uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2828 length = (int32_t)uprv_strlen(found); in ures_getFunctionalEquivalent()
2923 int32_t kLen = (int32_t)uprv_strlen(k); in ures_getKeywordValues()