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

  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ProgressListenerImpl.java 42 Abbreviator abbr; field in class:ProgressListenerImpl
48 this.abbr = new Abbreviator((int) projectFolder.length(), TARGET_FILE_LENGTH, File.separatorChar);
109 return abbr.abbreviate(file.getCanonicalPath());
  /libcore/ojluni/src/main/java/sun/util/calendar/
Era.java 65 private final String abbr; field in class:Era
74 * @param abbr the abbreviation of the era name (e.g., "B.C.E." for "BeforeCommonEra")
81 public Era(String name, String abbr, long since, boolean localTime) {
83 this.abbr = abbr;
101 return abbr;
105 return abbr;
130 && abbr.equals(that.abbr)
139 hash = name.hashCode() ^ abbr.hashCode() ^ (int)since ^ (int)(since >> 32
    [all...]
LocalGregorianCalendar.java 107 String abbr = era.getAbbreviation(); local
108 if (abbr != null) {
109 sb.append(abbr);
153 String abbr = null; local
173 } else if ("abbr".equals(key)) {
174 abbr = value;
179 Era era = new Era(eraName, abbr, since, localTime);
  /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/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) {
  /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);
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 396 String abbr = checks[index].substring(underscore + 1); local
397 if (abbr.equals("AIOOBE")) {
400 throw new RuntimeException("unknown exception abbreviation: " + abbr);
    [all...]
  /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...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 24 _FX_BSTR abbr; member in struct:__anon21386::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/icu/icu4c/source/test/intltest/
transtst.cpp 4003 char abbr[256]={'\\0'}; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 2531 String abbr = UScript.getShortName(code); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 2527 String abbr = UScript.getShortName(code); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 862 milliseconds