Home
last modified time | relevance | path

Searched defs:chars (Results 76 - 100 of 234) sorted by relevance

12345678910

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestBidiTransform.java317 private static void shapeDigits(char[] chars, char srcZero, char destZero) { in shapeDigits() argument
331 private static void shapeLetters(char[] chars, int indexParity) { in shapeLetters() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestBidiTransform.java320 private static void shapeDigits(char[] chars, char srcZero, char destZero) { in shapeDigits() argument
334 private static void shapeLetters(char[] chars, int indexParity) { in shapeLetters() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java116 public UScriptRun(char[] chars) in UScriptRun() argument
133 public UScriptRun(char[] chars, int start, int count) in UScriptRun() argument
210 public final void reset(char[] chars, int start, int count) in reset() argument
231 reset(char[] chars) reset() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dformatted_string_builder.cpp443 const char16_t *FormattedStringBuilder::chars() const { in chars() function in FormattedStringBuilder
/third_party/node/deps/zlib/
H A Dgzlib.c37 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM in gz_strwinerror() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dformatted_string_builder.cpp443 const char16_t *FormattedStringBuilder::chars() const { in chars() function in FormattedStringBuilder
/third_party/node/deps/icu-small/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/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp399 int generateFile(const UChar *chars, int32_t length) { in generateFile() argument
/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

Completed in 17 milliseconds

12345678910