Home
last modified time | relevance | path

Searched refs:chars (Results 326 - 350 of 493) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrload.c795 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 Dtraits.rs387 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 Deditor.py1343 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 Ddtptngen.cpp221 // 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 Ddtptngen.cpp224 // 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 Dzic.c412 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 Ddtptngen.cpp221 // 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 Dzic.c411 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 Dtest_clinic.py916 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 DEmojiProps.java192 set.add(entry.chars); in addStrings()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h199 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.h195 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js48 chars: {
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h132 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override;
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dcase.rs89 for ch in field.chars() { in apply_to_field()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dcase.rs89 for ch in field.chars() { in apply_to_field()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc552 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 Dargparse.py1428 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 Dcolldata.cpp215 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status) in add() argument
217 const UnicodeString string(chars, count); in add()
H A Dintltest.h451 extern UnicodeString CharsToUnicodeString(const char* chars);
454 extern UnicodeString ctou(const char* chars);
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc107 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 Dstring-builder-inl.h140 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 Dgen_spirv_builder_and_parser.py165 def remove_chars(string, chars):
166 return filter(lambda c: c not in chars, string)
/third_party/python/Lib/turtledemo/
H A D__main__.py340 chars = f.read()
342 self.text.insert("1.0", chars)
/third_party/python/Lib/xml/sax/
H A Dsaxutils.py282 def ignorableWhitespace(self, chars):
283 self._cont_handler.ignorableWhitespace(chars)

Completed in 47 milliseconds

1...<<11121314151617181920