/external/icu4c/data/locales/ |
D | hi.txt | 524 "ताएका" /** (abbr.) */, 525 "हाकूची" /** (abbr.) */, 526 "हाकूहो" /** (abbr.) */, 527 "शूचो" /** (abbr.) */, 528 "ताहिओ" /** (abbr.) */, 529 "केउन" /** (abbr.) */, 530 "वाडू" /** (abbr.) */, 531 "रैकी" /** (abbr.) */, 532 "योरो" /** (abbr.) */, 533 "जिंकी" /** (abbr.) */, [all …]
|
D | th.txt | 800 "ทะอิกะ" /** (abbr.) */, 801 "ฮะกุชิ" /** (abbr.) */, 802 "ฮากุโฮ" /** (abbr.) */, 803 "ชุโช" /** (abbr.) */, 804 "ทะอิโฮ" /** (abbr.) */, 805 "เคอุง" /** (abbr.) */, 806 "วะโด" /** (abbr.) */, 807 "เรกิ" /** (abbr.) */, 808 "โยโร" /** (abbr.) */, 809 "จิงกิ" /** (abbr.) */, [all …]
|
D | root.txt | 1051 "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/ |
D | hi.txt | 1910 "ताएका" /** (abbr.) */, 1911 "हाकूची" /** (abbr.) */, 1912 "हाकूहो" /** (abbr.) */, 1913 "शूचो" /** (abbr.) */, 1914 "ताहिओ" /** (abbr.) */, 1915 "केउन" /** (abbr.) */, 1916 "वाडू" /** (abbr.) */, 1917 "रैकी" /** (abbr.) */, 1918 "योरो" /** (abbr.) */, 1919 "जिंकी" /** (abbr.) */, [all …]
|
D | th.txt | 2767 "ทะอิกะ" /** (abbr.) */, 2768 "ฮะกุชิ" /** (abbr.) */, 2769 "ฮากุโฮ" /** (abbr.) */, 2770 "ชุโช" /** (abbr.) */, 2771 "ทะอิโฮ" /** (abbr.) */, 2772 "เคอุง" /** (abbr.) */, 2773 "วะโด" /** (abbr.) */, 2774 "เรกิ" /** (abbr.) */, 2775 "โยโร" /** (abbr.) */, 2776 "จิงกิ" /** (abbr.) */, [all …]
|
D | root.txt | 1756 "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/ |
D | zdump.c | 164 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 …]
|
D | zic.c | 125 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 …]
|
D | tz2icu.cpp | 141 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/ |
D | zdump.c | 164 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 …]
|
D | zic.c | 125 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 …]
|
D | tz2icu.cpp | 140 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/ |
D | test_with.cs | 3 <?cs with:abbr = Days[x].Abbr ?> 4 <?cs var:x ?> - <?cs var:abbr ?>
|
/external/qemu/elff/ |
D | dwarf_defs.h | 743 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()
|
D | dwarf_die.cc | 256 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/ |
D | HTMLTableCellElement.h | 62 String abbr() const;
|
D | HTMLTableCellElement.idl | 26 attribute [ConvertNullToNullString] DOMString abbr;
|
D | HTMLAttributeNames.in | 6 abbr
|
D | HTMLTableCellElement.cpp | 142 String HTMLTableCellElement::abbr() const in abbr() function in WebCore::HTMLTableCellElement
|
D | HTMLTagNames.in | 6 abbr interfaceName=HTMLElement
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | markdown.php | 2806 $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/ |
D | htmltags.in | 3 abbr
|
D | htmlattrs.in | 2 abbr
|
/external/webkit/WebCore/accessibility/ |
D | AccessibilityTable.cpp | 152 if (!cellElement->headers().isEmpty() || !cellElement->abbr().isEmpty() in isTableExposableThroughAccessibility()
|
/external/chromium/third_party/icu/ |
D | icu4c.css | 397 abbr { selector
|