Home
last modified time | relevance | path

Searched refs:abbr (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
Dtime_zone_posix.cc51 const char* ParseAbbr(const char* p, std::string* abbr) { in ParseAbbr() argument
57 abbr->assign(op + 1, static_cast<std::size_t>(p - op) - 1); in ParseAbbr()
66 abbr->assign(op, static_cast<std::size_t>(p - op)); in ParseAbbr()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_fixed.cc121 std::string abbr = FixedOffsetToName(offset); in FixedOffsetToAbbr() local
123 if (abbr.size() == prefix_len + 9) { // <prefix>+99:99:99 in FixedOffsetToAbbr()
124 abbr.erase(0, prefix_len); // +99:99:99 in FixedOffsetToAbbr()
125 abbr.erase(6, 1); // +99:9999 in FixedOffsetToAbbr()
126 abbr.erase(3, 1); // +999999 in FixedOffsetToAbbr()
127 if (abbr[5] == '0' && abbr[6] == '0') { // +999900 in FixedOffsetToAbbr()
128 abbr.erase(5, 2); // +9999 in FixedOffsetToAbbr()
129 if (abbr[3] == '0' && abbr[4] == '0') { // +9900 in FixedOffsetToAbbr()
130 abbr.erase(3, 2); // +99 in FixedOffsetToAbbr()
134 return abbr; in FixedOffsetToAbbr()
Dtime_zone_posix.cc51 const char* ParseAbbr(const char* p, std::string* abbr) { in ParseAbbr() argument
57 abbr->assign(op + 1, static_cast<std::size_t>(p - op) - 1); in ParseAbbr()
66 abbr->assign(op, static_cast<std::size_t>(p - op)); in ParseAbbr()
/third_party/flutter/flutter/dev/tools/vitool/bin/
Dmain.dart19 abbr: 'h',
26 abbr: 'o',
32 abbr: 'n',
38 abbr: 'p',
44 abbr: 'd',
51 abbr: 'c',
/third_party/libxml2/result/
Dxhtmlcomp.rdr9 3 1 abbr 0 0
11 3 15 abbr 0 0
Dxhtmlcomp.rde9 3 1 abbr 0 0
11 3 15 abbr 0 0
Dxhtmlcomp.sax12 SAX.startElement(abbr)
14 SAX.endElement(abbr)
Dxhtmlcomp.sax212 SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0)
14 SAX.endElementNs(abbr, NULL, NULL)
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzdump.c231 static char * abbr(struct tm * tmp);
598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); in main()
621 abbr(&newtm), in main()
630 strcmp(abbr(&newtm), buf) != 0)) { in main()
636 abbr(&newtm), in main()
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
763 strcmp(abbr(&tm), loab) == 0)) { in hunt()
818 if (*abbr(tmp) != '\0') in show()
819 (void) printf(" %s", abbr(tmp)); in show()
828 if (tmp != NULL && *abbr(tmp) != '\0') in show()
[all …]
Dzic.c144 char *const abbr, int isdst,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
167 static void newabbr(const char * abbr);
1946 doabbr(char *const abbr, const char *const format, const char *const letters, in doabbr() argument
1956 (void) strcpy(abbr, format); in doabbr()
1957 else (void) sprintf(abbr, format, letters); in doabbr()
1959 (void) strcpy(abbr, slashp + 1); in doabbr()
1962 (void) strncpy(abbr, format, slashp - format); in doabbr()
1963 abbr[slashp - format] = '\0'; in doabbr()
1967 for (cp = abbr; *cp != '\0'; ++cp) in doabbr()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dzdump.c231 static char * abbr(struct tm * tmp);
598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); in main()
621 abbr(&newtm), in main()
630 strcmp(abbr(&newtm), buf) != 0)) { in main()
636 abbr(&newtm), in main()
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
763 strcmp(abbr(&tm), loab) == 0)) { in hunt()
818 if (*abbr(tmp) != '\0') in show()
819 (void) printf(" %s", abbr(tmp)); in show()
828 if (tmp != NULL && *abbr(tmp) != '\0') in show()
[all …]
Dzic.c144 char *const abbr, int isdst,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
167 static void newabbr(const char * abbr);
1946 doabbr(char *const abbr, const char *const format, const char *const letters, in doabbr() argument
1956 (void) strcpy(abbr, format); in doabbr()
1957 else (void) sprintf(abbr, format, letters); in doabbr()
1959 (void) strcpy(abbr, slashp + 1); in doabbr()
1962 (void) strncpy(abbr, format, slashp - format); in doabbr()
1963 abbr[slashp - format] = '\0'; in doabbr()
1967 for (cp = abbr; *cp != '\0'; ++cp) in doabbr()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzdump.c231 static char * abbr(struct tm * tmp);
598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); in main()
621 abbr(&newtm), in main()
630 strcmp(abbr(&newtm), buf) != 0)) { in main()
636 abbr(&newtm), in main()
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
763 strcmp(abbr(&tm), loab) == 0)) { in hunt()
818 if (*abbr(tmp) != '\0') in show()
819 (void) printf(" %s", abbr(tmp)); in show()
828 if (tmp != NULL && *abbr(tmp) != '\0') in show()
[all …]
Dzic.c144 char *const abbr, int isdst,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
167 static void newabbr(const char * abbr);
1946 doabbr(char *const abbr, const char *const format, const char *const letters, in doabbr() argument
1956 (void) strcpy(abbr, format); in doabbr()
1957 else (void) sprintf(abbr, format, letters); in doabbr()
1959 (void) strcpy(abbr, slashp + 1); in doabbr()
1962 (void) strncpy(abbr, format, slashp - format); in doabbr()
1963 abbr[slashp - format] = '\0'; in doabbr()
1967 for (cp = abbr; *cp != '\0'; ++cp) in doabbr()
[all …]
/third_party/tzdata/
Dzdump.c95 static char const *abbr(struct tm const *);
354 char const *ab = abbr(tmp); in saveabbr()
566 || strcmp(abbr(&newtm), ab) != 0))) { in main()
572 newtm_ok ? abbr(&newtm) : NULL, argv[i]); in main()
671 && strcmp(abbr(&tm), ab) == 0) in hunt()
776 if (*abbr(tmp) != '\0') in show()
777 printf(" %s", abbr(tmp)); in show()
786 if (tmp != NULL && *abbr(tmp) != '\0') in show()
787 abbrok(abbr(tmp), zone); in show()
862 && (*abbr(tm) == '-' || strcmp(abbr(tm), "zzz") == 0))) in format_utc_offset()
[all …]
Dzic.c175 static void newabbr(const char * abbr);
2309 doabbr(char *abbr, struct zone const *zp, char const *letters, in doabbr() argument
2324 sprintf(abbr, format, letters); in doabbr()
2326 strcpy(abbr, slashp + 1); in doabbr()
2328 memcpy(abbr, format, slashp - format); in doabbr()
2329 abbr[slashp - format] = '\0'; in doabbr()
2331 len = strlen(abbr); in doabbr()
2334 for (cp = abbr; is_alpha(*cp); cp++) in doabbr()
2338 abbr[len + 2] = '\0'; in doabbr()
2339 abbr[len + 1] = '>'; in doabbr()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dformat.dart15 abbr: 'n',
26 abbr: 'm',
32 abbr: 'l',
/third_party/libxml2/result/noent/
Dxhtmlcomp.sax212 SAX.startElementNs(abbr, NULL, NULL, 0, 0, 0)
14 SAX.endElementNs(abbr, NULL, NULL)
/third_party/ntfs-3g/ntfsprogs/
Dntfsmove.c256 static int ntfs_debug_runlist_dump2(const runlist *rl, int abbr, char *prefix)
273 if (abbr)
281 if (abbr)
283 if ((i == abbr) && (len > (abbr*2)))
285 if ((i > (abbr-1)) && (i < (len - (abbr-1))))
/third_party/python/Lib/zoneinfo/
D_common.py103 abbr = tuple(get_abbr(idx) for idx in abbrind)
124 return trans_idx, trans_list_utc, utcoff, isdst, abbr, tz_str
/third_party/python/Tools/tz/
Dzdump.py50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
56 print("%s UTC = %s %-5s isdst=%d" % (utc, lmt, abbr, tti[1]) + shift, file=stream)
/third_party/ffmpeg/libavutil/
Dparseutils.c67 const char *abbr; member
72 const char *abbr; member
156 if (!strcmp(video_size_abbrs[i].abbr, str)) { in av_parse_video_size()
186 if (!strcmp(video_rate_abbrs[i].abbr, arg)) { in av_parse_video_rate()
/third_party/skia/third_party/externals/icu/source/common/
Dfilteredbrk.cpp616 const UnicodeString *abbr = fSet.getStringAt(i); in build() local
617 if(abbr) { in build()
618 FB_TRACE("build",abbr,TRUE,i); in build()
619 ustrs[n] = *abbr; // copy by value in build()
622 FB_TRACE("build",abbr,FALSE,i); in build()
/third_party/node/deps/icu-small/source/common/
Dfilteredbrk.cpp615 const UnicodeString *abbr = fSet.getStringAt(i); in build() local
616 if(abbr) { in build()
617 FB_TRACE("build",abbr,TRUE,i); in build()
618 ustrs[n] = *abbr; // copy by value in build()
621 FB_TRACE("build",abbr,FALSE,i); in build()

123456