Home
last modified time | relevance | path

Searched refs:system_property_get (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup.cc65 static property_get_func system_property_get = LoadSystemPropertyGet(); in __system_property_get() local
66 return system_property_get ? system_property_get(name, value) : -1; in __system_property_get()
/third_party/node/deps/icu-small/source/common/
Dputil.cpp1066 typedef int(system_property_get)(const char*, char*); typedef
1096 system_property_get* property_get = in uprv_tzname_clear_cache()
1097 (system_property_get*)dlsym(libc, "__system_property_get"); in uprv_tzname_clear_cache()
/third_party/icu/icu4c/source/common/
Dputil.cpp1066 typedef int(system_property_get)(const char*, char*); typedef
1096 system_property_get* property_get = in uprv_tzname_clear_cache()
1097 (system_property_get*)dlsym(libc, "__system_property_get"); in uprv_tzname_clear_cache()
/third_party/skia/third_party/externals/icu/source/common/
Dputil.cpp1057 typedef int(system_property_get)(const char*, char*); typedef
1087 system_property_get* property_get = in uprv_tzname_clear_cache()
1088 (system_property_get*)dlsym(libc, "__system_property_get"); in uprv_tzname_clear_cache()