/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | wofftypes.h | 272 FT_ULong start; member
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 233 FT_Vector start; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-open-file.hh | 148 char *start = (char *) c->allocate_size<void> (len); in serialize() local
|
H A D | hb-ot-shape-complex-thai.cc | 345 unsigned int start = end - 2; in preprocess_text_thai() local [all...] |
H A D | hb-unicode.hh | 391 hb_codepoint_t start; member
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | lexer.cc | 225 auto start = pos_; in try_float() local 329 auto start = pos_; in try_hex_float() local 613 build_token_from_int_if_possible(Source source, size_t start, size_t end, int32_t base) build_token_from_int_if_possible() argument 647 auto start = pos_; try_hex_integer() local 682 auto start = pos_; try_integer() local [all...] |
/third_party/skia/tools/ |
H A D | remote_demo.cpp | 117 void start() { in start() function in Timer
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestriebuilder.cpp | 307 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const { in countElementUnits() argument
|
H A D | localebuilder.cpp | 304 const char* start = attributes.data(); in addUnicodeLocaleAttribute() local 362 const char* start = attributes.data(); in removeUnicodeLocaleAttribute() local [all...] |
H A D | ubidiln.cpp | 97 int32_t start=pBiDi->length; in setTrailingWSStart() local 126 ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) ubidi_setLine() argument 264 int32_t start, length; ubidi_getLevels() local 366 int32_t start; ubidi_getVisualRun() local 599 int32_t runIndex, start; ubidi_getRuns() local 685 Point *point, *start=pBiDi->insertPoints.points, ubidi_getRuns() local 697 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; ubidi_getRuns() local 713 int32_t start; prepareReorder() local 751 int32_t start, limit, sumOfSosEos; ubidi_reorderLogical() local 814 int32_t start, end, limit, temp; ubidi_reorderVisual() local 942 int32_t i, j, start, limit, length, insertRemove; ubidi_getVisualIndex() local 987 int32_t i, runCount, start; ubidi_getLogicalIndex() local [all...] |
H A D | ucharstriebuilder.cpp | 256 UCharsTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t unitIndex) const { in countElementUnits() argument
|
H A D | ucnv_ext.cpp | 41 int32_t i, start, limit; in ucnv_extFindToU() local 466 int32_t i, start, limit; ucnv_extFindFromU() local [all...] |
H A D | ucptrie.cpp | 259 UChar32 getRange(const void *t, UChar32 start, in getRange() argument 198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c, const uint8_t *start, const uint8_t *src) ucptrie_internalU8PrevIndex() argument 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument 595 ucpmap_getRange(const UCPMap *map, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucpmap_getRange() argument [all...] |
H A D | unisetspan.cpp | 161 int32_t start; global() member in OffsetList 477 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) matches16CPB() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | messagepattern.h | 864 parseArgNumber(int32_t start, int32_t limit) parseArgNumber() argument [all...] |
/third_party/toybox/lib/ |
H A D | deflate.c | 188 int start = 0, offset = 0; in huff_and_puff() local
|
/third_party/toybox/toys/pending/ |
H A D | lsof.c | 435 char *start, *end, *next = pp->arg; in lsof_main() local
|
/third_party/vixl/src/aarch64/ |
H A D | decoder-aarch64.h | 350 void Decode(T start, T end) { in Decode() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 269 private static int encodedLengthGeneral(CharSequence sequence, int start) { in encodedLengthGeneral() argument
|
/third_party/python/Parser/ |
H A D | string_parser.c | 313 const char *start = expr_start + 1; in fstring_find_expr_location() local [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | blob.c | 415 get_slice_info(pysqlite_Blob *self, PyObject *item, Py_ssize_t *start, in get_slice_info() argument 429 Py_ssize_t start, stop, step, len; subscript_slice() local 513 Py_ssize_t start, stop, step, len; ass_subscript_slice() local [all...] |
/third_party/python/Objects/ |
H A D | bytes_methods.c | 515 Py_ssize_t start in Py_LOCAL_INLINE() local 453 parse_args_finds_byte(const char *function_name, PyObject *args, PyObject **subobj, char *byte, Py_ssize_t *start, Py_ssize_t *end) parse_args_finds_byte() argument 662 Py_ssize_t start = 0, end = PY_SSIZE_T_MAX; _Py_bytes_count() local 724 tailmatch(const char *str, Py_ssize_t len, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) tailmatch() argument 774 Py_ssize_t start = 0; _Py_bytes_tailmatch() local [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 558 $start = true; variable 565 $start = false; variable
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 103 pa_usec_t start; member
|
/third_party/python/Modules/clinic/ |
H A D | arraymodule.c.h | 61 Py_ssize_t start = 0; in array_array_index() local
|