| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_datascope.c | 44 int chars; member 188 const int C = s->chars; in filter_color2() 189 const int D = ((s->chars - s->dformat) >> 2) + s->dformat * 2; in filter_color2() 235 const int C = s->chars; in filter_color() 236 const int D = ((s->chars - s->dformat) >> 2) + s->dformat * 2; in filter_color() 278 const int C = s->chars; in filter_mono() 279 const int D = ((s->chars - s->dformat) >> 2) + s->dformat * 2; in filter_mono() 337 const int C = s->chars; in filter_frame() 391 s->chars = (s->draw.desc->comp[0].depth + 7) / 8 * 2 + s->dformat; in config_input()
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | unistr.cpp | 686 const char16_t *chars = getArrayStart(); in doEqualsSubstring() local 688 chars += start; in doEqualsSubstring() 700 if(length == 0 || chars == srcChars) { in doEqualsSubstring() 704 return u_memcmp(chars, srcChars, srcLength) == 0; in doEqualsSubstring() 728 const char16_t *chars = getArrayStart(); in doCompare() local 730 chars += start; in doCompare() 763 if(minLength > 0 && chars != srcChars) { in doCompare() 768 result = uprv_memcmp(chars, srcChars, minLength * sizeof(char16_t)); in doCompare() 775 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare()
|
| /third_party/icu/icu4c/source/layoutex/ |
| H A D | ParagraphLayout.cpp | 313 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, in ParagraphLayout() argument 320 : fChars(chars), fCharCount(count), in ParagraphLayout() 617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex() argument 621 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus); in isComplex()
|
| /third_party/libwebsockets/lib/misc/fts/ |
| H A D | trie.c | 550 int bp = 0, sline, chars, m; in lws_fts_fill() local 569 chars = 0; in lws_fts_fill() 604 chars += t->chars_in_line; in lws_fts_fill() 644 * further chars in the symbol are the only children. in lws_fts_fill() 952 if (t->parser == t->root) /* multiple terminal chars */ in lws_fts_fill() 1067 g32(linetable + 4, (uint32_t)chars); in lws_fts_fill()
|
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | cbor.cc | 264 // The wire format for UTF16 chars will probably remain the same in EncodeString16() 426 void HandleString8(span<uint8_t> chars) override { 429 EncodeString8(chars, out_); 432 void HandleString16(span<uint16_t> chars) override { 435 EncodeFromUTF16(chars, out_);
|
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_android_parser.cpp | 85 XML_CharacterDataHandler chars; member 217 /*chars*/nullptr, 280 /*chars*/[](void* data, const char* s, int len) { 324 /*chars*/nullptr, 390 /*chars*/nullptr, 405 /*chars*/nullptr, 466 /*chars*/[](void* data, const char* s, int len) { 482 /*chars*/nullptr, 492 /*chars*/[](void* data, const char* s, int len) { 509 /*chars*/nullpt [all...] |
| H A D | SkTypeface_mac_ct.h | 112 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override;
|
| /third_party/qrcodegen/rust-no-heap/src/ |
| H A D | lib.rs | 1143 for c in text.chars() { 1273 text.chars().all(|c| ('0' ..= '9').contains(&c)) in is_numeric() 1281 text.chars().all(|c| ALPHANUMERIC_CHARSET.contains(c)) in is_alphanumeric()
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrload.c | 795 FT_FREE( phy_font->chars ); in pfr_phy_font_done() 996 if ( FT_NEW_ARRAY( phy_font->chars, count ) ) in FT_LOCAL_DEF() 1001 PFR_Char cur = &phy_font->chars[n]; in FT_LOCAL_DEF()
|
| H A D | pfrdrivr.c | 87 *anadvance = phys->chars[gindex].advance; in FT_CALLBACK_DEF()
|
| /third_party/rust/crates/nom/src/ |
| H A D | traits.rs | 387 self.chars() in iter_elements() 847 .chars() in compare_no_case() 848 .zip(t.chars()) in compare_no_case() 913 self.chars().any(|i| i == token) in find_token()
|
| /third_party/python/Lib/idlelib/ |
| H A D | editor.py | 1343 chars = text.get("insert linestart", "insert") 1344 if chars == '': 1351 if chars[-1] not in " \t": 1358 have = len(chars.expandtabs(tabwidth)) 1364 chars = chars[:-1] 1366 have = len(chars.expandtabs(tabwidth)) 1367 if have <= want or chars[-1] not in " \t": 1448 text.delete("insert - %d chars" % i, "insert") 1602 """Return a line's indentation as (# chars, effectiv [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | dtptngen.cpp | 221 // get skipped instead of mapped to the right hour chars, for example in 2726 uprv_memset(chars, 0, sizeof(chars)); in clear() 2731 uprv_memcpy(chars, other.chars, sizeof(chars)); in copyFrom() 2736 chars[field] = 0; in clearField() 2741 return chars[field]; in getFieldChar() 2753 chars[field] = (int8_t) ch; in populate() 2769 UChar ch(chars[fiel in appendFieldTo() [all...] |
| H A D | regeximp.h | 391 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | dtptngen.cpp | 224 // get skipped instead of mapped to the right hour chars, for example in 2718 uprv_memset(chars, 0, sizeof(chars)); in clear() 2723 uprv_memcpy(chars, other.chars, sizeof(chars)); in copyFrom() 2728 chars[field] = 0; in clearField() 2733 return chars[field]; in getFieldChar() 2745 chars[field] = (int8_t) ch; in populate() 2761 char16_t ch(chars[fiel in appendFieldTo() [all...] |
| H A D | regeximp.h | 391 CaseFoldingUCharIterator(const char16_t *chars, int64_t start, int64_t limit);
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zic.c | 412 static char chars[TZ_MAX_CHARS]; variable 1791 &chars[abbrinds[mrudst]], in writezone() 1805 &chars[abbrinds[mrustd]], in writezone() 1845 thisabbr = &chars[abbrinds[i]]; in writezone() 2693 (void) strcpy(chars, &chars[abbrinds[type]]); in addtt() 2695 charcnt = strlen(chars) + 1; in addtt() 2748 strcmp(abbr, &chars[abbrinds[i]]) == 0 && in addtype() 2775 if (strcmp(&chars[j], abbr) == 0) in addtype() 3104 (void) strcpy(&chars[charcn in newabbr() [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | dtptngen.cpp | 221 // get skipped instead of mapped to the right hour chars, for example in 2639 uprv_memset(chars, 0, sizeof(chars)); 2644 uprv_memcpy(chars, other.chars, sizeof(chars)); 2649 chars[field] = 0; 2654 return chars[field]; 2666 chars[field] = (int8_t) ch; 2682 UChar ch(chars[fiel [all...] |
| H A D | regeximp.h | 391 CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit);
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | zic.c | 411 static char chars[TZ_MAX_CHARS]; variable 1790 &chars[abbrinds[mrudst]], in writezone() 1804 &chars[abbrinds[mrustd]], in writezone() 1844 thisabbr = &chars[abbrinds[i]]; in writezone() 2692 (void) strcpy(chars, &chars[abbrinds[type]]); in addtt() 2694 charcnt = strlen(chars) + 1; in addtt() 2747 strcmp(abbr, &chars[abbrinds[i]]) == 0 && in addtype() 2774 if (strcmp(&chars[j], abbr) == 0) in addtype() 3103 (void) strcpy(&chars[charcn in newabbr() [all...] |
| /third_party/skia/src/core/ |
| H A D | SkTypeface_remote.h | 121 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override {
|
| /third_party/skia/tools/fonts/ |
| H A D | TestSVGTypeface.h | 99 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override;
|
| H A D | TestTypeface.h | 87 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override;
|
| /third_party/rust/crates/rust-openssl/systest/ |
| H A D | build.rs | 100 && s.chars().next().unwrap().is_lowercase() in main()
|
| /third_party/python/Lib/test/ |
| H A D | test_clinic.py | 916 chars = [b'A', b'\a', b'\b', b'\t', b'\n', b'\v', b'\f', b'\r', b'"', b"'", b'?', b'\\', b'\000', b'\377'] 917 expected = tuple(ord(c) for c in chars) 919 chars = [b'1', b'2', b'3', b'4', b'5', b'6', b'7', b'8', b'9', b'0', b'a', b'b', b'c', b'd'] 920 expected = tuple(ord(c) for c in chars) 921 self.assertEqual(ac_tester.char_converter(*chars), expected)
|