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

  /prebuilts/go/darwin-x86/src/time/
zoneinfo_abbrs_windows.go 10 type abbr struct { type
15 var abbrs = map[string]abbr{
  /prebuilts/go/linux-x86/src/time/
zoneinfo_abbrs_windows.go 10 type abbr struct { type
15 var abbrs = map[string]abbr{
  /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());
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.cpp 31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); local
42 if (lengthOK && versionOK && addrSizeOK && abbrOffsetOK && abbr != NULL) {
43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset);
  /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);
142 String abbr = null; local
162 } else if ("abbr".equals(key)) {
163 abbr = value;
168 Era era = new Era(eraName, abbr, since, localTime);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestUScript.java 210 /* test abbr */
232 /* abbr should return */
303 /* abbr should return */
311 /* test abbr */
608 String abbr = UScript.getShortName(code); local
609 if(abbr.indexOf("INV")>=0){
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScript.java 209 /* test abbr */
231 /* abbr should return */
302 /* abbr should return */
310 /* test abbr */
607 String abbr = UScript.getShortName(code); local
608 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 589 const UnicodeString *abbr = fSet.getStringAt(i); local
590 if(abbr) {
591 FB_TRACE("build",abbr,TRUE,i);
592 ustrs[n] = *abbr; // copy by value
595 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...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java 1914 String abbr; local
1941 String abbr; local
    [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 142 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1 member in struct:ZoneType
149 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
410 type.abbr = (int32_t) c;
453 // the end of each abbr.
458 // offset of each abbr in a vector.
469 // raw abbr strings. New value is index into vector of
479 find(abbroffset.begin(), abbroffset.end(), it->abbr);
482 // the abbr list when a middle offset is given, e.g.,
486 // abbr at this time.
489 // the Olson abbr data, or if the above TODO is completed
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 138 const FX_CHAR* abbr; member in struct:__anon28244::AbbrPair
165 const CFX_ByteStringC& abbr) {
166 auto it = std::find_if(table, table + count, [abbr](const AbbrPair& pair) {
167 return pair.abbr == abbr;
238 CFX_ByteStringC PDF_FindKeyAbbreviationForTesting(const CFX_ByteStringC& abbr) {
239 return FindFullName(InlineKeyAbbr, FX_ArraySize(InlineKeyAbbr), abbr);
243 const CFX_ByteStringC& abbr) {
244 return FindFullName(InlineValueAbbr, FX_ArraySize(InlineValueAbbr), abbr);
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 4015 char abbr[256]={'\\0'}; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 2597 String abbr = UScript.getShortName(code); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 2596 String abbr = UScript.getShortName(code); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1109 milliseconds