Home
last modified time | relevance | path

Searched refs:leadByte (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/common/
H A DicuUtf.h161 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument
162 ((uint8_t)(leadByte)<0xf0 ? \
163 ((uint8_t)(leadByte)>=0xc0)+((uint8_t)(leadByte)>=0xe0) : \
164 (uint8_t)(leadByte)<0xfe ? 3+((uint8_t)(leadByte)>=0xf8)+((uint8_t)(leadByte)>=0xfc) : 0)
173 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dustr_imp.h94 #define U8_COUNT_BYTES(leadByte) \ argument
95 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
105 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
106 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dustr_imp.h94 #define U8_COUNT_BYTES(leadByte) \ argument
95 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
105 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
106 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Dustr_imp.h94 #define U8_COUNT_BYTES(leadByte) \ argument
95 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
105 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
106 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/devel/icu/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/devel/icu-lx/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dustr_imp.h106 #define U8_COUNT_BYTES(leadByte) \ argument
107 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))
117 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ argument
118 (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+2 : 0)
/dports/textproc/R-cran-stringi/stringi/src/icu55/unicode/
H A Dbytestrie.h208 int32_t leadByte=*pos++; in getValue() local
210 return readValue(pos, leadByte>>1); in getValue()
365 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
368 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
369 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
371 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
374 pos+=3+((leadByte>>1)&1); in skipValue()
380 int32_t leadByte=*pos++; in skipValue() local
381 return skipValue(pos, leadByte); in skipValue()
H A Dutf8.h80 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument
81 ((uint8_t)(leadByte)<0xf0 ? \
82 ((uint8_t)(leadByte)>=0xc0)+((uint8_t)(leadByte)>=0xe0) : \
83 (uint8_t)(leadByte)<0xfe ? 3+((uint8_t)(leadByte)>=0xf8)+((uint8_t)(leadByte)>=0xfc) : 0)
96 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument
97 (((leadByte)>=0xc0)+((leadByte)>=0xe0)+((leadByte)>=0xf0))
106 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/unicode/
H A Dbytestrie.h210 int32_t leadByte=*pos++; in getValue() local
212 return readValue(pos, leadByte>>1); in getValue()
366 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
369 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
370 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
372 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
375 pos+=3+((leadByte>>1)&1); in skipValue()
381 int32_t leadByte=*pos++; in skipValue() local
382 return skipValue(pos, leadByte); in skipValue()
H A Dutf8.h82 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument
83 ((uint8_t)(leadByte)<0xf0 ? \
84 ((uint8_t)(leadByte)>=0xc0)+((uint8_t)(leadByte)>=0xe0) : \
85 (uint8_t)(leadByte)<0xfe ? 3+((uint8_t)(leadByte)>=0xf8)+((uint8_t)(leadByte)>=0xfc) : 0)
98 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument
99 (((leadByte)>=0xc0)+((leadByte)>=0xe0)+((leadByte)>=0xf0))
108 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/unicode/
H A Dbytestrie.h210 int32_t leadByte=*pos++; in getValue() local
212 return readValue(pos, leadByte>>1); in getValue()
366 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
369 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
370 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
372 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
375 pos+=3+((leadByte>>1)&1); in skipValue()
381 int32_t leadByte=*pos++; in skipValue() local
382 return skipValue(pos, leadByte); in skipValue()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/unicode/
H A Dbytestrie.h210 int32_t leadByte=*pos++; in getValue() local
212 return readValue(pos, leadByte>>1); in getValue()
366 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
369 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
370 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
372 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
375 pos+=3+((leadByte>>1)&1); in skipValue()
381 int32_t leadByte=*pos++; in skipValue() local
382 return skipValue(pos, leadByte); in skipValue()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/unicode/
H A Dbytestrie.h208 int32_t leadByte=*pos++; in getValue() local
210 return readValue(pos, leadByte>>1); in getValue()
365 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
368 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
369 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
371 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
374 pos+=3+((leadByte>>1)&1); in skipValue()
380 int32_t leadByte=*pos++; in skipValue() local
381 return skipValue(pos, leadByte); in skipValue()
H A Dutf8.h80 #define U8_COUNT_TRAIL_BYTES(leadByte) \ argument
81 ((uint8_t)(leadByte)<0xf0 ? \
82 ((uint8_t)(leadByte)>=0xc0)+((uint8_t)(leadByte)>=0xe0) : \
83 (uint8_t)(leadByte)<0xfe ? 3+((uint8_t)(leadByte)>=0xf8)+((uint8_t)(leadByte)>=0xfc) : 0)
96 #define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) \ argument
97 (((leadByte)>=0xc0)+((leadByte)>=0xe0)+((leadByte)>=0xf0))
106 #define U8_MASK_LEAD_BYTE(leadByte, countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) argument
/dports/devel/icu-lx/icu/source/common/unicode/
H A Dbytestrie.h248 int32_t leadByte=*pos++; in getValue() local
250 return readValue(pos, leadByte>>1); in getValue()
405 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
408 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
409 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
414 pos+=3+((leadByte>>1)&1); in skipValue()
420 int32_t leadByte=*pos++; in skipValue() local
421 return skipValue(pos, leadByte); in skipValue()
/dports/devel/icu/icu/source/common/unicode/
H A Dbytestrie.h248 int32_t leadByte=*pos++; in getValue() local
250 return readValue(pos, leadByte>>1); in getValue()
405 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
408 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
409 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
414 pos+=3+((leadByte>>1)&1); in skipValue()
420 int32_t leadByte=*pos++; in skipValue() local
421 return skipValue(pos, leadByte); in skipValue()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/unicode/
H A Dbytestrie.h248 int32_t leadByte=*pos++; in getValue() local
250 return readValue(pos, leadByte>>1); in getValue()
405 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
408 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
409 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
414 pos+=3+((leadByte>>1)&1); in skipValue()
420 int32_t leadByte=*pos++; in skipValue() local
421 return skipValue(pos, leadByte); in skipValue()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/unicode/
H A Dbytestrie.h248 int32_t leadByte=*pos++; in getValue() local
250 return readValue(pos, leadByte>>1); in getValue()
405 static int32_t readValue(const uint8_t *pos, int32_t leadByte);
406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() argument
408 if(leadByte>=(kMinTwoByteValueLead<<1)) { in skipValue()
409 if(leadByte<(kMinThreeByteValueLead<<1)) { in skipValue()
411 } else if(leadByte<(kFourByteValueLead<<1)) { in skipValue()
414 pos+=3+((leadByte>>1)&1); in skipValue()
420 int32_t leadByte=*pos++; in skipValue() local
421 return skipValue(pos, leadByte); in skipValue()

1234567891011