Home
last modified time | relevance | path

Searched defs:is_unicode (Results 1 – 12 of 12) sorted by relevance

/external/cronet/net/ntlm/
Dntlm_client.cc100 bool is_unicode, in WriteStringPayloads()
117 size_t GetStringPayloadLength(const std::u16string& str, bool is_unicode) { in GetStringPayloadLength()
129 size_t GetStringPayloadLength(const std::string& str, bool is_unicode) { in GetStringPayloadLength()
266 bool is_unicode = (authenticate_flags & NegotiateFlags::kUnicode) == in GenerateAuthenticateMessage() local
349 bool is_unicode, in CalculatePayloadLayout()
/external/oss-fuzz/projects/libyaml/
Dlibyaml_reformatter_fuzzer.c34 bool is_unicode = data[1] & 1; in LLVMFuzzerTestOneInput() local
Dlibyaml_reformatter_alt_fuzzer.c34 bool is_unicode = data[1] & 1; in LLVMFuzzerTestOneInput() local
Dlibyaml_deconstructor_fuzzer.c34 bool is_unicode = data[1] & 1; in LLVMFuzzerTestOneInput() local
Dlibyaml_emitter_fuzzer.c220 bool is_unicode = data[1] & 1; in LLVMFuzzerTestOneInput() local
Dlibyaml_deconstructor_alt_fuzzer.c34 bool is_unicode = data[1] & 1; in LLVMFuzzerTestOneInput() local
Dlibyaml_dumper_fuzzer.c218 bool is_unicode = data[1] & 1; in LLVMFuzzerTestOneInput() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestDisplayAndInputProcessor.java175 String is_unicode = "\u1019\u101B\u103E\u102D\u101E\u1031\u102C"; in TestMyanmarZawgyi() local
/external/armnn/third-party/fmt/
Dcore.h324 template <typename Char> constexpr bool is_unicode() { in is_unicode() function
/external/fmtlib/include/fmt/
Dcore.h332 template <typename Char> constexpr bool is_unicode() { in is_unicode() function
/external/rust/crates/regex-syntax/src/hir/
Dmod.rs757 pub fn is_unicode(&self) -> bool { in is_unicode() method
/external/python/cpython3/Modules/
Dposixmodule.c1132 int is_index, is_buffer, is_bytes, is_unicode; in path_converter() local