Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberSkeletonImpl.java194 private static Notation notation(StemEnum stem) { in notation()
211 private static MeasureUnit unit(StemEnum stem) { in unit()
224 private static Precision precision(StemEnum stem) { in precision()
239 private static RoundingMode roundingMode(StemEnum stem) { in roundingMode()
262 private static GroupingStrategy groupingStrategy(StemEnum stem) { in groupingStrategy()
279 private static UnitWidth unitWidth(StemEnum stem) { in unitWidth()
296 private static SignDisplay signDisplay(StemEnum stem) { in signDisplay()
317 private static DecimalSeparatorDisplay decimalSeparatorDisplay(StemEnum stem) { in decimalSeparatorDisplay()
513 ParseState stem = ParseState.STATE_NULL; in parseSkeleton() local
618 StemEnum stem = STEM_ENUM_VALUES[stemTrie.getValue()]; in parseStem() local
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberSkeletonImpl.java193 private static Notation notation(StemEnum stem) { in notation()
210 private static MeasureUnit unit(StemEnum stem) { in unit()
223 private static Precision precision(StemEnum stem) { in precision()
238 private static RoundingMode roundingMode(StemEnum stem) { in roundingMode()
261 private static GroupingStrategy groupingStrategy(StemEnum stem) { in groupingStrategy()
278 private static UnitWidth unitWidth(StemEnum stem) { in unitWidth()
295 private static SignDisplay signDisplay(StemEnum stem) { in signDisplay()
316 private static DecimalSeparatorDisplay decimalSeparatorDisplay(StemEnum stem) { in decimalSeparatorDisplay()
512 ParseState stem = ParseState.STATE_NULL; in parseSkeleton() local
617 StemEnum stem = STEM_ENUM_VALUES[stemTrie.getValue()]; in parseStem() local
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp149 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation()
167 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit()
184 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision()
200 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode()
224 UGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy()
241 UNumberUnitWidth stem_to_object::unitWidth(skeleton::StemEnum stem) { in unitWidth()
258 UNumberSignDisplay stem_to_object::signDisplay(skeleton::StemEnum stem) { in signDisplay()
279 UNumberDecimalSeparatorDisplay stem_to_object::decimalSeparatorDisplay(skeleton::StemEnum stem) { in decimalSeparatorDisplay()
433 ParseState stem = STATE_NULL; in parseSkeleton() local
545 auto stem = static_cast<StemEnum>(stemTrie.getValue()); in parseStem() local
[all …]
/external/selinux/libselinux/src/
Dlabel_file.h58 struct stem { struct
59 char *buf;
60 int len;
84 * The array of regular expression stems. argument
306 char *stem; in find_stem_from_spec() local
Dlabel_file.c849 struct stem *stem; in closef() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dutils.cc58 absl::string_view stem = pos == absl::string_view::npos in ReplaceFilenameExtension() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp174 std::string stem; member
/external/u-boot/drivers/core/
Dof_access.c63 char stem[0]; member
675 int id, const char *stem, int stem_len) in of_alias_add()
748 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp203 for (auto& stem : stems) { in stemsRequiringOption() local
/external/selinux/libselinux/utils/
Dsefcontext_compile.c156 char *stem = data->stem_arr[i].buf; in write_binary_file() local
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp135 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; in TEST() local
/external/freetype/include/freetype/internal/
Dpshints.h347 T1_Hints_SetStemFunc stem; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java232 public boolean on(ASN1ObjectIdentifier stem) in on()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java238 public boolean on(ASN1ObjectIdentifier stem) in on()
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf.py47 def new_name(self, stem='tmp'): argument
Danf_test.py41 def new_name(self, stem='tmp'): argument
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp457 const StringRef stem(StringRef path) { in stem() function
/external/scapy/scapy/asn1/
Dasn1.py70 def register_stem(cls, stem): argument
/external/llvm/unittests/Support/
DPath.cpp148 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; in TEST() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp578 StringRef stem(StringRef path) { in stem() function
/external/llvm/lib/Support/
DPath.cpp578 StringRef stem(StringRef path) { in stem() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp181 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; in TEST() local
/external/python/cpython3/Lib/
Dpathlib.py807 def stem(self): member in PurePath
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp583 StringRef stem(StringRef path, Style style) { in stem() function