Searched refs:abbr (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/markdown/extensions/
H A Dabbr.py48 >>> print markdown.markdown(text, ['abbr'])
49 <p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>
67 ABBR_REF_RE = re.compile(r'[*]\[(?P<abbr>[^\]]*)\][ ]?:\s*(?P<title>.*)')
74 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference')
78 """ Abbreviation Preprocessor - parse text for abbr references. """
90 abbr = m.group('abbr')
[all...]
/external/markdown/markdown/extensions/
H A Dabbr.py16 >>> markdown.markdown(text, ['abbr'])
17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
30 ABBR_REF_RE = re.compile(r'[*]\[(?P<abbr>[^\]]*)\][ ]?:\s*(?P<title>.*)')
37 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference')
41 """ Abbreviation Preprocessor - parse text for abbr references. """
53 abbr = m.group('abbr')
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dstate_names.cc102 base::string16 abbr = value; local
104 abbr = GetAbbreviationForName(value);
111 abbreviation->swap(abbr);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCellElement.idl23 [Reflect] attribute DOMString abbr;
H A DHTMLTableCellElement.h45 const AtomicString& abbr() const;
H A DHTMLTableCellElement.cpp142 const AtomicString& HTMLTableCellElement::abbr() const function in class:blink::HTMLTableCellElement
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dreset.css13 a, abbr, acronym, address, code,
H A Djquery.js962 return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ?
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A 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);
704 strcmp(abbr(&tm), loab) == 0)) {
761 if (*abbr(tmp) != '\0')
762 (void) printf(" %s", abbr(tmp));
771 if (tmp != NULL && *abbr(tm
776 abbr(tmp) function
[all...]
H A 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)
1876 char * const abbr;
1889 (void) strcpy(abbr, format);
1890 else (void) sprintf(abbr, format, letters);
1892 (void) strcpy(abbr, slash
[all...]
H A Dtz2icu.cpp141 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 dat
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A 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);
704 strcmp(abbr(&tm), loab) == 0)) {
761 if (*abbr(tmp) != '\0')
762 (void) printf(" %s", abbr(tmp));
771 if (tmp != NULL && *abbr(tm
776 abbr(tmp) function
[all...]
H A 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)
1876 char * const abbr;
1889 (void) strcpy(abbr, format);
1890 else (void) sprintf(abbr, format, letters);
1892 (void) strcpy(abbr, slash
[all...]
H A Dtz2icu.cpp141 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 dat
[all...]
/external/icu/icu4c/source/i18n/
H A Dfilteredbrk.cpp299 const UnicodeString &abbr = *i; local
300 ustrs[n] = abbr;
/external/chromium_org/styleguide/c++/
H A Dc++11.css45 abbr,
201 abbr,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp81 const DWARFDebugAbbrev *abbr = m_dwarf2Data->DebugAbbrev(); local
92 if (length_OK && version_OK && addr_size_OK && abbr_offset_OK && abbr != NULL)
94 m_abbrevs = abbr->GetAbbreviationDeclarationSet(abbr_offset);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTable.cpp167 // cells have borders, or use attributes like headers, abbr, scope or axis
235 if (!cellElement.headers().isEmpty() || !cellElement.abbr().isEmpty()
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_normalize.scss256 abbr[title] {
/external/chromium_org/third_party/icu/
H A Dicu4c.css406 abbr {
/external/icu/icu4c/
H A Dicu4c.css406 abbr {
/external/chromium_org/remoting/webapp/
H A Dmain.css7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js875 return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ?
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp4004 char abbr[256]={'\0'}; local
4024 uprv_strcpy(abbr,uscript_getShortName(code));
4031 uprv_strcat(newAbbrId,abbr);
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp4003 char abbr[256]={'\0'}; local
4023 uprv_strcpy(abbr,uscript_getShortName(code));
4030 uprv_strcat(newAbbrId,abbr);

Completed in 523 milliseconds

12