| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | normalizer2impl.h | 102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() argument 120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() argument [all...] |
| H A D | putil.cpp | 2076 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
|
| H A D | ucnv.cpp | 1755 char buffer[1024]; ucnv_fromUChars() local 1812 UChar buffer[1024]; ucnv_toUChars() local 1837 UChar buffer[U16_MAX_LENGTH]; ucnv_getNextUChar() local [all...] |
| H A D | ucnv2022.cpp | 1601 char buffer[8]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2853 char buffer[8]; UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local [all...] |
| H A D | ucnvmbcs.cpp | 5656 char buffer[4]; ucnv_MBCSWriteSub() local [all...] |
| H A D | uloc.cpp | 717 uloc_getKeywordValue(const char* localeID, const char* keywordName, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_getKeywordValue() argument 855 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_setKeywordValue() argument [all...] |
| H A D | uloc_tag.cpp | 2653 char* buffer; in ulocimp_toLanguageTag() local
|
| H A D | unames.cpp | 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument 238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandName() argument 567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument 578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getName() argument 608 char buffer[200]; enumGroupNames() local 648 char buffer[200]; enumExtNames() local 773 writeFactorSuffix(const uint16_t *factors, uint16_t count, const char *s, uint32_t code, uint16_t indexes[8], const char *elementBases[8], const char *elements[8], char *buffer, uint16_t bufferLength) writeFactorSuffix() argument 852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getAlgName() argument 940 char buffer[200]; enumAlgNames() local 1121 char buffer[64]; findAlgName() local 1450 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) u_charName() argument [all...] |
| H A D | unistr.cpp | 1295 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) setTo() argument 1375 UChar buffer[U16_MAX_LENGTH]; replace() local 1387 UChar buffer[U16_MAX_LENGTH]; append() local 1909 UChar buffer[U16_MAX_LENGTH]; appendCodePoint() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 1237 char buffer[sizeof("255.255.255.255\0")]; in release() local
|
| H A D | fdisk.c | 180 static int validate_part_buff(char *buffer) in validate_part_buff() argument 1444 char *name = toybuf, *buffer = toybuf + ONE_K, *device = toybuf + 2048; in read_and_print_parts() local
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-assembler-aarch32.cc | 3119 byte buffer[1024]; in TEST_NOASM() local [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_bad_pixels.cpp | 808 void dng_opcode_FixBadPixelsList::FixIsolatedPixel (dng_pixel_buffer &buffer, in FixIsolatedPixel() argument 1030 void dng_opcode_FixBadPixelsList::FixClusteredPixel (dng_pixel_buffer &buffer, in FixClusteredPixel() argument 1128 FixSingleColumn(dng_pixel_buffer &buffer, const dng_rect &badRect) FixSingleColumn() argument 1520 FixSingleRow(dng_pixel_buffer &buffer, const dng_rect &badRect) FixSingleRow() argument 1539 FixClusteredRect(dng_pixel_buffer &buffer, const dng_rect &badRect, const dng_rect &imageBounds) FixClusteredRect() argument [all...] |
| H A D | dng_xmp.cpp | 547 Parse(dng_host &host, const void *buffer, uint32 count) Parse() argument
|
| H A D | dng_read_image.cpp | 882 DoPut(const dng_pixel_buffer &buffer) DoPut() argument 906 ReorderSubTileBlocks(dng_host &host, const dng_ifd &ifd, dng_pixel_buffer &buffer, AutoPtr<dng_memory_block> &tempBuffer) ReorderSubTileBlocks() argument 1500 char buffer [JMSG_LENGTH_MAX]; dng_output_message() local 2031 ByteSwapBuffer(dng_host & , dng_pixel_buffer &buffer) ByteSwapBuffer() argument 2069 DecodePredictor(dng_host & , const dng_ifd &ifd, dng_pixel_buffer &buffer) DecodePredictor() argument [all...] |
| /third_party/python/PC/ |
| H A D | launcher.c | 1145 find_BOM(char * buffer) in find_BOM() argument 1164 find_terminator(char * buffer, int len, BOM *bom) in find_terminator() argument 1305 char buffer[BUFSIZE]; in maybe_handle_shebang() local 1638 find_home_value(const char *buffer, const char **start, DWORD *length) find_home_value() argument 1909 char buffer[4096]; /* 4KB should be enough for anybody */ process() local [all...] |
| /third_party/python/Python/ |
| H A D | fileutils.c | 2092 join_relfile(wchar_t *buffer, size_t bufsize, in join_relfile() argument [all...] |
| H A D | marshal.c | 776 const unsigned char *buffer; in r_short() local 792 const unsigned char *buffer; in r_long() local 812 const unsigned char *buffer = (const unsigned char *) r_string(8, p); r_long64() local 1178 const char *buffer; r_object() local [all...] |
| H A D | pylifecycle.c | 2559 WCHAR buffer[256 / sizeof(WCHAR)]; in fatal_output_debug() local
|
| H A D | pystate.c | 2027 const void *buffer; member
|
| /third_party/python/Modules/cjkcodecs/ |
| H A D | multibytecodec.c | 1009 unsigned char buffer[4], *outbuf; in _multibytecodec_MultibyteIncrementalEncoder_reset_impl() local 1210 PyObject *buffer; _multibytecodec_MultibyteIncrementalDecoder_getstate_impl() local 1242 PyObject *buffer; _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() local [all...] |
| /third_party/python/Modules/ |
| H A D | _struct.c | 1584 Struct_unpack_impl(PyStructObject *self, Py_buffer *buffer) in Struct_unpack_impl() argument 1615 Struct_unpack_from_impl(PyStructObject *self, Py_buffer *buffer, in Struct_unpack_from_impl() argument 1764 Struct_iter_unpack(PyStructObject *self, PyObject *buffer) Struct_iter_unpack() argument 1947 Py_buffer buffer; s_pack_into() local 2265 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer) unpack_impl() argument 2287 unpack_from_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer, Py_ssize_t offset) unpack_from_impl() argument 2310 iter_unpack_impl(PyObject *module, PyStructObject *s_object, PyObject *buffer) iter_unpack_impl() argument [all...] |
| H A D | _winapi.c | 788 wchar_t *buffer = NULL, *p, *end; in getenvironment() local 1902 _winapi_WriteFile_impl(PyObject *module, HANDLE handle, PyObject *buffer, int use_overlapped) _winapi_WriteFile_impl() argument [all...] |
| /third_party/python/Objects/ |
| H A D | abstract.c | 319 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer() argument 337 PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_len) PyObject_AsCharBuffer() argument 344 PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) PyObject_AsReadBuffer() argument 351 PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len) PyObject_AsWriteBuffer() argument [all...] |
| H A D | bytearrayobject.c | 946 char *buffer; in bytearray_repr() local [all...] |