Home
last modified time | relevance | path

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

12345678910

/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...]
/third_party/gn/src/base/json/
H A Djson_parser.cc175 std::optional<std::string_view> chars = PeekChars(1); in PeekChar() local
182 std::optional<std::string_view> chars = PeekChars(count); in ConsumeChars() local
189 std::optional<std::string_view> chars = ConsumeChars(1); in ConsumeChar() local
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c113 pf_flow *pf_create(const LEUnicode chars[], le_int32 charCount, const pl_fontRuns *fontRuns, LEErrorCode *status) in pf_create() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
H A DExhaustiveTest.java50 private void myTest(char[] chars, int len) { in myTest() argument
88 private void myMultipassTest(char [] chars, int len) throws Exception { in myMultipassTest() argument
372 printChars(char[] chars, int len) printChars() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
H A DExhaustiveTest.java53 private void myTest(char[] chars, int len) { in myTest() argument
91 private void myMultipassTest(char [] chars, int len) throws Exception { in myMultipassTest() argument
375 printChars(char[] chars, int len) printChars() argument
[all...]
/third_party/icu/icu4c/source/io/
H A Dustdio.cpp310 u_file_write_flush(const UChar *chars, in u_file_write_flush() argument
395 u_file_write( const UChar *chars, in u_file_write() argument
696 u_file_read( UChar *chars, in u_file_read() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp215 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status) in add() argument
/third_party/icu/icu4c/source/test/letest/
H A Dcletest.c52 LEUnicode chars[] = { in ParamTest() local
222 LEUnicode chars[] = { AccessTest() local
527 LEUnicode chars[] = { GlyphToCharTest() local
[all...]
/third_party/node/deps/v8/src/strings/
H A Duri.cc200 base::uc16* chars = result->GetChars(no_gc); in Decode() local
/third_party/skia/third_party/externals/icu/source/io/
H A Dustdio.cpp310 u_file_write_flush(const UChar *chars, in u_file_write_flush() argument
395 u_file_write( const UChar *chars, in u_file_write() argument
696 u_file_read( UChar *chars, in u_file_read() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.c111 pf_flow *pf_create(const LEUnicode chars[], le_int32 charCount, const pl_fontRuns *fontRuns, LEErrorCode *status) in pf_create() argument
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp65 XML_CharacterDataHandler chars; member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc259 uint32_t *chars = (uint32_t *) scratch; in _hb_graphite2_shape() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-buffer.c382 unsigned int chars, i, j, len; in test_buffer_utf8_conversion() local
738 unsigned int u_len, chars, j, len; in test_buffer_utf16_conversion() local
792 unsigned int u_len, chars, j, len; test_buffer_utf32_conversion() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc73 const char* chars = s.data(); in StringRepresentedInline() local
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs57 fn chars(&self) -> Chars<'a> { in as_bytes() functions
323 let mut chars = input.char_indices(); in ident_not_raw() variables
385 let mut chars = input.char_indices(); in cooked_string() variables
549 let mut chars = input.char_indices(); cooked_c_string() variables
609 let mut chars = input.char_indices(); character() variables
726 let mut chars = input.chars().peekable(); float_digits() variables
898 let mut chars = input.chars(); punct_char() variables
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp165 bool StartWith(const char* name, const char* chars) in StartWith() argument
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp371 char chars[NAME_MAXIMUM_LIMIT] = {0}; in GetStringProperty() local
/third_party/elfutils/src/
H A Daddr2line.c182 ssize_t chars; in main() local
/third_party/alsa-utils/axfer/
H A Dcontainer-voc.c160 uint8_t chars[0]; member
/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp341 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars() argument
348 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet() argument

Completed in 21 milliseconds

12345678910