/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 688 private static String newString(char... chars) { in newString() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 90 char chars[2]; in TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | checker.h | 43 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 D | gzlib.c | 36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM in gz_strwinerror() local [all...] |
/third_party/zlib/test/ |
H A D | minigzip.c | 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local [all...] |
/third_party/gn/src/base/json/ |
H A D | json_parser.cc | 175 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 D | pflow.c | 113 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 D | ExhaustiveTest.java | 50 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 D | ExhaustiveTest.java | 53 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 D | ustdio.cpp | 310 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 D | colldata.cpp | 215 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status) in add() argument
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | cletest.c | 52 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 D | uri.cc | 200 base::uc16* chars = result->GetChars(no_gc); in Decode() local
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ustdio.cpp | 310 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 D | pflow.c | 111 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 D | SkFontMgr_config_parser.cpp | 65 XML_CharacterDataHandler chars; member [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-graphite2.cc | 259 uint32_t *chars = (uint32_t *) scratch; in _hb_graphite2_shape() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-buffer.c | 382 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 D | inlined_vector_benchmark.cc | 73 const char* chars = s.data(); in StringRepresentedInline() local
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 57 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 D | ffmpeg_utils.cpp | 165 bool StartWith(const char* name, const char* chars) in StartWith() argument
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 371 char chars[NAME_MAXIMUM_LIMIT] = {0}; in GetStringProperty() local
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 182 ssize_t chars; in main() local
|
/third_party/alsa-utils/axfer/ |
H A D | container-voc.c | 160 uint8_t chars[0]; member
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 341 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
|