Searched defs:IsNormalized (Results 1 – 9 of 9) sorted by relevance
34288 pub fn qc_nfc(c: char) -> IsNormalized { in qc_nfc()34413 pub fn qc_nfkc(c: char) -> IsNormalized { in qc_nfkc()34857 pub fn qc_nfd(c: char) -> IsNormalized { in qc_nfd()35108 pub fn qc_nfkd(c: char) -> IsNormalized { in qc_nfkd()
10 pub enum IsNormalized { enum24 F: Fn(char) -> IsNormalized, in quick_check()
79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function133 bool IsNormalized() const { in IsNormalized() function
110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration
48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp