Home
last modified time | relevance | path

Searched defs:chars (Results 226 - 247 of 247) sorted by relevance

12345678910

/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc3286 Register chars = r2; in Generate_MemCopyUint8Uint8() local
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc333 void ValueSerializer::WriteOneByteString(base::Vector<const uint8_t> chars) { in WriteOneByteString() argument
338 void ValueSerializer::WriteTwoByteString(base::Vector<const base::uc16> chars) { in WriteTwoByteString() argument
521 base::Vector<const uint8_t> chars = flat.ToOneByteVector(); in WriteString() local
525 base::Vector<const base::uc16> chars = flat.ToUC16Vector(); WriteString() local
1638 base::Vector<const uint8_t> chars = flat.ToOneByteVector(); ReadExpectedString() local
1644 base::Vector<const base::uc16> chars = flat.ToUC16Vector(); ReadExpectedString() local
1651 base::Vector<const uint8_t> chars = flat.ToOneByteVector(); ReadExpectedString() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3373 char *pa_escape(const char *p, const char *chars) { in pa_escape() argument
/third_party/tzdata/
H A Dlocaltime.c130 char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), member
[all...]
H A Dzic.c451 static char chars[TZ_MAX_CHARS]; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java4005 public void setPara(char[] chars, byte paraLevel, byte[] embeddingLevels) in setPara() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c750 char chars[MAXLEN]; in testReorder() local
785 char chars[MAXLEN]; in testReorder() local
819 char chars[MAXLEN]; testReorder() local
850 char chars[MAXLEN]; testReorder() local
884 char chars[MAXLEN]; testReorder() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java3968 public void setPara(char[] chars, byte paraLevel, byte[] embeddingLevels) in setPara() argument
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp512 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], in uprv_decNumberFromString() argument
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc886 VecToString(i::Isolate* isolate, const vec<byte_t>& chars) VecToString() argument
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp512 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], in uprv_decNumberFromString() argument
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c412 static char chars[TZ_MAX_CHARS]; variable
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc742 bool ContainsOnlyUtf16CodeUnits(unibrow::uchar* chars, int length) { in ContainsOnlyUtf16CodeUnits() argument
835 unibrow::uchar chars[4]; in EmitAtomNonLetter() local
895 unibrow::uchar chars[4]; in EmitAtomLetter() local
1604 unibrow::uchar chars[4]; GetQuickCheckDetails() local
3847 unibrow::uchar chars[4]; FillInBMInfo() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp512 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], in uprv_decNumberFromString() argument
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c411 static char chars[TZ_MAX_CHARS]; variable
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp287 uint32 chars = (fCount - 8) >> 1; in Put() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc819 inline void WriteOneByteData(Handle<String> s, uint8_t* chars, int len) { in WriteOneByteData() argument
824 inline void WriteTwoByteData(Handle<String> s, uint16_t* chars, int len) { in WriteTwoByteData() argument
832 Handle<String> Factory::AllocateInternalizedStringImpl(T t, int chars, in AllocateInternalizedStringImpl() argument
868 NewInternalizedStringImpl(Handle<String> string, int chars, uint32_t hash_field) NewInternalizedStringImpl() argument
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3620 char* chars = new char[size + 1]; in ReadChars() local
3707 char* chars = static_cast<char*>(file->memory()); in ReadFile() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c365 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
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/python/Objects/
H A Dunicodeobject.c7916 wchar_t chars[2]; in encode_code_page_errors() local
12692 unicode_strip_impl(PyObject *self, PyObject *chars) unicode_strip_impl() argument
12711 unicode_lstrip_impl(PyObject *self, PyObject *chars) unicode_lstrip_impl() argument
12730 unicode_rstrip_impl(PyObject *self, PyObject *chars) unicode_rstrip_impl() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc5448 void VisitOneByteString(const uint8_t* chars, int length) { in Unaligned() argument
5451 void VisitTwoByteString(const uint16_t* chars, int length) { in Unaligned() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 159 milliseconds

12345678910