Home
last modified time | relevance | path

Searched refs:IsNormalized (Results 1 – 25 of 39) sorted by relevance

12

/external/rust/android-crates-io/crates/unicode-normalization/src/
Dquick_check.rs13 pub enum IsNormalized { enum
24 fn quick_check<F, I>(s: I, is_allowed: F, stream_safe: bool) -> IsNormalized in quick_check()
27 F: Fn(char) -> IsNormalized, in quick_check() argument
31 let mut result = IsNormalized::Yes; in quick_check()
43 return IsNormalized::No; in quick_check()
46 IsNormalized::Yes => (), in quick_check()
47 IsNormalized::No => return IsNormalized::No, in quick_check()
48 IsNormalized::Maybe => { in quick_check()
49 result = IsNormalized::Maybe; in quick_check()
58 return IsNormalized::No; in quick_check()
[all …]
Dtables.rs14 use crate::quick_check::IsNormalized;
15 use crate::quick_check::IsNormalized::*;
21155 pub fn qc_nfc(c: char) -> IsNormalized { in qc_nfc() argument
21286 pub fn qc_nfkc(c: char) -> IsNormalized { in qc_nfkc() argument
21738 pub fn qc_nfd(c: char) -> IsNormalized { in qc_nfd() argument
21998 pub fn qc_nfkd(c: char) -> IsNormalized { in qc_nfkd() argument
Dlib.rs59 IsNormalized,
/external/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc78 if (IsNormalized()) { in Checksum()
89 if (IsNormalized()) { in NormalizedPrefixCrcAtNthChunk()
99 if (IsNormalized() || rep().prefix_crc.empty()) { in Normalize()
Dcrc_cord_state_test.cc29 EXPECT_TRUE(state.IsNormalized()); in TEST()
46 EXPECT_FALSE(state.IsNormalized()); in TEST()
50 EXPECT_TRUE(state.IsNormalized()); in TEST()
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.cc78 if (IsNormalized()) { in Checksum()
89 if (IsNormalized()) { in NormalizedPrefixCrcAtNthChunk()
99 if (IsNormalized() || rep().prefix_crc.empty()) { in Normalize()
Dcrc_cord_state_test.cc29 EXPECT_TRUE(state.IsNormalized()); in TEST()
46 EXPECT_FALSE(state.IsNormalized()); in TEST()
50 EXPECT_TRUE(state.IsNormalized()); in TEST()
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/external/cronet/tot/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc78 if (IsNormalized()) { in Checksum()
89 if (IsNormalized()) { in NormalizedPrefixCrcAtNthChunk()
99 if (IsNormalized() || rep().prefix_crc.empty()) { in Normalize()
Dcrc_cord_state_test.cc29 EXPECT_TRUE(state.IsNormalized()); in TEST()
46 EXPECT_FALSE(state.IsNormalized()); in TEST()
50 EXPECT_TRUE(state.IsNormalized()); in TEST()
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.cc77 if (IsNormalized()) { in Checksum()
88 if (IsNormalized()) { in NormalizedPrefixCrcAtNthChunk()
98 if (IsNormalized() || rep().prefix_crc.empty()) { in Normalize()
Dcrc_cord_state_test.cc29 EXPECT_TRUE(state.IsNormalized()); in TEST()
46 EXPECT_FALSE(state.IsNormalized()); in TEST()
50 EXPECT_TRUE(state.IsNormalized()); in TEST()
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.cc78 if (IsNormalized()) { in Checksum()
89 if (IsNormalized()) { in NormalizedPrefixCrcAtNthChunk()
99 if (IsNormalized() || rep().prefix_crc.empty()) { in Normalize()
Dcrc_cord_state_test.cc29 EXPECT_TRUE(state.IsNormalized()); in TEST()
46 EXPECT_FALSE(state.IsNormalized()); in TEST()
50 EXPECT_TRUE(state.IsNormalized()); in TEST()
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
89 if (!IsNormalized(Seconds, Nanos)) in ToTimeSpan()
199 if (IsNormalized(seconds, nanoseconds)) in ToJson()
DTimestampPartial.cs48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp
116 if (!IsNormalized(Seconds, Nanos)) in ToDateTime()
201 if (IsNormalized(seconds, nanoseconds)) in ToJson()
/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
89 if (!IsNormalized(Seconds, Nanos)) in ToTimeSpan()
199 if (IsNormalized(seconds, nanoseconds)) in ToJson()
DTimestampPartial.cs48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp
116 if (!IsNormalized(Seconds, Nanos)) in ToDateTime()
201 if (IsNormalized(seconds, nanoseconds)) in ToJson()
/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
89 if (!IsNormalized(Seconds, Nanos)) in ToTimeSpan()
199 if (IsNormalized(seconds, nanoseconds)) in ToJson()
DTimestampPartial.cs48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp
116 if (!IsNormalized(Seconds, Nanos)) in ToDateTime()
201 if (IsNormalized(seconds, nanoseconds)) in ToJson()
/external/deqp-deps/amber/src/
Dformat.h79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function
133 bool IsNormalized() const { in IsNormalized() function
134 if (type_->IsNumber() && IsNormalized(type_->AsNumber()->GetFormatMode())) in IsNormalized()
139 if (!IsNormalized(member.mode)) { in IsNormalized()

12