/external/icu/icu4c/source/tools/tzcode/ |
zdump.c | 230 static char * abbr(struct tm * tmp); 598 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1); 621 abbr(&newtm), 630 strcmp(abbr(&newtm), buf) != 0)) { 636 abbr(&newtm), 745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); 763 strcmp(abbr(&tm), loab) == 0)) { 818 if (*abbr(tmp) != '\0') 819 (void) printf(" %s", abbr(tmp)); 828 if (tmp != NULL && *abbr(tmp) != '\0' 833 abbr(struct tm *tmp) function [all...] |
tz2icu.cpp | 141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType 148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} 409 type.abbr = (int32_t) c; 452 // the end of each abbr. 457 // offset of each abbr in a vector. 468 // raw abbr strings. New value is index into vector of 478 find(abbroffset.begin(), abbroffset.end(), it->abbr); 481 // the abbr list when a middle offset is given, e.g., 485 // abbr at this time. 488 // the Olson abbr data, or if the above TODO is completed [all...] |
zic.c | 144 char *const abbr, int isdst, 147 static int addtype(zic_t gmtoff, const char * abbr, int isdst, 167 static void newabbr(const char * abbr); [all...] |
tzfile.h | 49 char tzh_charcnt[4]; /* coded number of abbr. chars */
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_abbrs_windows.go | 10 type abbr struct { 15 var abbrs = map[string]abbr{
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_abbrs_windows.go | 10 type abbr struct { 15 var abbrs = map[string]abbr{
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
root_list.js | 59 var sinceSpan = $('<abbr class="timeago">');
|
jquery.timeago.js | 139 document.createElement("abbr");
|
status.css | 73 abbr {
|
/external/okhttp/website/static/ |
html5shiv.min.js | 7 "undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",version:"3.6.2pre",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
|
/external/vboot_reference/utility/ |
tpmc.c | 26 const char* abbr; member in struct:command_record 437 printf("%26s %7s %s\n\n", "command", "abbr.", "description"); 439 printf("%26s %7s %s\n", c->name, c->abbr, c->description); 447 if (strcmp(cmd, c->name) == 0 || strcmp(cmd, c->abbr) == 0) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlSanitizer.java | 198 .allowElements("abbr").allowAttributes("title").onElements("abbr") 337 .allowAttributes("abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", 347 .allowAttributes("abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan",
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestUScript.java | 214 /* test abbr */ 236 /* abbr should return */ 305 /* abbr should return */ 313 /* test abbr */ 598 String abbr = UScript.getShortName(code); local 599 if(abbr.indexOf("INV")>=0){
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScript.java | 210 /* test abbr */ 232 /* abbr should return */ 301 /* abbr should return */ 309 /* test abbr */ 594 String abbr = UScript.getShortName(code); local 595 if(abbr.indexOf("INV")>=0){
|
/external/libxml2/result/valid/ |
xhtml1.xhtml | 98 (<a href="http://www.lcs.mit.edu/">MIT</a>, <a href="http://www.inria.fr/">INRIA</a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer"> 108 <p>This specification defines <abbr title="Extensible Hypertext Markup Language">XHTML</abbr> 1.0, a reformulation of HTML 109 4.0 as an XML 1.0 application, and three <abbr title="Document Type Definition">DTDs</abbr> corresponding to 161 <p>Public discussion on <abbr title="HyperText Markup Language">HTML</abbr> features takes place on the mailing list <a href="mailto:www-html@w3.org"> www-html@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-html/">archive</a>). The W3C 242 reproduce, subset, and extend HTML 4.0 <a href="#ref-html4">[HTML]</a>. XHTML family document types are <abbr title="Extensible Markup Language">XML</abbr> based [all...] |
/external/libxml2/test/valid/ |
xhtml1.xhtml | 105 "http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <abbr 106 title="World Wide Web Consortium">W3C</abbr> <a 121 <p>This specification defines <abbr title="Extensible Hypertext Markup 122 Language">XHTML</abbr> 1.0, a reformulation of HTML 123 4.0 as an XML 1.0 application, and three <abbr title="Document Type 124 Definition">DTDs</abbr> corresponding to 180 <p>Public discussion on <abbr title="HyperText Markup 181 Language">HTML</abbr> features takes place on the mailing list <a 266 reproduce, subset, and extend HTML 4.0 <a href="#ref-html4">[HTML]</a>. XHTML family document types are <abbr title="Extensible Markup Language">XML</abbr> based [all...] |
/external/icu/icu4c/source/common/ |
filteredbrk.cpp | 555 const UnicodeString *abbr = fSet.getStringAt(i); local 556 if(abbr) { 557 FB_TRACE("build",abbr,TRUE,i); 558 ustrs[n] = *abbr; // copy by value 561 FB_TRACE("build",abbr,FALSE,i);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_locale.cpp | 125 if (pSymbolNames->GetAttrInteger("abbr") != bAbbr) {
128 if (pSymbolNames && pSymbolNames->GetAttrInteger("abbr") == bAbbr) {
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
BasicHtmlSanitizerTest.java | 52 sanitize("<abbr title=\"United Kingdom\">UK</abbr>", 53 "<abbr title=\"United Kingdom\">UK</abbr>"); [all...] |
/bionic/libc/tzcode/ |
tzfile.h | 49 char tzh_charcnt[4]; /* coded number of abbr. chars */
|
/external/autotest/client/cros/cellular/ |
cellular.py | 171 address_type: INAT, NAT, NET, SUBS, ALPH, ABBR, RES
|
/external/icu/icu4c/source/test/cintltst/ |
cucdapi.c | 54 /* test abbr */ 79 /* abbr should return */ 230 /* abbr should return */ 238 /* test abbr */
|
/external/llvm/docs/_ocamldoc/ |
style.css | 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_parser.cpp | 24 _FX_BSTR abbr; member in struct:__anon21990::PDF_AbbrPairs 61 const CFX_ByteStringC& abbr) { 63 if (abbr.GetLength() != table[i].abbr.m_Size) 65 if (memcmp(abbr.GetPtr(), table[i].abbr.m_Ptr, abbr.GetLength())) [all...] |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
xhtml1-strict.dtd | 181 samp | kbd | var | cite | abbr | acronym | sub | sup "> 562 <!ELEMENT abbr %Inline;> <!-- abbreviation --> 563 <!ATTLIST abbr %attrs;> 957 abbr %Text; #IMPLIED 969 abbr %Text; #IMPLIED
|