Searched refs:uprv_strdup (Results 1 – 17 of 17) sorted by relevance
302 uprv_strdup(const char *src) { in uprv_strdup() function318 dup = uprv_strdup(src); in uprv_strndup()
86 uprv_strdup(const char *src);
2330 j[n].locale=uprv_strdup(tmp); in uloc_acceptLanguageFromHTTP()2454 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()2492 fallbackList[i] = uprv_strdup(tmp); in uloc_acceptLanguage()
1054 return uprv_strdup(U_TZNAME[n]); in uprv_tzname()
371 r->fPath = (char *)uprv_strdup(path); in init_entry()
30 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(uprv_strdup("")) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()54 fAllowedLocales = uprv_strdup(""); in SpoofImpl()73 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl()302 fAllowedLocales = uprv_strdup(""); in setAllowedLocales()331 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
667 char* rloc = uprv_strdup(requestedLocale.getName()); in setLocales()669 char* vloc = uprv_strdup(validLocale.getName()); in setLocales()671 char* aloc = uprv_strdup(actualLocale.getName()); in setLocales()
312 result->requestedLocale = uprv_strdup(loc); in ucol_open_internal()319 result->actualLocale = uprv_strdup(loc); in ucol_open_internal()326 result->validLocale = uprv_strdup(loc); in ucol_open_internal()
113 gPath = uprv_strdup(path); in u_wmsg_setPath()
235 return pkg_appendToList(l, end, uprv_strdup(aBuf)); in pkg_appendUniqueDirToList()
440 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); in main()1740 o->files = pkg_appendToList(o->files, &tail, uprv_strdup(linePtr)); in loadLists()
132 temp=uprv_strdup("strdup"); in TestAPI()
955 #define uprv_strdup uprv_strdup_3_2 macro
1337 #define uprv_strdup U_ICU_ENTRY_POINT_RENAME(uprv_strdup) macro