/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/src/ |
D | tables.rs | 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()
|
D | quick_check.rs | 10 pub enum IsNormalized { enum 24 F: Fn(char) -> IsNormalized, in quick_check()
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | format.h | 79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function 133 bool IsNormalized() const { in IsNormalized() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/internal/ |
H A D | crc_cord_state.h | 110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/internal/ |
D | crc_cord_state.h | 110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/internal/ |
H A D | crc_cord_state.h | 110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/internal/ |
H A D | crc_cord_state.h | 110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
|
/aosp_15_r20/external/abseil-cpp/absl/crc/internal/ |
H A D | crc_cord_state.h | 110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration
|
H A D | TimestampPartial.cs | 48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | DurationPartial.cs | 65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration
|
H A D | TimestampPartial.cs | 48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_loopnest.cpp | 3184 TEST(LoopNest, IsNormalized) { in TEST() argument
|