Lines Matching refs:uprv_strcpy
298 uprv_strcpy(res->fName, name); in setEntryName()
484 uprv_strcpy(name, r->fName); /* this is needed for supporting aliases */ in findFirstExisting()
640 uprv_strcpy(usrDataPath, U_USRDATA_NAME); in entryOpen()
693 uprv_strcpy(name, uloc_getDefault()); in entryOpen()
717 uprv_strcpy(name, kRootLocaleName); in entryOpen()
793 uprv_strcpy(name, localeID); in entryOpenDirect()
893 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
904 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
1059 uprv_strcpy(chAlias, aKey); /* allocated large enough above */ in init_resb_result()
1121 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1141 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
2395 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2570 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2571 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2619 uprv_strcpy(defLoc, parent); in ures_getFunctionalEquivalent()
2621 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2634 uprv_strcpy(found, ures_getLocaleByType(res, ULOC_VALID_LOCALE, &subStatus)); in ures_getFunctionalEquivalent()
2642 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2643 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2674 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2676 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2694 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2713 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2722 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2723 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2724 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2749 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2751 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2770 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2783 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2810 uprv_strcpy(found, full); in ures_getFunctionalEquivalent()
2928 uprv_strcpy(valuesBuf+valuesIndex, k); in ures_getKeywordValues()