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

  /external/chromium_org/components/autofill/core/browser/
state_names.cc 102 base::string16 abbr = value; local
104 abbr = GetAbbreviationForName(value);
111 abbreviation->swap(abbr);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.cpp 138 const AtomicString& HTMLTableCellElement::abbr() const function in class:WebCore::HTMLTableCellElement
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 258 const Dwarf_Abbr_DIE* abbr = parent_cu()->get_die_abbr(abbr_num); local
259 if (abbr == NULL) {
263 const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &die_tag);
  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 299 const UnicodeString &abbr = *i; local
300 ustrs[n] = abbr;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 81 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);
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 379 String abbr = checks[index].substring(underscore + 1); local
380 if (abbr.equals("AIOOBE")) {
383 throw new RuntimeException("unknown exception abbreviation: " + abbr);
    [all...]
  /external/chromium_org/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 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/icu/icu4c/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 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/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 4002 char abbr[256]={'\\0'}; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 4003 char abbr[256]={'\\0'}; local
    [all...]

Completed in 519 milliseconds