Home
last modified time | relevance | path

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

12

/external/icu4c/data/locales/
Dhi.txt524 "ताएका" /** (abbr.) */,
525 "हाकूची" /** (abbr.) */,
526 "हाकूहो" /** (abbr.) */,
527 "शूचो" /** (abbr.) */,
528 "ताहिओ" /** (abbr.) */,
529 "केउन" /** (abbr.) */,
530 "वाडू" /** (abbr.) */,
531 "रैकी" /** (abbr.) */,
532 "योरो" /** (abbr.) */,
533 "जिंकी" /** (abbr.) */,
[all …]
Dth.txt800 "ทะอิกะ" /** (abbr.) */,
801 "ฮะกุชิ" /** (abbr.) */,
802 "ฮากุโฮ" /** (abbr.) */,
803 "ชุโช" /** (abbr.) */,
804 "ทะอิโฮ" /** (abbr.) */,
805 "เคอุง" /** (abbr.) */,
806 "วะโด" /** (abbr.) */,
807 "เรกิ" /** (abbr.) */,
808 "โยโร" /** (abbr.) */,
809 "จิงกิ" /** (abbr.) */,
[all …]
Droot.txt1051 "Taika" /** (abbr.) */,
1052 "Hakuchi" /** (abbr.) */,
1053 "Hakuhō" /** (abbr.) */,
1054 "Shuchō" /** (abbr.) */,
1055 "Taihō" /** (abbr.) */,
1056 "Keiun" /** (abbr.) */,
1057 "Wadō" /** (abbr.) */,
1058 "Reiki" /** (abbr.) */,
1059 "Yōrō" /** (abbr.) */,
1060 "Jinki" /** (abbr.) */,
[all …]
/external/chromium/third_party/icu/source/data/locales/
Dhi.txt1910 "ताएका" /** (abbr.) */,
1911 "हाकूची" /** (abbr.) */,
1912 "हाकूहो" /** (abbr.) */,
1913 "शूचो" /** (abbr.) */,
1914 "ताहिओ" /** (abbr.) */,
1915 "केउन" /** (abbr.) */,
1916 "वाडू" /** (abbr.) */,
1917 "रैकी" /** (abbr.) */,
1918 "योरो" /** (abbr.) */,
1919 "जिंकी" /** (abbr.) */,
[all …]
Dth.txt2767 "ทะอิกะ" /** (abbr.) */,
2768 "ฮะกุชิ" /** (abbr.) */,
2769 "ฮากุโฮ" /** (abbr.) */,
2770 "ชุโช" /** (abbr.) */,
2771 "ทะอิโฮ" /** (abbr.) */,
2772 "เคอุง" /** (abbr.) */,
2773 "วะโด" /** (abbr.) */,
2774 "เรกิ" /** (abbr.) */,
2775 "โยโร" /** (abbr.) */,
2776 "จิงกิ" /** (abbr.) */,
[all …]
Droot.txt1756 "Taika" /** (abbr.) */,
1757 "Hakuchi" /** (abbr.) */,
1758 "Hakuhō" /** (abbr.) */,
1759 "Shuchō" /** (abbr.) */,
1760 "Taihō" /** (abbr.) */,
1761 "Keiun" /** (abbr.) */,
1762 "Wadō" /** (abbr.) */,
1763 "Reiki" /** (abbr.) */,
1764 "Yōrō" /** (abbr.) */,
1765 "Jinki" /** (abbr.) */,
[all …]
/external/icu4c/tools/tzcode/
Dzdump.c164 static char * abbr(struct tm * tmp);
507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
528 abbr(&newtm),
537 strcmp(abbr(&newtm), buf) != 0)) {
543 abbr(&newtm),
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
704 strcmp(abbr(&tm), loab) == 0)) { in hunt()
761 if (*abbr(tmp) != '\0') in show()
762 (void) printf(" %s", abbr(tmp)); in show()
771 if (tmp != NULL && *abbr(tmp) != '\0') in show()
[all …]
Dzic.c125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
138 static void doabbr(char * abbr, const char * format,
156 static int itsabbr(const char * abbr, const char * word);
161 static void newabbr(const char * abbr);
1875 doabbr(abbr, format, letters, isdst, doquotes) in doabbr() argument
1876 char * const abbr; in doabbr()
1889 (void) strcpy(abbr, format);
1890 else (void) sprintf(abbr, format, letters);
1892 (void) strcpy(abbr, slashp + 1);
[all …]
Dtz2icu.cpp141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType()
409 type.abbr = (int32_t) c; in readzoneinfo()
478 find(abbroffset.begin(), abbroffset.end(), it->abbr); in readzoneinfo()
490 os << "Warning: unusual abbr offset " << it->abbr in readzoneinfo()
498 it->abbr = 0; in readzoneinfo()
501 it->abbr = index; in readzoneinfo()
1227 abbr(-1), isdst(false), isstd(false), isgmt(false) {} in ZoneType()
/external/chromium/third_party/icu/source/tools/tzcode/
Dzdump.c164 static char * abbr(struct tm * tmp);
507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
528 abbr(&newtm),
537 strcmp(abbr(&newtm), buf) != 0)) {
543 abbr(&newtm),
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
704 strcmp(abbr(&tm), loab) == 0)) { in hunt()
761 if (*abbr(tmp) != '\0') in show()
762 (void) printf(" %s", abbr(tmp)); in show()
771 if (tmp != NULL && *abbr(tmp) != '\0') in show()
[all …]
Dzic.c125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
138 static void doabbr(char * abbr, const char * format,
156 static int itsabbr(const char * abbr, const char * word);
161 static void newabbr(const char * abbr);
1875 doabbr(abbr, format, letters, isdst, doquotes) in doabbr() argument
1876 char * const abbr; in doabbr()
1889 (void) strcpy(abbr, format);
1890 else (void) sprintf(abbr, format, letters);
1892 (void) strcpy(abbr, slashp + 1);
[all …]
Dtz2icu.cpp140 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member
147 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType()
408 type.abbr = (int32_t) c; in readzoneinfo()
477 find(abbroffset.begin(), abbroffset.end(), it->abbr); in readzoneinfo()
489 os << "Warning: unusual abbr offset " << it->abbr in readzoneinfo()
497 it->abbr = 0; in readzoneinfo()
500 it->abbr = index; in readzoneinfo()
1174 abbr(-1), isdst(false), isstd(false), isgmt(false) {} in ZoneType()
/external/clearsilver/cs/
Dtest_with.cs3 <?cs with:abbr = Days[x].Abbr ?>
4 <?cs var:x ?> - <?cs var:abbr ?>
/external/qemu/elff/
Ddwarf_defs.h743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) { in add() argument
789 array_[num - 1] = abbr; in add()
800 bool add(const Dwarf_Abbr_DIE* abbr) { in add() argument
801 return add(abbr, abbr->get_abbr_num()); in add()
Ddwarf_die.cc256 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num); in advance() local
257 if (abbr == NULL) { in advance()
261 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag); in advance()
/external/webkit/WebCore/html/
DHTMLTableCellElement.h62 String abbr() const;
DHTMLTableCellElement.idl26 attribute [ConvertNullToNullString] DOMString abbr;
DHTMLAttributeNames.in6 abbr
DHTMLTableCellElement.cpp142 String HTMLTableCellElement::abbr() const in abbr() function in WebCore::HTMLTableCellElement
DHTMLTagNames.in6 abbr interfaceName=HTMLElement
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php2806 $abbr = $matches[0];
2807 if (isset($this->abbr_desciptions[$abbr])) {
2808 $desc = $this->abbr_desciptions[$abbr];
2810 return $this->hashPart("<abbr>$abbr</abbr>");
2813 return $this->hashPart("<abbr title=\"$desc\">$abbr</abbr>");
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmltags.in3 abbr
Dhtmlattrs.in2 abbr
/external/webkit/WebCore/accessibility/
DAccessibilityTable.cpp152 if (!cellElement->headers().isEmpty() || !cellElement->abbr().isEmpty() in isTableExposableThroughAccessibility()
/external/chromium/third_party/icu/
Dicu4c.css397 abbr { selector

12