Home
last modified time | relevance | path

Searched defs:chars (Results 101 - 125 of 316) sorted by relevance

12345678910>>...13

/third_party/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp128 appendUtf8(std::string &outstr, const std::string &linestr, size_t &pos, size_t chars) appendUtf8() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc107 void strrmm(string* s, const string& chars) { in strrmm() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc266 unibrow::uchar chars[Converter::kMaxWidth]; in ConvertCaseHelper() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.cc322 char chars[2]; in GetPacketData() local
337 outstr << chars[0]; in GetPacketData() local
339 outstr << chars[ in GetPacketData() local
355 outstr << chars[0]; GetPacketData() local
356 outstr << chars[1]; GetPacketData() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc277 static int CopyCachedOneByteCharsToArray(Heap* heap, const uint8_t* chars, in CopyCachedOneByteCharsToArray() argument
323 base::Vector<const uint8_t> chars = content.ToOneByteVector(); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc138 char* chars = new char[size + 1]; in GetExtraCode() local
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h140 const uint8_t* chars = reinterpret_cast<const uint8_t*>(literal); local
/third_party/node/deps/v8/src/utils/
H A Dutils.cc152 std::string VectorToString(const std::vector<char>& chars) { in VectorToString() argument
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Drenderer.rs125 fn chars(&self) -> &'config Chars { in chars() functions
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.cpp422 const char16_t *FormattedStringBuilder::chars() const { in chars() function in FormattedStringBuilder
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp82 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) in Paragraph() argument
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp128 appendUtf8(std::string &outstr, const std::string &linestr, size_t &pos, size_t chars) appendUtf8() argument
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp329 const char *chars=(const char *)context; in compareToCEntries() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc224 hb_codepoint_t chars[2]; in preprocess_text_hangul() local
/third_party/toybox/toys/pending/
H A Dstty.c77 static const struct flag chars[] = { variable
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java688 private static String newString(char... chars) { in newString() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping_test.cc90 char chars[2]; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dchecker.h43 constexpr bool ContainsChar(const char* chars, char c) { in ContainsChar() argument
79 constexpr string_view ConsumeAnyOf(string_view format, const char* chars) { in ConsumeAnyOf() argument
/third_party/zlib/
H A Dgzlib.c36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM in gz_strwinerror() local
[all...]
/third_party/zlib/test/
H A Dminigzip.c87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
[all...]
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp311 std::unique_ptr<char[]> chars = std::make_unique<char[]>(MAX_DUMP_INFO_LENGTH); in Dump() local
334 std::unique_ptr<char[]> chars = std::make_unique<char[]>(MAX_DUMP_INFO_LENGTH); in DumpQueueInfo() local
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dpcbios.c72 char chars[16]; member
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dgeneric.c254 int chars; in usb_serial_generic_chars_in_buffer() local
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_memory.c123 int chars; in ttm_mem_zone_store() local
201 int chars; in ttm_mem_global_store() local
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dgeneric.c254 unsigned int chars; in usb_serial_generic_chars_in_buffer() local

Completed in 21 milliseconds

12345678910>>...13