Home
last modified time | relevance | path

Searched refs:abbrs (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Tools/tz/
Dzdump.py11 def __init__(self, transitions, type_indices, ttis, abbrs): argument
15 self.abbrs = abbrs
37 abbrs = fileobj.read(tzh_charcnt)
39 self = cls(transitions, type_indices, ttis, abbrs)
50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c2273 static GstValueAbbreviation *abbrs = NULL; in _priv_gst_value_get_abbrs() local
2334 abbrs = g_new0 (GstValueAbbreviation, _num); in _priv_gst_value_get_abbrs()
2335 memcpy (abbrs, dyn_abbrs, sizeof (GstValueAbbreviation) * _num); in _priv_gst_value_get_abbrs()
2340 return abbrs; in _priv_gst_value_get_abbrs()
2349 GstValueAbbreviation *abbrs; in _priv_gst_value_gtype_from_abbr() local
2355 abbrs = _priv_gst_value_get_abbrs (&n_abbrs); in _priv_gst_value_gtype_from_abbr()
2358 if (strcmp (type_name, abbrs[i].type_name) == 0) { in _priv_gst_value_gtype_from_abbr()
2359 return abbrs[i].type; in _priv_gst_value_gtype_from_abbr()
2376 GstValueAbbreviation *abbrs; in _priv_gst_value_gtype_to_abbr() local
2381 abbrs = _priv_gst_value_get_abbrs (&n_abbrs); in _priv_gst_value_gtype_to_abbr()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp167 vector<string> abbrs; member
464 info.abbrs.push_back(string(start, p-start)); in readzoneinfo()
/third_party/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp167 vector<string> abbrs; member
464 info.abbrs.push_back(string(start, p-start)); in readzoneinfo()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp167 vector<string> abbrs; member
464 info.abbrs.push_back(string(start, p-start)); in readzoneinfo()
/third_party/python/Lib/test/
Ddatetimetester.py5616 abbrs = fileobj.read(counts[2])
5620 abbr = abbrs[abbrind:abbrs.find(0, abbrind)].decode()