/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | unistr.h | 50 U_CAPI int32_t U_EXPORT2 u_strlen(const UChar *s); 69 typedef int32_t U_CALLCONV 70 UStringCaseMapper(int32_t caseLocale, uint32_t options, 74 char16_t *dest, int32_t destCapacity, 75 const char16_t *src, int32_t srcLength, 88 * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor 300 * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor 403 inline int8_t compare(int32_t start, 404 int32_t length, 424 inline int8_t compare(int32_t star [all...] |
H A D | stringtriebuilder.h | 72 static int32_t hashNode(const void *node); 87 void createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode); 92 void build(UStringTrieBuildOption buildOption, int32_t elementsLength, UErrorCode &errorCode); 95 int32_t writeNode(int32_t start, int32_t limit, int32_t unitIndex); 97 int32_t writeBranchSubNode(int32_t start, int32_t limi [all...] |
H A D | bytestriebuilder.h | 74 BytesTrieBuilder &add(StringPiece s, int32_t value, UErrorCode &errorCode); 137 virtual int32_t getElementStringLength(int32_t i) const override; 138 virtual char16_t getElementUnit(int32_t i, int32_t byteIndex) const override; 139 virtual int32_t getElementValue(int32_t i) const override; 141 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las [all...] |
H A D | ucharstriebuilder.h | 72 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode); 141 virtual int32_t getElementStringLength(int32_t i) const override; 142 virtual char16_t getElementUnit(int32_t i, int32_t unitIndex) const override; 143 virtual int32_t getElementValue(int32_t i) const override; 145 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | unistr.h | 50 U_CAPI int32_t U_EXPORT2 u_strlen(const UChar *s); 69 typedef int32_t U_CALLCONV 70 UStringCaseMapper(int32_t caseLocale, uint32_t options, 74 char16_t *dest, int32_t destCapacity, 75 const char16_t *src, int32_t srcLength, 88 * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor 300 * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor 403 inline int8_t compare(int32_t start, 404 int32_t length, 424 inline int8_t compare(int32_t star [all...] |
H A D | stringtriebuilder.h | 72 static int32_t hashNode(const void *node); 87 void createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode); 92 void build(UStringTrieBuildOption buildOption, int32_t elementsLength, UErrorCode &errorCode); 95 int32_t writeNode(int32_t start, int32_t limit, int32_t unitIndex); 97 int32_t writeBranchSubNode(int32_t start, int32_t limi [all...] |
H A D | bytestriebuilder.h | 74 BytesTrieBuilder &add(StringPiece s, int32_t value, UErrorCode &errorCode); 137 virtual int32_t getElementStringLength(int32_t i) const override; 138 virtual char16_t getElementUnit(int32_t i, int32_t byteIndex) const override; 139 virtual int32_t getElementValue(int32_t i) const override; 141 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las [all...] |
H A D | ucharstriebuilder.h | 72 UCharsTrieBuilder &add(const UnicodeString &s, int32_t value, UErrorCode &errorCode); 141 virtual int32_t getElementStringLength(int32_t i) const override; 142 virtual char16_t getElementUnit(int32_t i, int32_t unitIndex) const override; 143 virtual int32_t getElementValue(int32_t i) const override; 145 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | unistr.h | 50 U_CAPI int32_t U_EXPORT2 u_strlen(const UChar *s); 69 typedef int32_t U_CALLCONV 70 UStringCaseMapper(int32_t caseLocale, uint32_t options, 74 char16_t *dest, int32_t destCapacity, 75 const char16_t *src, int32_t srcLength, 88 * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor 300 * Constant to be used in the UnicodeString(char *, int32_t, EInvariant) constructor 403 inline int8_t compare(int32_t start, 404 int32_t length, 424 inline int8_t compare(int32_t star [all...] |
H A D | stringtriebuilder.h | 72 static int32_t hashNode(const void *node); 87 void createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode); 92 void build(UStringTrieBuildOption buildOption, int32_t elementsLength, UErrorCode &errorCode); 95 int32_t writeNode(int32_t start, int32_t limit, int32_t unitIndex); 97 int32_t writeBranchSubNode(int32_t start, int32_t limi [all...] |
H A D | bytestriebuilder.h | 74 BytesTrieBuilder &add(StringPiece s, int32_t value, UErrorCode &errorCode); 137 virtual int32_t getElementStringLength(int32_t i) const; 138 virtual char16_t getElementUnit(int32_t i, int32_t byteIndex) const; 139 virtual int32_t getElementValue(int32_t i) const; 141 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t las [all...] |
/third_party/libsnd/src/ALAC/ |
H A D | matrixlib.h | 42 void mix16 (const int32_t * in, uint32_t stride, int32_t * u, int32_t * v, int32_t numSamples, int32_t mixbits, int32_t mixres) ; 43 void unmix16 (const int32_t * u, int32_t * v, int32_t * out, uint32_t stride, int32_t numSample [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.h | 29 static const int32_t ttcf; 33 static const int32_t cmap; 34 static const int32_t head; 35 static const int32_t hhea; 36 static const int32_t hmtx; 37 static const int32_t maxp; 38 static const int32_t name; 39 static const int32_t OS_2; 40 static const int32_t post; 43 static const int32_t cv [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | readable_font_data.h | 54 static const int32_t kInvalidByte = 128; 55 static const int32_t kInvalidShort = 32768; 56 static const int32_t kInvalidLong = 0xffffffff; 57 static const int32_t kInvalidUnsigned = -1; 75 void SetCheckSumRanges(const std::vector<int32_t>& ranges); 81 virtual int32_t ReadUByte(int32_t index); 87 virtual int32_t ReadByte(int32_t index); 96 virtual int32_t ReadByte [all...] |
H A D | byte_array.h | 35 int32_t Length() const { return filled_length_; } in Length() 40 int32_t Size() const { return storage_length_; } in Size() 45 int32_t SetFilledLength(int32_t filled_length); 50 virtual int32_t Get(int32_t index); 58 virtual int32_t Get(int32_t index, std::vector<uint8_t>* b); 68 virtual int32_t Get(int32_t inde [all...] |
H A D | writable_font_data.h | 38 static CALLER_ATTACH WritableFontData* CreateWritableFontData(int32_t length); 51 virtual int32_t WriteByte(int32_t index, uint8_t b); 60 virtual int32_t WriteBytes(int32_t index, 62 int32_t offset, 63 int32_t length); 70 virtual int32_t WriteBytes(int32_t index, std::vector<uint8_t>* b); 82 virtual int32_t WriteBytesPa [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table.h | 46 int32_t index_format() { return index_format_; } in index_format() 47 int32_t first_glyph_index() { return first_glyph_index_; } in first_glyph_index() 48 void set_first_glyph_index(int32_t v) { first_glyph_index_ = v; } in set_first_glyph_index() 49 int32_t last_glyph_index() { return last_glyph_index_; } in last_glyph_index() 50 void set_last_glyph_index(int32_t v) { last_glyph_index_ = v; } in set_last_glyph_index() 51 int32_t image_format() { return image_format_; } in image_format() 52 void set_image_format(int32_t v) { image_format_ = v; } in set_image_format() 53 int32_t image_data_offset() { return image_data_offset_; } in image_data_offset() 54 void set_image_data_offset(int32_t v) { image_data_offset_ = v; } in set_image_data_offset() 56 virtual int32_t NumGlyph [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | cmap_table.h | 53 int32_t platform_id; 54 int32_t encoding_id; 127 int32_t offset, 130 GetBuilder(int32_t format, 135 virtual int32_t platform_id() { return cmap_id_.platform_id; } in platform_id() 136 virtual int32_t encoding_id() { return cmap_id_.encoding_id; } in encoding_id() 137 virtual int32_t format() { return format_; } in format() 138 virtual int32_t language() { return language_; } in language() 139 virtual void set_language(int32_t language) { language_ = language; } in set_language() 143 int32_t forma [all...] |
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.h | 32 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status); 33 typedef int32_t (*QuickCheckFn)(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status); 38 int32_t numLines; 41 int32_t retVal; 44 int32_t srcLe [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | simpletz.h | 127 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID); 164 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 166 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 168 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 207 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 209 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 211 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 212 int32_t savingsDST, UErrorCode& status); 255 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 257 int8_t savingsStartDayOfWeek, int32_t savingsStartTim [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | simpletz.h | 127 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID); 164 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 166 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 168 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 207 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 209 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 211 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 212 int32_t savingsDST, UErrorCode& status); 255 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 257 int8_t savingsStartDayOfWeek, int32_t savingsStartTim [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | simpletz.h | 127 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID); 164 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 166 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 168 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 207 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 209 int8_t savingsStartDayOfWeek, int32_t savingsStartTime, 211 int8_t savingsEndDayOfWeek, int32_t savingsEndTime, 212 int32_t savingsDST, UErrorCode& status); 255 SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, 257 int8_t savingsStartDayOfWeek, int32_t savingsStartTim [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | gregoimp.h | 41 static int32_t floorDivide(int32_t numerator, int32_t denominator); 80 static int32_t floorDivide(double numerator, int32_t denominator, 81 int32_t* remainder); 155 static inline UBool isLeapYear(int32_t year); 163 static inline int8_t monthLength(int32_t year, int32_t month); 181 static double fieldsToDay(int32_t yea [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | gregoimp.h | 41 static int32_t floorDivide(int32_t numerator, int32_t denominator); 80 static int32_t floorDivide(double numerator, int32_t denominator, 81 int32_t* remainder); 155 static inline UBool isLeapYear(int32_t year); 163 static inline int8_t monthLength(int32_t year, int32_t month); 181 static double fieldsToDay(int32_t yea [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gregoimp.h | 41 static int32_t floorDivide(int32_t numerator, int32_t denominator); 80 static int32_t floorDivide(double numerator, int32_t denominator, 81 int32_t& remainder); 155 static inline UBool isLeapYear(int32_t year); 163 static inline int8_t monthLength(int32_t year, int32_t month); 181 static double fieldsToDay(int32_t yea [all...] |