Home
last modified time | relevance | path

Searched defs:start (Results 3251 - 3275 of 3689) sorted by relevance

1...<<131132133134135136137138139140>>...148

/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp665 UnicodeString::doCompare( int32_t start, in doCompare() argument
744 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder() argument
825 UnicodeString::countChar32(int32_t start, int32_t length) const { in countChar32() argument
832 hasMoreChar32Than(int32_t start, int32_t length, int32_t number) const hasMoreChar32Than() argument
859 doExtract(int32_t start, int32_t length, UChar *dst, int32_t dstStart) const doExtract() argument
894 extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant) const extract() argument
916 tempSubString(int32_t start, int32_t len) const tempSubString() argument
927 toUTF8(int32_t start, int32_t len, char *target, int32_t capacity) const toUTF8() argument
943 extract(int32_t start, int32_t len, char *target, uint32_t dstSize) const extract() argument
956 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const extractBetween() argument
1025 indexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const indexOf() argument
1054 doIndexOf(UChar c, int32_t start, int32_t length) const doIndexOf() argument
1072 doIndexOf(UChar32 c, int32_t start, int32_t length) const doIndexOf() argument
1089 lastIndexOf(const UChar *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const lastIndexOf() argument
1118 doLastIndexOf(UChar c, int32_t start, int32_t length) const doLastIndexOf() argument
1140 doLastIndexOf(UChar32 c, int32_t start, int32_t length) const doLastIndexOf() argument
1161 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) findAndReplace() argument
1372 replace(int32_t start, int32_t _length, UChar32 srcChar) replace() argument
1397 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) doReplace() argument
1412 doReplace(int32_t start, int32_t length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument
1609 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument
1619 copy(int32_t start, int32_t limit, int32_t dest) copy() argument
1650 doReverse(int32_t start, int32_t length) doReverse() argument
1705 int32_t start = targetLength - oldLength; padLeading() local
[all...]
/third_party/toybox/lib/
H A Dlib.c1223 char *next_printf(char *s, char **start) in next_printf() argument
/third_party/toybox/toys/pending/
H A Dfdisk.c102 static void set_hsc(struct partition *p, sector_t start, sector_t end) in set_hsc() argument
411 sector_t start, en in consistency_check() local
814 sector_t start, limit, temp = 0, start_cyl, limit_cyl, offset = 1; ask_start_sector() local
869 sector_t limit, temp = 0, start_cyl, limit_cyl, start = start_sec; ask_end_sector() local
917 sector_t start, end, begin_sec[num_parts], end_sec[num_parts]; add_partition() local
1064 check(int n, unsigned h, unsigned s, unsigned c, sector_t start) check() argument
1146 sector_t start, num, new_start, end; move_begning() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc888 Index(const ZRegister& zd, const Operand& start, const Operand& step) Index() argument
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1112 Label start, end; in TEST_T32() local
2322 Label start; in TEST() local
2344 Label start; in TEST_T32() local
2474 Label start; in TEST_T32() local
2754 Label start; TEST() local
3425 Label start; TEST() local
5625 Label start; TEST_T32() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1736 int start = 0; in ConsumeLine() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1607 int start, end; in ParseExtensions() local
1729 int start, end; in ParseReservedNumbers() local
1807 int start, end; ParseReservedNumbers() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h392 int start; // inclusive member
458 int start; // inclusive member
1066 int start; // inclusive member
H A Drepeated_field.h1391 ExtractSubrange(int start, int num, Element* elements) ExtractSubrange() argument
2209 DeleteSubrange(int start, int num) DeleteSubrange() argument
2220 ExtractSubrange(int start, int num, Element** elements) ExtractSubrange() argument
2230 ExtractSubrangeInternal( int start, int num, Element** elements, std::true_type) ExtractSubrangeInternal() argument
2263 ExtractSubrangeInternal( int start, int num, Element** elements, std::false_type) ExtractSubrangeInternal() argument
2276 UnsafeArenaExtractSubrange( int start, int num, Element** elements) UnsafeArenaExtractSubrange() argument
[all...]
/third_party/python/PC/
H A Dlauncher.c1309 char * start; in maybe_handle_shebang() local
1638 find_home_value(const char *buffer, const char **start, DWORD *length) find_home_value() argument
1910 char *start; process() local
[all...]
/third_party/python/Python/
H A Dbltinmodule.c748 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; builtin_compile_impl() local
2448 builtin_sum_impl(PyObject *module, PyObject *iterable, PyObject *start) builtin_sum_impl() argument
[all...]
H A Dpythonrun.c1589 PyRun_StringFlags(const char *str, int start, PyObject *globals, in PyRun_StringFlags() argument
1612 pyrun_file(FILE *fp, PyObject *filename, int start, PyObject *globals, in pyrun_file() argument
1642 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags() argument
1784 Py_CompileStringObject(const char *str, PyObject *filename, int start, in Py_CompileStringObject() argument
1809 Py_CompileStringExFlags(const char *str, const char *filename_str, int start, PyCompilerFlags *flags, int optimize) Py_CompileStringExFlags() argument
[all...]
/third_party/python/Modules/_sre/
H A Dsre.c411 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, Py_ssize_t start, Py_ssize_t end) state_init() argument
501 getslice(int isbytes, const void *ptr, PyObject* string, Py_ssize_t start, Py_ssize_t end) getslice() argument
[all...]
/third_party/python/Modules/
H A D_testbuffer.c1033 Py_ssize_t start, step; in init_suboffsets() local
1714 Py_ssize_t start, stop, step, slicelength; init_slice() local
[all...]
H A D_zoneinfo.c34 TransitionRuleType *start; member
1335 tzrule_transitions(_tzrule *rule, int year, int64_t *start, int64_t *end) in tzrule_transitions() argument
1358 int64_t start, end; in find_tzrule_ttinfo() local
1413 int64_t start, end; find_tzrule_ttinfo_fromutc() local
1469 TransitionRuleType *start = NULL; parse_tz_str() local
1915 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, long dst_offset, TransitionRuleType *start, TransitionRuleType *end, _tzrule *out) build_tzrule() argument
[all...]
H A Dmathmodule.c1975 factorial_partial_product(unsigned long start, unsigned long stop, unsigned long max_bits) factorial_partial_product() argument
3119 math_prod_impl(PyObject *module, PyObject *iterable, PyObject *start) math_prod_impl() argument
[all...]
H A D_collectionsmodule.c1044 Py_ssize_t i, n, start=0, stop=Py_SIZE(deque); in deque_index() local
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c231 Py_ssize_t esize, start, end; in multibytecodec_encerror() local
387 Py_ssize_t esize, start, end; in multibytecodec_decerror() local
[all...]
/third_party/python/Objects/
H A Dcodeobject.c748 int start = bounds.ar_start / sizeof(_Py_CODEUNIT); in _PyCode_CreateLineArray() local
1148 PyObject *start = NULL; in lineiter_next() local
[all...]
H A Dlistobject.c1249 binarysort(MergeState *ms, sortslice lo, PyObject **hi, PyObject **start) binarysort() argument
2599 list_index_impl(PyListObject *self, PyObject *value, Py_ssize_t start, Py_ssize_t stop) list_index_impl() argument
2888 Py_ssize_t start, stop, step, slicelength, i; list_subscript() local
2942 Py_ssize_t start, stop, step, slicelength; list_ass_subscript() local
[all...]
H A Dbytearrayobject.c390 Py_ssize_t start, stop, step, slicelength, i; in bytearray_subscript() local
595 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local
945 char *test, *start; bytearray_repr() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc564 PyObject* start = PyInt_FromLong(range->start); in GetExtensionRanges() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc190 const char* start = p; in SplitStringToIteratorUsing() local
262 static void JoinStringsIterator(const ITERATOR& start, in JoinStringsIterator() argument
669 const char* start in safe_parse_sign() local
704 const char* start = text.data(); safe_parse_positive_int() local
[all...]
/third_party/python/Lib/unittest/
H A Dmock.py1589 def start(self): member in _patch
1912 def start(self): member in _patch_dict
/third_party/python/Modules/_io/
H A Dtextio.c2022 _PyIO_find_line_ending( int translated, int universal, PyObject *readnl, int kind, const char *start, const char *end, Py_ssize_t *consumed) _PyIO_find_line_ending() argument
2111 Py_ssize_t start, endpos, chunked, offset_to_buffer; _textiowrapper_readline() local
[all...]

Completed in 66 milliseconds

1...<<131132133134135136137138139140>>...148