Home
last modified time | relevance | path

Searched refs:mask8 (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/games/freesynd/freesynd-0.7.5/src/utils/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/security/md5deep/hashdeep-cd2ed74/src/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/devel/love08/love-0.8.0/src/libraries/utf8/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/chinese/librime/librime-1.7.3/thirdparty/include/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/util/utf8/utf8/
H A Dcore.hpp80 inline uint8_t mask8(octet_type oc) in mask8() function
92 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
123 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
179 code_point = utf8::internal::mask8(*it); in get_sequence_1()
190 code_point = utf8::internal::mask8(*it); in get_sequence_2()
205 code_point = utf8::internal::mask8(*it); in get_sequence_3()
224 code_point = utf8::internal::mask8(*it); in get_sequence_4()
232 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
341 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
342 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/util/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/net/tcpflow/tcpflow-1.5.0/src/be13_api/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = mask8(*lead_it); in sequence_length()
143 *code_point = mask8(*it); in get_sequence_1()
155 uint32_t cp = mask8(*it); in get_sequence_2()
180 uint32_t cp = mask8(*it); in get_sequence_3()
214 uint32_t cp = mask8(*it); in get_sequence_4()
220 cp += (mask8(*it) << 6) & 0xfff; in get_sequence_4()
349 (internal::mask8(*it++)) == bom[0] && in is_bom()
350 (internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmutfcpp/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/third-party/utf8cpp/source/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
323 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
324 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/mail/libvmime/vmime-0.9.2/contrib/utf8/utf8/
H A Dcore.h56 inline uint8_t mask8(octet_type oc) in mask8() function
68 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
99 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
155 code_point = utf8::internal::mask8(*it); in get_sequence_1()
166 code_point = utf8::internal::mask8(*it); in get_sequence_2()
181 code_point = utf8::internal::mask8(*it); in get_sequence_3()
200 code_point = utf8::internal::mask8(*it); in get_sequence_4()
208 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
317 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
318 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/utf8/vtkutf8/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((vtk_utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = vtk_utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (vtk_utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (vtk_utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (vtk_utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/utfcpp/utf8/
H A Dcore.h60 inline uint8_t mask8(octet_type oc) in mask8() function
72 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
103 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
159 code_point = utf8::internal::mask8(*it); in get_sequence_1()
170 code_point = utf8::internal::mask8(*it); in get_sequence_2()
185 code_point = utf8::internal::mask8(*it); in get_sequence_3()
204 code_point = utf8::internal::mask8(*it); in get_sequence_4()
212 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
321 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
322 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/utf8-cpp/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
323 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
324 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/math/spot/spot-2.10.2/utf8/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
323 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
324 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/finance/ledger/ledger-3.2.1/lib/utfcpp/v2_0/source/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/devel/love/love-11.3/src/libraries/utf8/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/utf8/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/www/py-libsass/libsass-0.21.0/libsass/src/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
323 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
324 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/games/blockattack/blockattack-game-2.7.0/source/code/Libs/include/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/utf8cpp/source/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmutfcpp/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
323 (utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
324 (utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/utf8/
H A Dcore.h57 template <typename octet_type> inline uint8_t mask8(octet_type oc) in mask8() function
67 return ((utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
93 uint8_t lead = utf8::internal::mask8(*lead_it); in sequence_length()
163 code_point = utf8::internal::mask8(*it); in get_sequence_1()
174 code_point = utf8::internal::mask8(*it); in get_sequence_2()
189 code_point = utf8::internal::mask8(*it); in get_sequence_3()
208 code_point = utf8::internal::mask8(*it); in get_sequence_4()
216 code_point += (utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
317 return (((it != end) && (utf8::internal::mask8(*it++)) == bom[0]) in starts_with_bom()
325 return ((utf8::internal::mask8(*it++)) == bom[0] && (utf8::internal::mask8(*it++)) == bom[1] in is_bom()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/utf8/vtkutf8/utf8/
H A Dcore.h59 inline uint8_t mask8(octet_type oc) in mask8() function
71 return ((vtk_utf8::internal::mask8(oc) >> 6) == 0x2); in is_trail()
102 uint8_t lead = vtk_utf8::internal::mask8(*lead_it); in sequence_length()
158 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_1()
169 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_2()
184 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_3()
203 code_point = vtk_utf8::internal::mask8(*it); in get_sequence_4()
211 code_point += (vtk_utf8::internal::mask8(*it) << 6) & 0xfff; in get_sequence_4()
320 (vtk_utf8::internal::mask8(*it++)) == bom[0] && in is_bom()
321 (vtk_utf8::internal::mask8(*it++)) == bom[1] && in is_bom()
[all …]

12345678910>>...13