Home
last modified time | relevance | path

Searched defs:IsNormalized (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/unicode-normalization/src/
Dtables.rs21771 pub fn qc_nfc(c: char) -> IsNormalized { in qc_nfc()
21896 pub fn qc_nfkc(c: char) -> IsNormalized { in qc_nfkc()
22335 pub fn qc_nfd(c: char) -> IsNormalized { in qc_nfd()
22586 pub fn qc_nfkd(c: char) -> IsNormalized { in qc_nfkd()
Dquick_check.rs10 pub enum IsNormalized { enum
24 F: Fn(char) -> IsNormalized, in quick_check()
/external/deqp-deps/amber/src/
Dformat.h79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function
133 bool IsNormalized() const { in IsNormalized() function
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration
DTimestampPartial.cs48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp