Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/unicode-normalization/src/
Dtables.rs21155 pub fn qc_nfc(c: char) -> IsNormalized { in qc_nfc()
21286 pub fn qc_nfkc(c: char) -> IsNormalized { in qc_nfkc()
21738 pub fn qc_nfd(c: char) -> IsNormalized { in qc_nfd()
21998 pub fn qc_nfkd(c: char) -> IsNormalized { in qc_nfkd()
Dquick_check.rs13 pub enum IsNormalized { enum
27 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/cronet/tot/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/external/angle/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/external/cronet/stable/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/external/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/external/cronet/tot/third_party/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
/external/cronet/stable/third_party/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
/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
/external/pytorch/test/cpp/tensorexpr/
Dtest_loopnest.cpp3184 TEST(LoopNest, IsNormalized) { in TEST() argument