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;
121 return (style == TimeZone.LONG) ? row[LONG_NAME] : row[SHORT_NAME];
  /external/chromium_org/components/search_engines/
template_url_parser.cc 116 SHORT_NAME,
253 case TemplateURLParsingContext::SHORT_NAME:
254 context->data_.short_name = context->string_;
301 if (method_ == TemplateURLParsingContext::POST || data_.short_name.empty() ||
337 (*kElementNameToElementTypeMap)[kShortNameElement] = SHORT_NAME;

Completed in 172 milliseconds