Home
last modified time | relevance | path

Searched refs:chars (Results 376 - 400 of 479) sorted by relevance

1...<<11121314151617181920

/third_party/node/deps/icu-small/source/common/
H A Ducnv.cpp486 char chars[UCNV_ERROR_BUFFER_LENGTH]; in ucnv_setSubstString() local
496 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err); in ucnv_setSubstString()
509 subChars = (uint8_t *)chars; in ucnv_setSubstString()
556 if (subChars == (uint8_t *)chars) { in ucnv_setSubstString()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp479 char chars[UCNV_ERROR_BUFFER_LENGTH]; in ucnv_setSubstString() local
489 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err); in ucnv_setSubstString()
502 subChars = (uint8_t *)chars; in ucnv_setSubstString()
549 if (subChars == (uint8_t *)chars) { in ucnv_setSubstString()
H A Dunistr.cpp685 const UChar *chars = getArrayStart(); in doCompare() local
687 chars += start; in doCompare()
720 if(minLength > 0 && chars != srcChars) { in doCompare()
725 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar)); in doCompare()
732 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp283 void onCharsToGlyphs(const SkUnichar* chars, int count, SkGlyphID glyphs[]) const override;
410 SkAutoTArray<WCHAR> chars(count + 1); in populate_glyph_to_unicode()
411 chars[count] = 0; // termintate string in populate_glyph_to_unicode()
414 chars[j] = glyphSet->ranges[i].wcLow + j; in populate_glyph_to_unicode()
416 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(), in populate_glyph_to_unicode()
427 glyphToUnicode[glyph[j]] = chars[j]; in populate_glyph_to_unicode()
/third_party/node/src/
H A Dnode_file.cc1029 std::vector<char> chars; in InternalModuleReadJSON() local
1033 const size_t start = chars.size(); in InternalModuleReadJSON()
1034 chars.resize(start + kBlockSize); in InternalModuleReadJSON()
1037 buf.base = &chars[start]; in InternalModuleReadJSON()
1052 if (offset >= 3 && 0 == memcmp(chars.data(), "\xEF\xBB\xBF", 3)) { in InternalModuleReadJSON()
1058 char* p = &chars[start]; in InternalModuleReadJSON()
1059 char* pe = &chars[size]; in InternalModuleReadJSON()
1087 isolate, &chars[start], v8::NewStringType::kNormal, size) in InternalModuleReadJSON()
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs199 .chars() in parse_version_number()
/third_party/rust/crates/autocfg/src/
H A Dlib.rs384 s.chars() in mangle()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.h268 /* Escapes p by inserting backslashes in front of backslashes. chars is a
270 * should be escaped. chars can be NULL. The caller has to free the returned
272 char *pa_escape(const char *p, const char *chars);
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs335 test_file!(chars);
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs121 fn chars() { in chars() functions
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java600 context.append(entry.chars).reverse().insert(0, (char)entry.chars.length()); in copyFromBaseCE32()
669 context.append(entry.chars); in copyContractionsFromBaseCE32()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationDataBuilder.java589 context.append(entry.chars).reverse().insert(0, (char)entry.chars.length()); in copyFromBaseCE32()
658 context.append(entry.chars); in copyContractionsFromBaseCE32()
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c1487 const char *chars, /**< string */ in jerry_append_chars_to_buffer()
1497 string_size = (lit_utf8_size_t) strlen (chars); in jerry_append_chars_to_buffer()
1502 memcpy ((char *) buffer_p, chars, string_size); in jerry_append_chars_to_buffer()
1485 jerry_append_chars_to_buffer(uint8_t *buffer_p, uint8_t *buffer_end_p, const char *chars, lit_utf8_size_t string_size) jerry_append_chars_to_buffer() argument
/third_party/python/Modules/_ctypes/
H A Dcfield.c1144 wchar_t chars[2]; in u_set() local
1153 len = PyUnicode_AsWideChar(value, chars, 2); in u_set()
1161 *(wchar_t *)ptr = chars[0]; in u_set()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java428 * Check that an identifier contains only characters from a single script (plus chars from the common and inherited
511 // for this Spoof Checker. Defaults to all chars.
701 // Add the script chars for this locale to the accumulating set in setAllowedLocales()
702 // of allowed chars. in setAllowedLocales()
716 // chars. in setAllowedLocales()
774 * @param chars
781 public Builder setAllowedChars(UnicodeSet chars) { in setAllowedChars() argument
782 fAllowedCharsSet.set(chars); in setAllowedChars()
880 // Capture Group 2: the replacement chars in build()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSpoofChecker.java399 * Check that an identifier contains only characters from a single script (plus chars from the common and inherited
472 // for this Spoof Checker. Defaults to all chars.
651 // Add the script chars for this locale to the accumulating set in setAllowedLocales()
652 // of allowed chars. in setAllowedLocales()
666 // chars. in setAllowedLocales()
723 * @param chars
729 public Builder setAllowedChars(UnicodeSet chars) { in setAllowedChars() argument
730 fAllowedCharsSet.set(chars); in setAllowedChars()
828 // Capture Group 2: the replacement chars in build()
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c426 * and last chars match, let's check the insides in lws_nstrstr()
1483 /* biggest ull is 18446744073709551615 (20 chars) */
1486 decim(char *r, uint64_t v, char chars, char leading) in decim() argument
1492 while ((leading || v > (q * 10) - 1) && n < 20 && n < chars) { in decim()
1497 /* n is how many chars needed */ in decim()
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc89 uchar chars[kW]; member
156 uchar mapped = mapping.chars[length]; in LookupMapping()
/third_party/python/Lib/tomllib/
H A D_parser.py232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos:
234 while src[pos] in chars:
542 # is 4 or 5 chars long instead of just 3.
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java688 private static String newString(char... chars) { in newString() argument
689 return new String(chars); in newString()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc73 const char* chars = s.data(); in StringRepresentedInline() local
75 return s1.data() != chars; in StringRepresentedInline()
/third_party/python/Lib/test/
H A Dtest_codecs.py64 def write(self, chars):
65 self._buffer += chars
246 self.assertEqual(f.read(size=40, chars=5), data[:5])
252 self.assertEqual(f.read(size=40, chars=5), data[:5])
259 self.assertEqual(f.read(size=40, chars=5), data[:5])
1923 (chars, size) = codecs.getdecoder(encoding)(b)
1924 self.assertEqual(chars, s, "encoding=%r" % encoding)
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp462 /* We want to back over three '\' chars. */ in setICU_DATA()
1756 /* We want to back over three '\' chars. */ in pathToDataDirectory()
1795 UnicodeString CharsToUnicodeString(const char* chars){ in CharsToUnicodeString() argument
1796 return UnicodeString(chars, -1, US_INV).unescape(); in CharsToUnicodeString()
1799 UnicodeString ctou(const char* chars) { in ctou() argument
1800 return CharsToUnicodeString(chars); in ctou()
/third_party/littlefs/scripts/
H A Dplot.py823 chars=None,
865 if chars is not None:
866 chars_ = chars
985 # figure out colors/chars here so that subplot defines
1004 if chars is not None
1444 '--chars',
1447 '--line-chars',
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1056 // We know the strings are both non-empty. Compare the first chars in SlowEquals()
1114 // We know the strings are both non-empty. Compare the first chars in SlowEquals()
1601 const Char* chars; in HashString() local
1609 chars = buffer.get(); in HashString()
1611 chars = string.GetChars<Char>(cage_base, no_gc, access_guard) + start; in HashString()
1614 return StringHasher::HashSequentialString<Char>(chars, length, seed); in HashString()

Completed in 66 milliseconds

1...<<11121314151617181920