/third_party/icu/icu4c/source/common/ |
H A D | cstring.cpp | 315 uprv_strdup(const char *src) { in uprv_strdup() function 331 dup = uprv_strdup(src); in uprv_strndup()
|
H A D | wintz.cpp | 121 return uprv_strdup("Etc/UTC"); in uprv_detectWindowsTimeZone() 148 return uprv_strdup(gmtOffsetTz); in uprv_detectWindowsTimeZone()
|
H A D | cstring.h | 84 uprv_strdup(const char *src); 88 * Terminate with a null at offset n. If n is -1, works like uprv_strdup
|
H A D | putil.cpp | 1128 return uprv_strdup(""); in uprv_tzname() 1223 return uprv_strdup(U_TZNAME[n]); in uprv_tzname()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | wintz.cpp | 121 return uprv_strdup("Etc/UTC"); in uprv_detectWindowsTimeZone() 148 return uprv_strdup(gmtOffsetTz); in uprv_detectWindowsTimeZone()
|
H A D | cstring.cpp | 315 uprv_strdup(const char *src) { in uprv_strdup() function 331 dup = uprv_strdup(src); in uprv_strndup()
|
H A D | cstring.h | 84 uprv_strdup(const char *src); 88 * Terminate with a null at offset n. If n is -1, works like uprv_strdup
|
H A D | putil.cpp | 1128 return uprv_strdup(""); in uprv_tzname() 1238 return uprv_strdup(U_TZNAME[n]); in uprv_tzname()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cstring.cpp | 315 uprv_strdup(const char *src) { in uprv_strdup() function 331 dup = uprv_strdup(src); in uprv_strndup()
|
H A D | wintz.cpp | 121 return uprv_strdup("Etc/UTC"); in uprv_detectWindowsTimeZone() 148 return uprv_strdup(gmtOffsetTz); in uprv_detectWindowsTimeZone()
|
H A D | cstring.h | 84 uprv_strdup(const char *src); 88 * Terminate with a null at offset n. If n is -1, works like uprv_strdup
|
H A D | putil.cpp | 1119 return uprv_strdup(""); in uprv_tzname() 1214 return uprv_strdup(U_TZNAME[n]); in uprv_tzname()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_impl.cpp | 65 fAllowedLocales = uprv_strdup(""); in construct() 86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl() 168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales() 197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
|
H A D | gender.cpp | 126 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status); in getInstance()
|
H A D | ucol_res.cpp | 636 char *ownedDefault = uprv_strdup(defcoll.data());
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof_impl.cpp | 65 fAllowedLocales = uprv_strdup(""); in construct() 86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl() 168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales() 197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
|
H A D | gender.cpp | 131 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status); in getInstance()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_impl.cpp | 65 fAllowedLocales = uprv_strdup(""); in construct() 86 fAllowedLocales = uprv_strdup(src.fAllowedLocales); in SpoofImpl() 168 fAllowedLocales = uprv_strdup(""); in setAllowedLocales() 197 const char *tmpLocalesList = uprv_strdup(localesList); in setAllowedLocales()
|
H A D | gender.cpp | 126 uhash_put(gGenderInfoCache, uprv_strdup(key), (void*) result, &status); in getInstance()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgtypes.c | 238 return pkg_appendToList(l, end, uprv_strdup(aBuf)); in pkg_appendUniqueDirToList()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.c | 238 return pkg_appendToList(l, end, uprv_strdup(aBuf)); in pkg_appendUniqueDirToList()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.c | 238 return pkg_appendToList(l, end, uprv_strdup(aBuf)); in pkg_appendUniqueDirToList()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrtest.c | 140 temp=uprv_strdup("strdup"); in TestAPI() 142 log_err("FAIL: uprv_strdup() failed. Expected: \"strdup\", Got: %s\n", temp); in TestAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | collationtest.cpp | 881 uhash_puti(prevLocales, uprv_strdup(""), 1, errorCode); 882 uhash_puti(prevLocales, uprv_strdup("root"), 1, errorCode); 883 uhash_puti(prevLocales, uprv_strdup("root@collation=standard"), 1, errorCode); 912 uhash_puti(prevLocales, uprv_strdup(actual.getName()), 1, errorCode);
|
H A D | unifiedcachetest.cpp | 22 value = uprv_strdup(x); in UCTItem()
|