HomeSort by relevance Sort by last modified time
    Searched defs:abbr (Results 1 - 11 of 11) sorted by null

  /external/qemu/elff/
dwarf_die.cc 256 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num); local
257 if (abbr == NULL) {
261 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
  /external/webkit/WebCore/html/
HTMLTableCellElement.cpp 142 String HTMLTableCellElement::abbr() const function in class:WebCore::HTMLTableCellElement
  /external/chromium/third_party/icu/source/tools/tzcode/
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);
704 strcmp(abbr(&tm), loab) == 0)) {
761 if (*abbr(tmp) != '\0')
762 (void) printf(" %s", abbr(tmp));
771 if (tmp != NULL && *abbr(tmp) != '\0'
776 abbr(tmp) function
    [all...]
tz2icu.cpp 140 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType
147 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
408 type.abbr = (int32_t) c;
451 // the end of each abbr.
456 // offset of each abbr in a vector.
467 // raw abbr strings. New value is index into vector of
477 find(abbroffset.begin(), abbroffset.end(), it->abbr);
480 // the abbr list when a middle offset is given, e.g.,
484 // abbr at this time.
487 // the Olson abbr data, or if the above TODO is completed
    [all...]
  /external/icu4c/tools/tzcode/
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);
704 strcmp(abbr(&tm), loab) == 0)) {
761 if (*abbr(tmp) != '\0')
762 (void) printf(" %s", abbr(tmp));
771 if (tmp != NULL && *abbr(tmp) != '\0'
776 abbr(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...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 807 @property(copy) NSString *abbr; variable
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
transtst.cpp 3991 char abbr[256]={'\\0'}; local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 4002 char abbr[256]={'\\0'}; local
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2806 $abbr = $matches[0]; variable
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 2077 bool abbr = false; local
    [all...]

Completed in 637 milliseconds