Home
last modified time | relevance | path

Searched defs:GeneralCategory (Results 1 – 16 of 16) sorted by relevance

/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DGeneralCategory.d.ts10 export class GeneralCategory { class
DGeneralCategory.mjs11 export class GeneralCategory { class
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DGeneralCategory.d.hpp21 enum GeneralCategory { enum
59 class GeneralCategory { class
96 constexpr GeneralCategory(Value v) : value(v) {} in GeneralCategory() function in icu4x::GeneralCategory
/external/rust/android-crates-io/crates/icu_capi/bindings/c/
DGeneralCategory.d.h14 typedef enum GeneralCategory { enum
45 } GeneralCategory; typedef
/external/rust/android-crates-io/crates/icu_properties/src/
Druntime.rs138 GeneralCategory = 0x1005, enumerator
Dtrievalue.rs44 impl TrieValue for GeneralCategory { implementation
Dprops.rs218 pub enum GeneralCategory { enum
291 impl GeneralCategory { impl
332 impl TryFrom<u8> for GeneralCategory { implementation
Dnames.rs808 impl GeneralCategory { impl
/external/rust/android-crates-io/crates/icu_capi/src/
Dproperties_enums.rs1863 pub enum GeneralCategory { enum
1974 impl GeneralCategory { implementation
/external/rust/android-crates-io/crates/regex-syntax/src/
Dunicode.rs269 GeneralCategory(&'static str), enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/
Dunicode.rs332 GeneralCategory(&'static str), enumerator
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/
Dunicode.rs332 GeneralCategory(&'static str), enumerator
/external/llvm/lib/Support/
DCommandLine.cpp360 OptionCategory llvm::cl::GeneralCategory("General options"); member in llvm::cl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp379 OptionCategory llvm::cl::GeneralCategory("General options"); member in llvm::cl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp479 OptionCategory llvm::cl::GeneralCategory("General options"); member in llvm::cl
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DCommandLine.cpp2679 static OptionCategory GeneralCategory{"General options"}; in getGeneralCategory() local