Package com.ibm.icu.text.TimeZoneFormat

Examples of com.ibm.icu.text.TimeZoneFormat.TimeType


   *            the MatchInfo
   * @return A GenericMatchInfo
   */
  private GenericMatchInfo createGenericMatchInfo(final MatchInfo matchInfo) {
    GenericNameType nameType = null;
    TimeType timeType = TimeType.UNKNOWN;
    switch (matchInfo.nameType()) {
    case LONG_STANDARD:
      nameType = GenericNameType.LONG;
      timeType = TimeType.STANDARD;
      break;
View Full Code Here

TOP

Related Classes of com.ibm.icu.text.TimeZoneFormat.TimeType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.