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

  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 39 public static final int SHORT_NAME = 2;
126 return (style == TimeZone.LONG) ? row[LONG_NAME] : row[SHORT_NAME];
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 83 SHORT_NAME,
214 (*kElementNameToElementTypeMap)[kShortNameElement] = SHORT_NAME;
478 case ParsingContext::SHORT_NAME:
582 if (!url->short_name().empty() && !url->description().empty()) {

Completed in 44 milliseconds