| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | utf8_internal.h | 19 void utf8_2b(const char *p, uint32_t *codepoint) { in utf8_2b() argument 29 *codepoint = (*(up) & 0x1C) << 6 in utf8_2b() 34 void utf8_3b(const char *p, uint32_t *codepoint) { in utf8_3b() argument 45 *codepoint = in utf8_3b() 51 void utf8_4b(const char *p, uint32_t *codepoint) { in utf8_4b() argument 65 *codepoint = in utf8_4b() 72 unsigned utf8_codepoint_length(uint32_t codepoint) { in utf8_codepoint_length() argument 73 if (codepoint < 128) return 1; in utf8_codepoint_length() 74 if (codepoint < 0x0800) return 2; in utf8_codepoint_length() 75 if (codepoint < 0x10000) return 3; in utf8_codepoint_length() [all …]
|
| H A D | mph.h | 26 uint32_t _nu_hash(uint32_t hash, uint32_t codepoint) { in _nu_hash() argument 31 return hash ^ codepoint; in _nu_hash() 38 uint32_t codepoint) { in nu_mph_hash() argument 40 uint32_t h = _nu_hash(0, codepoint); in nu_mph_hash() 45 return (_nu_hash(offset, codepoint) % G_SIZE); in nu_mph_hash() 52 uint32_t codepoint, uint32_t hash) { in nu_mph_lookup() argument 62 return (*c != codepoint ? 0 : *i); in nu_mph_lookup()
|
| H A D | udb.h | 36 uint32_t nu_udb_lookup_value(uint32_t codepoint, in nu_udb_lookup_value() argument 40 uint32_t hash = nu_mph_hash(G, G_SIZE, codepoint); in nu_udb_lookup_value() 41 uint32_t value = nu_mph_lookup(VALUES_C, VALUES_I, codepoint, hash); in nu_udb_lookup_value() 61 const char* nu_udb_lookup(uint32_t codepoint, in nu_udb_lookup() argument 65 uint32_t combined_offset = nu_udb_lookup_value(codepoint, in nu_udb_lookup()
|
| H A D | casemap.h | 45 const char* nu_toupper(uint32_t codepoint); 78 const char* nu_tolower(uint32_t codepoint); 112 const char* nu_tofold(uint32_t codepoint);
|
| H A D | casemap_internal.h | 14 const char* _nu_to_something(uint32_t codepoint, in _nu_to_something() argument 18 return nu_udb_lookup(codepoint, G, G_SIZE, VALUES_C, VALUES_I, COMBINED); in _nu_to_something()
|
| H A D | ducet.h | 29 int32_t nu_ducet_weight(uint32_t codepoint, int32_t *weight, void *context);
|
| H A D | unaccent.h | 28 const char* nu_tounaccent(uint32_t codepoint);
|
| H A D | strings.h | 63 typedef const char* (*nu_transformation_t)(uint32_t codepoint);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | encodings.h | 102 static void Encode(OutputStream& os, unsigned codepoint) { in Encode() 103 if (codepoint <= 0x7F) in Encode() 104 os.Put(static_cast<Ch>(codepoint & 0xFF)); in Encode() 105 else if (codepoint <= 0x7FF) { in Encode() 106 os.Put(static_cast<Ch>(0xC0 | ((codepoint >> 6) & 0xFF))); in Encode() 107 os.Put(static_cast<Ch>(0x80 | ((codepoint & 0x3F)))); in Encode() 109 else if (codepoint <= 0xFFFF) { in Encode() 110 os.Put(static_cast<Ch>(0xE0 | ((codepoint >> 12) & 0xFF))); in Encode() 111 os.Put(static_cast<Ch>(0x80 | ((codepoint >> 6) & 0x3F))); in Encode() 112 os.Put(static_cast<Ch>(0x80 | (codepoint & 0x3F))); in Encode() [all …]
|
| H A D | writer.h | 370 unsigned codepoint; in WriteString() local 371 if (RAPIDJSON_UNLIKELY(!SourceEncoding::Decode(is, &codepoint))) in WriteString() 375 if (codepoint <= 0xD7FF || (codepoint >= 0xE000 && codepoint <= 0xFFFF)) { in WriteString() 376 PutUnsafe(*os_, hexDigits[(codepoint >> 12) & 15]); in WriteString() 377 PutUnsafe(*os_, hexDigits[(codepoint >> 8) & 15]); in WriteString() 378 PutUnsafe(*os_, hexDigits[(codepoint >> 4) & 15]); in WriteString() 379 PutUnsafe(*os_, hexDigits[(codepoint ) & 15]); in WriteString() 382 RAPIDJSON_ASSERT(codepoint >= 0x010000 && codepoint <= 0x10FFFF); in WriteString() 384 unsigned s = codepoint - 0x010000; in WriteString()
|
| H A D | reader.h | 756 unsigned codepoint = 0; in ParseHex4() local 759 codepoint <<= 4; in ParseHex4() 760 codepoint += static_cast<unsigned>(c); in ParseHex4() 762 codepoint -= '0'; in ParseHex4() 764 codepoint -= 'A' - 10; in ParseHex4() 766 codepoint -= 'a' - 10; in ParseHex4() 773 return codepoint; in ParseHex4() 869 unsigned codepoint = ParseHex4(is, escapeOffset); in ParseStringToStream() local 871 if (RAPIDJSON_UNLIKELY(codepoint >= 0xD800 && codepoint <= 0xDBFF)) { in ParseStringToStream() 879 … codepoint = (((codepoint - 0xD800) << 10) | (codepoint2 - 0xDC00)) + 0x10000; in ParseStringToStream() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | regex.h | 150 unsigned codepoint; in RAPIDJSON_DIAG_OFF() member 211 unsigned codepoint; in RAPIDJSON_DIAG_OFF() local 213 switch (codepoint = ds.Take()) { in RAPIDJSON_DIAG_OFF() 301 if (!CharacterEscape(ds, &codepoint)) in RAPIDJSON_DIAG_OFF() 306 PushOperand(operandStack, codepoint); in RAPIDJSON_DIAG_OFF() 325 printf("[%2d] out: %2d out1: %2d c: '%c'\n", i, s.out, s.out1, (char)s.codepoint); in RAPIDJSON_DIAG_OFF() 340 SizeType NewState(SizeType out, SizeType out1, unsigned codepoint) { in RAPIDJSON_DIAG_OFF() 344 s->codepoint = codepoint; in RAPIDJSON_DIAG_OFF() 349 void PushOperand(Stack<Allocator>& operandStack, unsigned codepoint) { in RAPIDJSON_DIAG_OFF() 350 SizeType s = NewState(kRegexInvalidState, kRegexInvalidState, codepoint); in RAPIDJSON_DIAG_OFF() [all …]
|
| H A D | strfunc.h | 43 unsigned codepoint; in CountStringCodePoint() local 44 if (!Encoding::Decode(is, &codepoint)) in CountStringCodePoint()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | ducet.c | 20 int32_t nu_ducet_weight(uint32_t codepoint, int32_t *weight, void *context) { in nu_ducet_weight() argument 27 int32_t switch_value = _nu_ducet_weight_switch(codepoint, weight, context); in nu_ducet_weight() 39 if (codepoint == 0) { in nu_ducet_weight() 43 uint32_t mph_value = nu_udb_lookup_value(codepoint, NU_DUCET_G, NU_DUCET_G_SIZE, in nu_ducet_weight() 48 : (int32_t)(codepoint + _nu_ducet_weights_count())); in nu_ducet_weight()
|
| H A D | tounaccent.c | 10 const char* nu_tounaccent(uint32_t codepoint) { in nu_tounaccent() argument 29 if (codepoint >= blocks[i].block_start && codepoint <= blocks[i].block_end) { in nu_tounaccent() 34 return _nu_to_something(codepoint, NU_TOUNACCENT_G, NU_TOUNACCENT_G_SIZE, in nu_tounaccent()
|
| H A D | toupper.c | 8 const char* nu_toupper(uint32_t codepoint) { in nu_toupper() argument 9 return _nu_to_something(codepoint, NU_TOUPPER_G, NU_TOUPPER_G_SIZE, in nu_toupper()
|
| H A D | tolower.c | 13 const char* nu_tolower(uint32_t codepoint) { in nu_tolower() argument 14 return _nu_to_something(codepoint, NU_TOLOWER_G, NU_TOLOWER_G_SIZE, in nu_tolower()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 695 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWi… 703 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in… 762 …intBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int… 771 … *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int… 775 …d char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint); 781 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint); 785 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x… 792 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float… 1215 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in… in stbtt_GetCodepointBox() argument 1217 return stbtt_GetGlyphBox(info, stbtt_FindGlyphIndex(info,codepoint), x0,y0,x1,y1); in stbtt_GetCodepointBox() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/harfbuzz/harfbuzz/ |
| H A D | CVE-2023-25193.patch | 47 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); 107 …igned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint); 108 + unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[idx].codepoint); 157 unsigned int lig_index = (this+ligatureCoverage).get_coverage (buffer->info[j].codepoint);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | i18n.cpp | 15 inline bool isIn##name(char16_t codepoint) { \ 16 return codepoint >= first && codepoint <= last; \
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 650 long unsigned int codepoint = 0; in utf16_literal_to_utf8() local 703 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8() 708 codepoint = first_code; in utf16_literal_to_utf8() 714 if (codepoint < 0x80) in utf16_literal_to_utf8() 719 else if (codepoint < 0x800) in utf16_literal_to_utf8() 725 else if (codepoint < 0x10000) in utf16_literal_to_utf8() 731 else if (codepoint <= 0x10FFFF) in utf16_literal_to_utf8() 747 (*output_pointer)[utf8_position] = (unsigned char)((codepoint | 0x80) & 0xBF); in utf16_literal_to_utf8() 748 codepoint >>= 6; in utf16_literal_to_utf8() 753 (*output_pointer)[0] = (unsigned char)((codepoint | first_byte_mark) & 0xFF); in utf16_literal_to_utf8() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 659 long unsigned int codepoint = 0; in utf16_literal_to_utf8() local 712 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8() 717 codepoint = first_code; in utf16_literal_to_utf8() 723 if (codepoint < 0x80) in utf16_literal_to_utf8() 728 else if (codepoint < 0x800) in utf16_literal_to_utf8() 734 else if (codepoint < 0x10000) in utf16_literal_to_utf8() 740 else if (codepoint <= 0x10FFFF) in utf16_literal_to_utf8() 756 (*output_pointer)[utf8_position] = (unsigned char)((codepoint | 0x80) & 0xBF); in utf16_literal_to_utf8() 757 codepoint >>= 6; in utf16_literal_to_utf8() 762 (*output_pointer)[0] = (unsigned char)((codepoint | first_byte_mark) & 0xFF); in utf16_literal_to_utf8() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 52 for codepoint, name in list(codepoint2name.items()): 53 character = chr(codepoint) 54 if codepoint != 34:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
| H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 293 * unicode codepoint) may be limited to 0x7f, 0xff or 0x10ffff. */
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | Kconfig | 837 the IPv4/IPv6 header DSCP field (differentiated services codepoint). 1257 the IPv4/IPv6 header DSCP field (differentiated services codepoint).
|