12e5b6d6dSopenharmony_ci#*
22e5b6d6dSopenharmony_ci#*******************************************************************************
32e5b6d6dSopenharmony_ci# Copyright (C) 2016 and later: Unicode, Inc. and others.                      *
42e5b6d6dSopenharmony_ci# License & terms of use: http://www.unicode.org/copyright.html#License        *
52e5b6d6dSopenharmony_ci#*******************************************************************************
62e5b6d6dSopenharmony_ci#*******************************************************************************
72e5b6d6dSopenharmony_ci#* Copyright (C) 2008-2014, International Business Machines Corporation and    *
82e5b6d6dSopenharmony_ci#* others. All Rights Reserved.                                                *
92e5b6d6dSopenharmony_ci#*******************************************************************************
102e5b6d6dSopenharmony_ci#* This is the properties file which contains ICU runtime configuration.
112e5b6d6dSopenharmony_ci#*
122e5b6d6dSopenharmony_ci
132e5b6d6dSopenharmony_ci#
142e5b6d6dSopenharmony_ci# The default TimeZone implementation type used by the ICU TimeZone
152e5b6d6dSopenharmony_ci# factory method. [ ICU | JDK ]
162e5b6d6dSopenharmony_ci# @stable ICU 4.0
172e5b6d6dSopenharmony_ciohos.global.icu.util.TimeZone.DefaultTimeZoneType = ICU
182e5b6d6dSopenharmony_ci
192e5b6d6dSopenharmony_ci
202e5b6d6dSopenharmony_ci# The default mode for when an apostrophe starts quoted literal text for
212e5b6d6dSopenharmony_ci# MessageFormat output. See the API documentation for ohos.global.icu.text.MessagePatter
222e5b6d6dSopenharmony_ci# for the details. [ DOUBLE_OPTIONAL | DOUBLE_REQUIRED ]
232e5b6d6dSopenharmony_ci# @stable ICU 4.8
242e5b6d6dSopenharmony_ciohos.global.icu.text.MessagePattern.ApostropheMode = DOUBLE_OPTIONAL
252e5b6d6dSopenharmony_ci
262e5b6d6dSopenharmony_ci#
272e5b6d6dSopenharmony_ci# [Internal Use Only]
282e5b6d6dSopenharmony_ci# By default, DecimalFormat uses some internal equivalent character
292e5b6d6dSopenharmony_ci# data in addition to ones in DecimalFormatSymbols for parsing
302e5b6d6dSopenharmony_ci# decimal/grouping separators.  When this property is true,
312e5b6d6dSopenharmony_ci# DecimalFormat uses separators configured by DecimalFormatSymbols only
322e5b6d6dSopenharmony_ci# and does not try to find a match in the internal equivalent character
332e5b6d6dSopenharmony_ci# data.
342e5b6d6dSopenharmony_ci# @internal
352e5b6d6dSopenharmony_ciohos.global.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false
362e5b6d6dSopenharmony_ci
372e5b6d6dSopenharmony_ci# File system path where ICU looks for binary data files.
382e5b6d6dSopenharmony_ci# If not empty, then ICU looks for binary data files before looking for data on the classpath.
392e5b6d6dSopenharmony_ci# This string may contain multiple paths, see File.pathSeparatorChar.
402e5b6d6dSopenharmony_ci# Spaces (U+0020) around each path are trimmed away. Empty paths are ignored.
412e5b6d6dSopenharmony_ci# There may be individual files, for example, zoneinfo64.res,
422e5b6d6dSopenharmony_ci# or ICU4C .dat package files, for example, collation.dat or icudt54l.dat.
432e5b6d6dSopenharmony_ci# Each ICU data file may contain little-endian or big-endian data.
442e5b6d6dSopenharmony_ci# Each ICU data file's charset must be ASCII. (Platform type 'l' or 'b' but not 'e'.)
452e5b6d6dSopenharmony_ci# @draft ICU 54
462e5b6d6dSopenharmony_ciohos.global.icu.impl.ICUBinary.dataPath = /system/usr/ohos_icu
472e5b6d6dSopenharmony_ci
482e5b6d6dSopenharmony_ci#
492e5b6d6dSopenharmony_ci# [Internal Use Only]
502e5b6d6dSopenharmony_ci# Disable resource path scan for building full locale name list
512e5b6d6dSopenharmony_ci# at run time.
522e5b6d6dSopenharmony_ci# @internal
532e5b6d6dSopenharmony_ciohos.global.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false
542e5b6d6dSopenharmony_ci
552e5b6d6dSopenharmony_ci#
562e5b6d6dSopenharmony_ci# [Internal Use Only]
572e5b6d6dSopenharmony_ci# Time zone names service factory
582e5b6d6dSopenharmony_ci# @internal
592e5b6d6dSopenharmony_ci# ohos.global.icu.text.TimeZoneNames.Factory.impl = com.ibm.icu.impl.TimeZoneNamesFactoryImpl
602e5b6d6dSopenharmony_ci
612e5b6d6dSopenharmony_ci#
622e5b6d6dSopenharmony_ci# [Internal Use Only]
632e5b6d6dSopenharmony_ci# LocaleDisplayNames implementation class
642e5b6d6dSopenharmony_ci# @internal
652e5b6d6dSopenharmony_ci# ohos.global.icu.text.LocaleDisplayNames.impl = com.ibm.icu.impl.LocaleDisplayNamesImpl
66