| /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()
|
| /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...] |
| /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...] |
| /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...] |
| /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/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)
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | EmojiProps.java | 192 set.add(entry.chars); in addStrings()
|
| /third_party/icu/icu4c/source/test/perf/leperf/ |
| H A D | FontObject.h | 199 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
|
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | FontObject.h | 195 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
|
| /third_party/node/deps/npm/lib/utils/ |
| H A D | reify-output.js | 48 chars: {
|
| /third_party/skia/src/ports/ |
| H A D | SkTypeface_win_dw.h | 132 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override;
|
| /third_party/rust/crates/serde/serde_derive_internals/src/ |
| H A D | case.rs | 89 for ch in field.chars() { in apply_to_field()
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| H A D | case.rs | 89 for ch in field.chars() { in apply_to_field()
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler-tonode.cc | 552 unibrow::uchar chars[unibrow::Ecma262Canonicalize::kMaxWidth]; in Canonical() local 553 int length = canonicalize->get(c, '\0', chars); in Canonical() 556 if (length == 1) canonical = chars[0]; in Canonical() 1305 unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth]; in RationalizeConsecutiveAtoms() local 1308 int length = isolate->jsregexp_uncanonicalize()->get(bottom, '\0', chars); in RationalizeConsecutiveAtoms() 1310 base::uc32 chr = chars[i]; in RationalizeConsecutiveAtoms() 1312 ranges->Add(CharacterRange::Singleton(chars[i]), zone); in RationalizeConsecutiveAtoms()
|
| /third_party/python/Lib/ |
| H A D | argparse.py | 1428 chars = self.prefix_chars 1429 if not args or len(args) == 1 and args[0][0] not in chars: 2006 chars = self.prefix_chars 2009 and option_string[1] not in chars 2292 chars = self.prefix_chars 2293 if option_string[0] in chars and option_string[1] in chars: 2309 elif option_string[0] in chars and option_string[1] not in chars:
|
| /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 217 const UnicodeString string(chars, count); in add()
|
| H A D | intltest.h | 451 extern UnicodeString CharsToUnicodeString(const char* chars); 454 extern UnicodeString ctou(const char* chars);
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | stringutil.cc | 107 void strrmm(string* s, const string& chars) { in strrmm() argument 110 if (chars.find(current_char) != string::npos) { in strrmm()
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-builder-inl.h | 140 const uint8_t* chars = reinterpret_cast<const uint8_t*>(literal); local 142 .SeqOneByteStringSetChars(current_index_, chars, length);
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | gen_spirv_builder_and_parser.py | 165 def remove_chars(string, chars): 166 return filter(lambda c: c not in chars, string)
|
| /third_party/python/Lib/turtledemo/ |
| H A D | __main__.py | 340 chars = f.read() 342 self.text.insert("1.0", chars)
|
| /third_party/python/Lib/xml/sax/ |
| H A D | saxutils.py | 282 def ignorableWhitespace(self, chars): 283 self._cont_handler.ignorableWhitespace(chars)
|