Lines Matching refs:uprv_strcpy
307 uprv_strcpy(res->fName, name); in setEntryName()
337 uprv_strcpy(name, uloc_getDefault()); in init_entry()
339 uprv_strcpy(name, kRootLocaleName); in init_entry()
341 uprv_strcpy(name, localeID); in init_entry()
488 uprv_strcpy(name, r->fName); /* this is needed for supporting aliases */ in findFirstExisting()
546 uprv_strcpy(name, localeID); in entryOpen()
550 uprv_strcpy(usrDataPath,U_USRDATA_NAME); in entryOpen()
552 uprv_strcpy(usrDataPath,path); in entryOpen()
622 uprv_strcpy(name, uloc_getDefault()); in entryOpen()
661 uprv_strcpy(name, kRootLocaleName); in entryOpen()
789 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
800 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
955 uprv_strcpy(chAlias, aKey); /* allocated large enough above */ in init_resb_result()
1016 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1036 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1721 uprv_strcpy(path+len, inKey); in ures_getByKeyWithFallback()
2226 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2397 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2398 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2446 uprv_strcpy(defLoc, parent); in ures_getFunctionalEquivalent()
2448 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2461 uprv_strcpy(found, ures_getLocaleByType(res, ULOC_VALID_LOCALE, &subStatus)); in ures_getFunctionalEquivalent()
2469 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2470 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2501 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2503 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2521 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2540 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2549 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2550 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2551 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2576 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2578 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2597 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2610 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2637 uprv_strcpy(found, full); in ures_getFunctionalEquivalent()
2752 uprv_strcpy(valuesBuf+valuesIndex, k); in ures_getKeywordValues()