Home
last modified time | relevance | path

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

12

/external/icu4c/data/locales/
Dhi.txt527 "ताएका" /** (abbr.) */,
528 "हाकूची" /** (abbr.) */,
529 "हाकूहो" /** (abbr.) */,
530 "शूचो" /** (abbr.) */,
531 "ताहिओ" /** (abbr.) */,
532 "केउन" /** (abbr.) */,
533 "वाडू" /** (abbr.) */,
534 "रैकी" /** (abbr.) */,
535 "योरो" /** (abbr.) */,
536 "जिंकी" /** (abbr.) */,
[all …]
Dth.txt802 "ทะอิกะ" /** (abbr.) */,
803 "ฮะกุชิ" /** (abbr.) */,
804 "ฮากุโฮ" /** (abbr.) */,
805 "ชุโช" /** (abbr.) */,
806 "ทะอิโฮ" /** (abbr.) */,
807 "เคอุง" /** (abbr.) */,
808 "วะโด" /** (abbr.) */,
809 "เรกิ" /** (abbr.) */,
810 "โยโร" /** (abbr.) */,
811 "จิงกิ" /** (abbr.) */,
[all …]
Dru.txt805 "Эпоха Тайка" /** (abbr.) */,
806 "Эпоха Хакути" /** (abbr.) */,
807 "Эпоха Хакухо" /** (abbr.) */,
808 "Эпоха Сючё" /** (abbr.) */,
809 "Эпоха Тайхо" /** (abbr.) */,
810 "Эпоха Кёюн" /** (abbr.) */,
811 "Эпоха Вадо" /** (abbr.) */,
812 "Эпоха Рэйки" /** (abbr.) */,
813 "Эпоха Ёро" /** (abbr.) */,
814 "Эпоха Дзинки" /** (abbr.) */,
[all …]
Droot.txt1055 "Taika" /** (abbr.) */,
1056 "Hakuchi" /** (abbr.) */,
1057 "Hakuhō" /** (abbr.) */,
1058 "Shuchō" /** (abbr.) */,
1059 "Taihō" /** (abbr.) */,
1060 "Keiun" /** (abbr.) */,
1061 "Wadō" /** (abbr.) */,
1062 "Reiki" /** (abbr.) */,
1063 "Yōrō" /** (abbr.) */,
1064 "Jinki" /** (abbr.) */,
[all …]
/external/markdown/docs/extensions/
DAbbreviations.txt8 Specifically, any defined abbreviation is wrapped in an `<abbr>` tag.
18 [php]: http://www.michelf.com/projects/php-markdown/extra/#abbr
30 <p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specification
31 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
44 >>> html = markdown.markdown(text, ['abbr'])
48 >>> html = markdown.markdown(text, ['abbr', 'footnotes'])
53 markdown.py -x abbr source.txt > output.html
/external/markdown/markdown/extensions/
Dabbr.py53 abbr = m.group('abbr').strip()
55 self.markdown.inlinePatterns['abbr-%s'%abbr] = \
56 AbbrPattern(self._generate_pattern(abbr), title)
85 abbr = etree.Element('abbr')
86 abbr.text = m.group('abbr')
87 abbr.set('title', self.title)
88 return abbr
/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/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/LayoutTests/dom/html/level2/html/
Dtable19.js102 vabbr = testNode.abbr;
DHTMLTableCellElement04.js103 vabbr = testNode.abbr;
DHTMLTableCellElement03.js103 vabbr = testNode.abbr;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
DHTMLTableCellElement03.js103 vabbr = testNode.abbr;
Dtable19.js102 vabbr = testNode.abbr;
DHTMLTableCellElement04.js103 vabbr = testNode.abbr;
/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.h44 String abbr() const;
DHTMLTableCellElement.idl25 attribute [Reflect] DOMString abbr;
DHTMLTableCellElement.cpp137 String HTMLTableCellElement::abbr() const in abbr() function in WebCore::HTMLTableCellElement
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/
Ddillo2 abbr
Dmozilla2 abbr
Dwebkit3 abbr
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dhtmltags.in3 abbr
/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>");

12