/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-repacker.hh | 62 unsigned start; member 213 char* start = c->allocate_size <char> (size); in serialize() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | helper-cairo.hh | 664 const char *start = l->utf8, *end; in helper_cairo_line_from_buffer() local [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 181 TiXmlParsingData( const char* start, int _tabsize, int row, int col ) in TiXmlParsingData() argument 419 const char* start = p; in ReadName() local 990 const char* start in StreamIn() local [all...] |
/third_party/python/Modules/_io/ |
H A D | bytesio.c | 74 const char *start, *n; in scan_eol() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 370 void Scheduler::Worker::start() { in start() function in marl::Scheduler::Worker 649 auto start = std::chrono::high_resolution_clock::now(); in spinForWork() local
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp.cpp | 57 const char* start = (const char*)data; in readlines() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucase.cpp | 52 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) { in _enumPropertyStartsRange() argument 360 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; in ucase_addStringCaseClosure() local [all...] |
H A D | ucase.h | 228 int32_t start, index, limit; member
|
H A D | uchar.cpp | 68 _enumTypeRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumTypeRange() argument 651 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() argument
|
H A D | uniset_props.cpp | 722 UChar32 start = inclusions->getRangeStart(j); in applyFilter() local
|
H A D | uprops.cpp | 739 UChar32 start = 0, end; in uprops_addPropertyStarts() local
|
H A D | uset.cpp | 39 uset_open(UChar32 start, UChar32 end) { in uset_open() argument 85 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange() argument 109 uset_removeRange(USet* set, UChar32 start, UChar32 end) { in uset_removeRange() argument 131 uset_retain(USet* set, UChar32 start, UChar32 end) { in uset_retain() argument 69 uset_set(USet* set, UChar32 start, UChar32 end) uset_set() argument 163 uset_complementRange(USet *set, UChar32 start, UChar32 end) uset_complementRange() argument 205 uset_containsRange(const USet* set, UChar32 start, UChar32 end) uset_containsRange() argument 306 uset_getItem(const USet* uset, int32_t itemIndex, UChar32* start, UChar32* end, UChar* str, int32_t strCapacity, UErrorCode* ec) uset_getItem() argument [all...] |
H A D | usprep.cpp | 445 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1)); in uprv_syntaxError() local [all...] |
H A D | ustrcase.cpp | 1376 const UChar *start, *s, *limit; member [all...] |
H A D | utext.cpp | 426 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument [all...] |
H A D | utrie.cpp | 263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in utrie_fillBlock() argument 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() argument 591 int32_t i, start, newStart, overlapStart; utrie_compact() local 721 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) defaultGetFoldedValue() argument [all...] |
H A D | utrie2.h | 617 const UChar *start; global() member in BackwardUTrie2StringIterator [all...] |
H A D | utrie2_builder.cpp | 351 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in copyEnumRange() argument 716 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in fillBlock() argument 737 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) utrie2_setRange32() argument 1035 int32_t start, newStart, movedStart; compactData() local 1148 int32_t i, start, newStart, movedStart, overlap; compactIndex2() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | crond.c | 123 static void fillarray(char *dst, int start, int end, int skip) in fillarray() argument 151 int start, end, skip = 0; in parse_and_fillarray() local [all...] |
H A D | diff.c | 787 static void diff_dir(int *start) in diff_dir() argument 848 int j = 0, k = 1, start[2] = {1, 1}; in diff_main() local [all...] |
H A D | sh.c | 520 static char *parse_word(char *start) in parse_word() argument 700 char *start = line, *delete = 0, *end, *last = 0, *s, *ex, done = 0; in parse_line() local 1034 struct sh_pipeline *start, *end; run_function() member [all...] |
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 529 BinarySearch( const ElementType& element, ElementType* start, ElementType* end) const BinarySearch() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_util.cc | 86 const void* start = &str; in StringSpaceUsedExcludingSelfLong() local
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 903 const char* start = text.c_str(); in ParseFloat() local
|
/third_party/python/Parser/ |
H A D | pegen.c | 149 initialize_token(Parser *p, Token *token, const char *start, const char *end, int token_type) { in initialize_token() argument 211 const char *start; in _PyPegen_fill_token() local [all...] |