Home
last modified time | relevance | path

Searched refs:CharProperty (Results 1 – 25 of 103) sorted by relevance

12345

/dports/devel/grex/grex-1.3.0/cargo-crates/unic-char-property-0.9.0/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
H A Dlib.rs41 pub use self::property::{CharProperty, PartialCharProperty, TotalCharProperty};
/dports/devel/grcov/grcov-0.8.2/cargo-crates/unic-char-property-0.9.0/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
H A Dlib.rs41 pub use self::property::{CharProperty, PartialCharProperty, TotalCharProperty};
/dports/devel/tokei/tokei-12.1.2/cargo-crates/unic-char-property-0.9.0/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
H A Dlib.rs41 pub use self::property::{CharProperty, PartialCharProperty, TotalCharProperty};
/dports/devel/texlab/texlab-3.3.0/cargo-crates/unic-char-property-0.9.0/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
/dports/www/zola/zola-0.15.2/cargo-crates/unic-char-property-0.9.0/src/
H A Drange_types.rs17 use super::property::CharProperty; trait
28 pub trait EnumeratedCharProperty: Sized + CharProperty { in prop_abbr_name()
47 pub trait BinaryCharProperty: CharProperty { in of()
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/unic-char-property-0.9.0/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
/dports/lang/rust/rustc-1.58.1-src/vendor/unic-char-property/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-char-property/src/
H A Drange_types.rs17 use super::property::CharProperty;
28 pub trait EnumeratedCharProperty: Sized + CharProperty {
47 pub trait BinaryCharProperty: CharProperty {
89 pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
101 pub trait CustomCharProperty<Value>: CharProperty {
H A Dmacros.rs144 __impl CharProperty for $prop_name;
231 __impl CharProperty for $prop_name;
257 __impl CharProperty for $prop_name:ident;
262 impl $crate::CharProperty for $prop_name {
/dports/graphics/dia/dia-0.97.3/lib/
H A Dprop_inttypes.c42 static CharProperty *
45 CharProperty *prop = g_new0(CharProperty,1); in charprop_new()
51 static CharProperty *
52 charprop_copy(CharProperty *src) in charprop_copy()
54 CharProperty *prop = in charprop_copy()
63 charprop_get_widget(CharProperty *prop, PropDialog *dialog) in charprop_get_widget()
71 charprop_reset_widget(CharProperty *prop, WIDGET *widget) in charprop_reset_widget()
102 charprop_save(CharProperty *prop, AttributeNode attr) in charprop_save()
111 charprop_get_from_offset(CharProperty *prop, in charprop_get_from_offset()
118 charprop_set_from_offset(CharProperty *prop, in charprop_set_from_offset()
[all …]
H A Dprop_inttypes.h35 } CharProperty; typedef
/dports/japanese/mecab/mecab-0.996/src/
H A Dchar_property.cpp74 bool CharProperty::open(const Param &param) { in open()
80 bool CharProperty::open(const char *filename) { in open()
105 void CharProperty::close() { in close()
109 size_t CharProperty::size() const { return clist_.size(); } in size()
111 const char *CharProperty::name(size_t i) const { in name()
116 void CharProperty::set_charset(const char *ct) { in set_charset()
120 int CharProperty::id(const char *key) const { in id()
129 bool CharProperty::compile(const char *cfile, in compile()
H A Dchar_property.h26 class CharProperty {
81 CharProperty(): cmmap_(new Mmap<char>), map_(0), charset_(0) {} in CharProperty() function
82 virtual ~CharProperty() { this->close(); } in ~CharProperty()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/regex/
H A DPattern.java2496 CharProperty prev = null; in clazz()
2497 CharProperty node = null; in clazz()
2690 CharProperty node = null; in family()
3782 CharProperty complement() { in complement()
4123 return new CharProperty() {
4142 return new CharProperty() {
5261 private static CharProperty union(final CharProperty lhs,
5263 return new CharProperty() {
5271 private static CharProperty intersection(final CharProperty lhs,
5273 return new CharProperty() {
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/regex/
H A DPattern.java2496 CharProperty prev = null; in clazz()
2497 CharProperty node = null; in clazz()
2690 CharProperty node = null; in family()
3782 CharProperty complement() { in complement()
4123 return new CharProperty() {
4142 return new CharProperty() {
5261 private static CharProperty union(final CharProperty lhs,
5263 return new CharProperty() {
5271 private static CharProperty intersection(final CharProperty lhs,
5273 return new CharProperty() {
[all …]

12345