Lines Matching refs:uprv_strcpy
296 uprv_strcpy(res->fName, name); in setEntryName()
476 uprv_strcpy(name, r->fName); /* this is needed for supporting aliases */ in findFirstExisting()
627 uprv_strcpy(usrDataPath, U_USRDATA_NAME); in entryOpen()
669 uprv_strcpy(name, uloc_getDefault()); in entryOpen()
688 uprv_strcpy(name, kRootLocaleName); in entryOpen()
759 uprv_strcpy(name, localeID); in entryOpenDirect()
859 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
870 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
1025 uprv_strcpy(chAlias, aKey); /* allocated large enough above */ in init_resb_result()
1086 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1106 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
2268 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2439 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2440 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2488 uprv_strcpy(defLoc, parent); in ures_getFunctionalEquivalent()
2490 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2503 uprv_strcpy(found, ures_getLocaleByType(res, ULOC_VALID_LOCALE, &subStatus)); in ures_getFunctionalEquivalent()
2511 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2512 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2543 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2545 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2563 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2582 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2591 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2592 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2593 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2618 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2620 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2639 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2652 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2679 uprv_strcpy(found, full); in ures_getFunctionalEquivalent()
2797 uprv_strcpy(valuesBuf+valuesIndex, k); in ures_getKeywordValues()