Home
last modified time | relevance | path

Searched defs:stem (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberSkeletonImpl.java243 private static Notation notation(StemEnum stem) { in notation()
260 private static MeasureUnit unit(StemEnum stem) { in unit()
273 private static Precision precision(StemEnum stem) { in precision()
288 private static RoundingMode roundingMode(StemEnum stem) { in roundingMode()
311 private static GroupingStrategy groupingStrategy(StemEnum stem) { in groupingStrategy()
328 private static UnitWidth unitWidth(StemEnum stem) { in unitWidth()
349 private static SignDisplay signDisplay(StemEnum stem) { in signDisplay()
374 private static DecimalSeparatorDisplay decimalSeparatorDisplay(StemEnum stem) { in decimalSeparatorDisplay()
582 ParseState stem = ParseState.STATE_NULL; in parseSkeleton() local
697 StemEnum stem = STEM_ENUM_VALUES[stemTrie.getValue()]; in parseStem() local
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberSkeletonImpl.java228 private static Notation notation(StemEnum stem) { in notation()
245 private static MeasureUnit unit(StemEnum stem) { in unit()
258 private static Precision precision(StemEnum stem) { in precision()
273 private static RoundingMode roundingMode(StemEnum stem) { in roundingMode()
296 private static GroupingStrategy groupingStrategy(StemEnum stem) { in groupingStrategy()
313 private static UnitWidth unitWidth(StemEnum stem) { in unitWidth()
334 private static SignDisplay signDisplay(StemEnum stem) { in signDisplay()
355 private static DecimalSeparatorDisplay decimalSeparatorDisplay(StemEnum stem) { in decimalSeparatorDisplay()
557 ParseState stem = ParseState.STATE_NULL; in parseSkeleton() local
670 StemEnum stem = STEM_ENUM_VALUES[stemTrie.getValue()]; in parseStem() local
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp167 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation()
184 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit()
197 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision()
212 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode()
241 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy()
258 UNumberUnitWidth stem_to_object::unitWidth(skeleton::StemEnum stem) { in unitWidth()
279 UNumberSignDisplay stem_to_object::signDisplay(skeleton::StemEnum stem) { in signDisplay()
304 UNumberDecimalSeparatorDisplay stem_to_object::decimalSeparatorDisplay(skeleton::StemEnum stem) { in decimalSeparatorDisplay()
512 ParseState stem = STATE_NULL; in parseSkeleton() local
642 auto stem = static_cast<StemEnum>(stemTrie.getValue()); in parseStem() local
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_skeletons.cpp166 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation()
183 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit()
196 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision()
211 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode()
240 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy()
257 UNumberUnitWidth stem_to_object::unitWidth(skeleton::StemEnum stem) { in unitWidth()
278 UNumberSignDisplay stem_to_object::signDisplay(skeleton::StemEnum stem) { in signDisplay()
303 UNumberDecimalSeparatorDisplay stem_to_object::decimalSeparatorDisplay(skeleton::StemEnum stem) { in decimalSeparatorDisplay()
511 ParseState stem = STATE_NULL; in parseSkeleton() local
641 auto stem = static_cast<StemEnum>(stemTrie.getValue()); in parseStem() local
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dnumber_skeletons.cpp167 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation()
184 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit()
197 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision()
212 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode()
241 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy()
258 UNumberUnitWidth stem_to_object::unitWidth(skeleton::StemEnum stem) { in unitWidth()
279 UNumberSignDisplay stem_to_object::signDisplay(skeleton::StemEnum stem) { in signDisplay()
304 UNumberDecimalSeparatorDisplay stem_to_object::decimalSeparatorDisplay(skeleton::StemEnum stem) { in decimalSeparatorDisplay()
512 ParseState stem = STATE_NULL; in parseSkeleton() local
642 auto stem = static_cast<StemEnum>(stemTrie.getValue()); in parseStem() local
[all …]
/third_party/selinux/libselinux/src/
Dlabel_file.h62 struct stem { struct
63 char *buf;
64 int len;
88 * The array of regular expression stems. argument
309 char *stem; in find_stem_from_spec() local
Dlabel_file.c879 struct stem *stem; in closef() local
/third_party/pulseaudio/man/
Dmeson.build50 stem = tuple[0] variable
/third_party/mbedtls/tests/scripts/
Dtest_config_script.py40 def output_file_name(directory, stem, extension): argument
/third_party/selinux/libselinux/utils/
Dsefcontext_compile.c156 char *stem = data->stem_arr[i].buf; in write_binary_file() local
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpshints.h346 T1_Hints_SetStemFunc stem; member
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp274 for (auto& stem : stems) { in stemsRequiringOption() local
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp336 path path::stem() const { in stem() function in fs::path
/third_party/python/Lib/
Dpathlib.py744 def stem(self): member in PurePath
764 def with_stem(self, stem): argument
/third_party/python/Lib/importlib/metadata/
D__init__.py914 def _name_from_stem(self, stem): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp578 StringRef stem(StringRef path) { in stem() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp590 StringRef stem(StringRef path, Style style) { in stem() function
/third_party/node/tools/lint-md/
Dlint-md.mjs420 get stem() { getter in VFile$1
425 set stem(stem) { argument
27007 get stem() { getter in VFile
27012 set stem(stem) { setter in VFile