• Home
  • Raw
  • Download

Lines Matching refs:uprv_strcpy

298         uprv_strcpy(res->fName, name);  in setEntryName()
479 uprv_strcpy(name, r->fName); /* this is needed for supporting aliases */ in findFirstExisting()
630 uprv_strcpy(usrDataPath, U_USRDATA_NAME); in entryOpen()
672 uprv_strcpy(name, uloc_getDefault()); in entryOpen()
691 uprv_strcpy(name, kRootLocaleName); in entryOpen()
762 uprv_strcpy(name, localeID); in entryOpenDirect()
862 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
873 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
1028 uprv_strcpy(chAlias, aKey); /* allocated large enough above */ in init_resb_result()
1089 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
1109 uprv_strcpy(pathBuf, keyPath); in init_resb_result()
2363 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2538 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2539 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2587 uprv_strcpy(defLoc, parent); in ures_getFunctionalEquivalent()
2589 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2602 uprv_strcpy(found, ures_getLocaleByType(res, ULOC_VALID_LOCALE, &subStatus)); in ures_getFunctionalEquivalent()
2610 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2611 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2642 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2644 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2662 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2681 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2690 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2691 uprv_strcpy(parent, base); in ures_getFunctionalEquivalent()
2692 uprv_strcpy(found, base); in ures_getFunctionalEquivalent()
2717 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent()
2719 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent()
2738 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2751 uprv_strcpy(found, parent); in ures_getFunctionalEquivalent()
2778 uprv_strcpy(found, full); in ures_getFunctionalEquivalent()
2896 uprv_strcpy(valuesBuf+valuesIndex, k); in ures_getKeywordValues()