Lines Matching refs:uprv_strlen
283 int32_t len = (int32_t)uprv_strlen(name); in setEntryName()
463 *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0); in findFirstExisting()
757 uprv_strlen(localeID) < ULOC_FULLNAME_CAPACITY) { in entryOpenDirect()
948 capacity = (int32_t)uprv_strlen(parent->fResPath) + 1; in init_resb_result()
1035 len = (int32_t)(uprv_strlen(key) + 1); in init_resb_result()
1079 if(uprv_strlen(keyPath) > URES_MAX_BUFFER_SIZE) { in init_resb_result()
1080 … pathBuf = (char *)uprv_malloc((uprv_strlen(keyPath)+1)*sizeof(char)); in init_resb_result()
1182 ures_appendResPath(resB, key, (int32_t)uprv_strlen(key), status); in init_resb_result()
1672 length = (int32_t)(uprv_strlen(path)+1); in ures_findResource()
2327 len = (int32_t)uprv_strlen(result); in ures_loc_nextLocale()
2548 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2624 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2668 if(uprv_strlen(defLoc) <= uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2697 length = (int32_t)uprv_strlen(found); in ures_getFunctionalEquivalent()
2792 int32_t kLen = (int32_t)uprv_strlen(k); in ures_getKeywordValues()