Home
last modified time | relevance | path

Searched refs:chars (Results 226 - 250 of 490) sorted by relevance

12345678910>>...20

/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.h24 pf_flow *pf_create(const LEUnicode chars[], le_int32 charCount, const pl_fontRuns *fontRuns, LEErrorCode *status);
/third_party/icu/icu4c/source/test/intltest/
H A Dthcoll.h77 const char* chars);
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.h24 pf_flow *pf_create(const LEUnicode chars[], le_int32 charCount, const pl_fontRuns *fontRuns, LEErrorCode *status);
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.h80 /* Replace all occurences of each of the characters in 'chars' by 'repl' */
81 void strrepl(char *str, const char *chars, char repl);
83 /* Replace all occurences of each of the characters in 'chars' by 'repl',
84 but do not allow consecutive 'repl' chars */
85 void strrepl_nodups(char *str, const char *chars, char repl);
95 will not copy more than 'max' chars
/third_party/icu/icu4c/source/i18n/unicode/
H A Duspoof.h446 * single script (plus chars from the common and inherited scripts.)
852 * @param chars A Unicode Set containing the list of
861 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
1386 * @param chars A Unicode Set containing the list of
1395 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dconfig.rs19 pub chars: Chars,
36 chars: Chars::default(), in default()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Duspoof.h446 * single script (plus chars from the common and inherited scripts.)
852 * @param chars A Unicode Set containing the list of
861 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
1386 * @param chars A Unicode Set containing the list of
1395 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
/third_party/python/Lib/test/
H A Dtest_ucn.py34 chars = [
65 "".join([self.checkletter(*args) for args in zip(chars, string)]),
/third_party/icu/icu4c/source/common/unicode/
H A Dstrenum.h228 char *chars; member in StringEnumeration
230 * Capacity of chars, for use with default implementations and subclasses.
242 * Ensures that chars is at least as large as the requested capacity.
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstrenum.h228 char *chars; member in StringEnumeration
230 * Capacity of chars, for use with default implementations and subclasses.
242 * Ensures that chars is at least as large as the requested capacity.
/third_party/node/deps/v8/src/strings/
H A Dstring-hasher.h25 static inline uint32_t HashSequentialString(const char_t* chars, int length,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DCommandOptions.java34 @Parameter(names = { "-r", "--chars" }, description = "Display list of all characters in the font")
35 public Boolean chars = false; field in CommandOptions
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstrenum.h228 char *chars; member in StringEnumeration
230 * Capacity of chars, for use with default implementations and subclasses.
242 * Ensures that chars is at least as large as the requested capacity.
/third_party/rust/crates/cxx/macro/src/
H A Dtype_id.rs28 for ch in word.unraw().to_string().chars() { in expand()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c360 /* Number of characters in the chars array, 255 for any character. */
362 /* Number of last UTF-8 characters in the chars array. */
365 PCRE2_UCHAR chars[MAX_DIFF_CHARS]; member
5406 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char() argument
5408 sljit_u32 i, count = chars->count; in add_prefix_char()
5415 chars->count = 1; in add_prefix_char()
5416 chars->chars[0] = chr; in add_prefix_char()
5419 chars->last_count = 1; in add_prefix_char()
5424 if (chars in add_prefix_char()
5440 scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int max_chars, sljit_u32 *rec_count) scan_prefix() argument
5868 check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int max) check_fast_forward_char_pair_simd() argument
6006 fast_forward_char_data chars[MAX_N_CHARS]; fast_forward_first_n_chars() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java905 * and returns a string using canonical pattern chars
2615 private byte[] chars = new byte[TYPE_LIMIT]; field in DateTimePatternGenerator.SkeletonFields
2621 Arrays.fill(chars, DEFAULT_CHAR); in clear()
2626 chars[field] = other.chars[field]; in copyFieldFrom()
2631 chars[field] = DEFAULT_CHAR; in clearField()
2636 return (char) chars[field]; in getFieldChar()
2656 chars[field] = (byte) ch; in populate()
2702 char ch = (char) chars[field]; in appendFieldTo()
2717 int charDiff = chars[ in compareTo()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java858 * and returns a string using canonical pattern chars
2477 private byte[] chars = new byte[TYPE_LIMIT]; field in DateTimePatternGenerator.SkeletonFields
2483 Arrays.fill(chars, DEFAULT_CHAR); in clear()
2488 chars[field] = other.chars[field]; in copyFieldFrom()
2493 chars[field] = DEFAULT_CHAR; in clearField()
2498 return (char) chars[field]; in getFieldChar()
2518 chars[field] = (byte) ch; in populate()
2564 char ch = (char) chars[field]; in appendFieldTo()
2579 int charDiff = chars[ in compareTo()
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c691 textiowrapper_set_decoded_chars(textio *self, PyObject *chars);
891 PyObject *chars; in _textiowrapper_decode() local
894 chars = _PyIncrementalNewlineDecoder_decode(decoder, bytes, eof); in _textiowrapper_decode()
896 chars = PyObject_CallMethodObjArgs(decoder, &_Py_ID(decode), bytes, in _textiowrapper_decode()
899 if (check_decoded(chars) < 0) in _textiowrapper_decode()
903 return chars; in _textiowrapper_decode()
1719 /* Steal a reference to chars and store it in the decoded_char buffer;
1722 textiowrapper_set_decoded_chars(textio *self, PyObject *chars) in textiowrapper_set_decoded_chars() argument
1724 Py_XSETREF(self->decoded_chars, chars); in textiowrapper_set_decoded_chars()
1731 PyObject *chars; in textiowrapper_get_decoded_chars() local
[all...]
/third_party/elfutils/src/
H A Daddr2line.c182 ssize_t chars; in main() local
185 if ((chars = getline (&buf, &len, stdin)) < 0) in main()
188 if (buf[chars - 1] == '\n') in main()
189 buf[chars - 1] = '\0'; in main()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py142 def peek_test(self, chars):
144 return c != '' and c in chars
168 chars = [' ', '\t'] + (['\n'] if inc_line else [])
169 while self.peek(1) in chars:
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc715 char* chars = new char[file_length]; in ReadCharsFromTcpPort() local
721 recv(sockfd, chars + total_received, file_length - total_received, 0); in ReadCharsFromTcpPort()
726 delete[] chars; in ReadCharsFromTcpPort()
734 return chars; in ReadCharsFromTcpPort()
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc643 const Char* chars; in TryStringToIndexOrLookupExisting() local
650 chars = buffer.get(); in TryStringToIndexOrLookupExisting()
652 chars = source.GetChars<Char>(isolate, no_gc, access_guard) + start; in TryStringToIndexOrLookupExisting()
655 SequentialStringKey<Char> key(base::Vector<const Char>(chars, length), seed); in TryStringToIndexOrLookupExisting()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h360 const char* chars = reinterpret_cast<const char*>(next.begin()); in NextLiteralExactlyEquals() local
361 return next.length() == N - 1 && strncmp(s, chars, N - 1) == 0; in NextLiteralExactlyEquals()
370 const char* chars = reinterpret_cast<const char*>(current.begin()); in CurrentLiteralEquals() local
371 return current.length() == N - 1 && strncmp(s, chars, N - 1) == 0; in CurrentLiteralEquals()
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc277 static int CopyCachedOneByteCharsToArray(Heap* heap, const uint8_t* chars, in CopyCachedOneByteCharsToArray() argument
285 Object value = one_byte_cache.get(chars[i]); in CopyCachedOneByteCharsToArray()
317 // Try using cached chars where possible. in RUNTIME_FUNCTION()
323 base::Vector<const uint8_t> chars = content.ToOneByteVector(); in RUNTIME_FUNCTION() local
326 position = CopyCachedOneByteCharsToArray(isolate->heap(), chars.begin(), in RUNTIME_FUNCTION()
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp65 XML_CharacterDataHandler chars; member
184 /*chars*/nullptr,
247 /*chars*/[](void* data, const char* s, int len) {
304 /*chars*/nullptr,
371 /*chars*/nullptr,
386 /*chars*/nullptr,
413 /*chars*/ nullptr,
428 XML_SetCharacterDataHandler(self->fParser, child->chars); in start_element_handler()
451 XML_SetCharacterDataHandler(self->fParser, parent->chars); in end_element_handler()
457 XML_SetCharacterDataHandler(self->fParser, parent->chars); in end_element_handler()
[all...]

Completed in 33 milliseconds

12345678910>>...20