Home
last modified time | relevance | path

Searched refs:ustr (Results 1 – 25 of 1298) sorted by relevance

12345678910>>...52

/dports/textproc/uim-qt5/uim-d1ac9d9/scm/
H A Dustr.scm71 ustr)))
74 (lambda (ustr)
79 (lambda (ustr)
96 (lambda (ustr)
101 (lambda (ustr)
106 (lambda (ustr)
110 (lambda (ustr)
122 (lambda (ustr)
136 (lambda (ustr)
282 (ustr-set-latter! ustr (ustr-whole-seq ustr))
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/scm/
H A Dustr.scm71 ustr)))
74 (lambda (ustr)
79 (lambda (ustr)
96 (lambda (ustr)
101 (lambda (ustr)
106 (lambda (ustr)
110 (lambda (ustr)
122 (lambda (ustr)
136 (lambda (ustr)
282 (ustr-set-latter! ustr (ustr-whole-seq ustr))
[all …]
/dports/textproc/uim-el/uim-d1ac9d9/scm/
H A Dustr.scm71 ustr)))
74 (lambda (ustr)
79 (lambda (ustr)
96 (lambda (ustr)
101 (lambda (ustr)
106 (lambda (ustr)
110 (lambda (ustr)
122 (lambda (ustr)
136 (lambda (ustr)
282 (ustr-set-latter! ustr (ustr-whole-seq ustr))
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/scm/
H A Dustr.scm71 ustr)))
74 (lambda (ustr)
79 (lambda (ustr)
96 (lambda (ustr)
101 (lambda (ustr)
106 (lambda (ustr)
110 (lambda (ustr)
122 (lambda (ustr)
136 (lambda (ustr)
282 (ustr-set-latter! ustr (ustr-whole-seq ustr))
[all …]
/dports/textproc/uim-gtk/uim-d1ac9d9/scm/
H A Dustr.scm71 ustr)))
74 (lambda (ustr)
79 (lambda (ustr)
96 (lambda (ustr)
101 (lambda (ustr)
106 (lambda (ustr)
110 (lambda (ustr)
122 (lambda (ustr)
136 (lambda (ustr)
282 (ustr-set-latter! ustr (ustr-whole-seq ustr))
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/scm/
H A Dustr.scm71 ustr)))
74 (lambda (ustr)
79 (lambda (ustr)
96 (lambda (ustr)
101 (lambda (ustr)
106 (lambda (ustr)
110 (lambda (ustr)
122 (lambda (ustr)
136 (lambda (ustr)
282 (ustr-set-latter! ustr (ustr-whole-seq ustr))
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dsegment.c64 return ustr; in UdmSegmentCJK_internal()
85 UdmFree(ustr); in UdmSegmentCJK_internal()
125 ustr = (int*)UdmRealloc(ustr, reslen * sizeof(int)); in UdmUniSegmentChasen()
128 return ustr; in UdmUniSegmentChasen()
164 ustr= (int*)UdmRealloc(ustr, (reslen + 1) * sizeof(int)); in UdmUniSegmentMecab()
169 return ustr; in UdmUniSegmentMecab()
184 UDM_FREE(ustr); in UdmUniSegmentFreqChi()
185 ustr= seg_ustr; in UdmUniSegmentFreqChi()
187 return ustr; in UdmUniSegmentFreqChi()
203 return ustr; in UdmUniSegmentFreqThai()
[all …]
/dports/dns/libidn2/libidn2-2.3.2/tests/
H A Dgen-utc-test.pl36 my ($ustr) = $2;
40 $ustr = $source if ($ustr eq "");
41 $astr = $ustr if ($astr eq "");
43 while ($ustr =~ /(.*)\\u([0-9A-f][0-9A-f][0-9A-f][0-9A-f])(.*)/) {
55 $ustr = $1.'" "'.$escstr.'" "'.$3;
58 next if ($ustr eq $last);
66 } elsif ($ustr =~ /a..c/ || $ustr =~ /ä..c/) {
69 print "{ \"$ustr\", \"$astr\", -1 },\n";
72 print "{ \"$ustr\", \"$astr\", -1 },\n";
77 print "{ \"$ustr\", \"$astr\", IDN2_OK },\n";
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/hfsplus/
H A Dhfsp_unicode.c18 asc2uni( unsigned char *ustr, const char *astr, int maxlen ) in asc2uni() argument
26 *ustr++ = 0; in asc2uni()
27 *ustr++ = *astr; in asc2uni()
29 ustr[0] = ustr[1] = 0; in asc2uni()
42 for( len=0; ustrlen-- > 0 && len < maxlen-1 ; ustr += 2 ) { in uni2asc()
44 if( ustr[0] || !ustr[1] ) in uni2asc()
46 if( ustr[1] < 0x20 || ustr[1] >= 0x7f ) in uni2asc()
49 *astr++ = ustr[1]; in uni2asc()
57 unicode_asc2uni( hfsp_unistr255 *ustr, const char* astr ) in unicode_asc2uni() argument
59 return ustr->strlen = asc2uni( (u8*)ustr->name, astr, 255 ); in unicode_asc2uni()
[all …]
/dports/net/mosquitto/mosquitto-2.0.13/lib/
H A Dutf8_mosq.c36 if(ustr[i] == 0){ in mosquitto_validate_utf8()
38 }else if(ustr[i] <= 0x7f){ in mosquitto_validate_utf8()
40 codepoint = ustr[i]; in mosquitto_validate_utf8()
41 }else if((ustr[i] & 0xE0) == 0xC0){ in mosquitto_validate_utf8()
43 if(ustr[i] == 0xC0 || ustr[i] == 0xC1){ in mosquitto_validate_utf8()
48 codepoint = (ustr[i] & 0x1F); in mosquitto_validate_utf8()
49 }else if((ustr[i] & 0xF0) == 0xE0){ in mosquitto_validate_utf8()
52 codepoint = (ustr[i] & 0x0F); in mosquitto_validate_utf8()
55 if(ustr[i] > 0xF4){ in mosquitto_validate_utf8()
60 codepoint = (ustr[i] & 0x07); in mosquitto_validate_utf8()
[all …]
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/lib/
H A Dutf8_mosq.c34 if(ustr[i] == 0){ in mosquitto_validate_utf8()
36 }else if(ustr[i] <= 0x7f){ in mosquitto_validate_utf8()
38 codepoint = ustr[i]; in mosquitto_validate_utf8()
39 }else if((ustr[i] & 0xE0) == 0xC0){ in mosquitto_validate_utf8()
41 if(ustr[i] == 0xC0 || ustr[i] == 0xC1){ in mosquitto_validate_utf8()
46 codepoint = (ustr[i] & 0x1F); in mosquitto_validate_utf8()
47 }else if((ustr[i] & 0xF0) == 0xE0){ in mosquitto_validate_utf8()
50 codepoint = (ustr[i] & 0x0F); in mosquitto_validate_utf8()
53 if(ustr[i] > 0xF4){ in mosquitto_validate_utf8()
58 codepoint = (ustr[i] & 0x07); in mosquitto_validate_utf8()
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/charset/
H A Dstring_adaptor.hh63 unit_string_t& ustr; member in pbe::string_adaptor
67 ustr(ustr_) in string_adaptor()
70 unit_string_t& unit_str() { return ustr; } in unit_str()
71 const unit_string_t& unit_str() const { return ustr; } in unit_str()
98 bool empty() const { return ustr.empty(); } in empty()
104 string_adaptor& operator=(const string_adaptor& other) { ustr=other.ustr; return *this; } in operator =()
107 void swap(string_adaptor& other) { ustr.swap(other.ustr); } in swap()
125 std::back_insert_iterator<unit_string_t> i(ustr); in push_back()
141 void clear() { ustr.clear(); } in clear()
172 return s1.ustr == s2.ustr; in operator ==()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dtext.c77 const ALLEGRO_USTR *ustr) in al_draw_ustr() argument
80 ASSERT(ustr); in al_draw_ustr()
273 ASSERT(ustr); in al_get_ustr_width()
285 const ALLEGRO_USTR *ustr; in al_get_text_width() local
329 ALLEGRO_USTR const *ustr, in al_get_ustr_dimensions() argument
333 ASSERT(ustr); in al_get_ustr_dimensions()
427 size = al_ustr_size(ustr); in ustr_split_next()
438 al_ustr_next(ustr, &end); in ustr_split_next()
505 al_ustr_next(ustr, &end); in get_next_soft_line()
518 const ALLEGRO_USTR *ustr, in al_do_multiline_ustr() argument
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/template/
H A Descaping.c34 const guchar *ustr = (const guchar *) sstr; in result_append() local
43 if (ustr[i] == '\'' || ustr[i] == '"' || ustr[i] == '\\') in result_append()
46 g_string_append_c(result, ustr[i]); in result_append()
48 else if (ustr[i] < ' ') in result_append()
51 format_uint32_padded(result, 3, '0', 8, ustr[i]); in result_append()
54 g_string_append_c(result, ustr[i]); in result_append()
/dports/net/iodine/iodine-0.7.0/src/
H A Dbase128.c220 unsigned char *ustr = (unsigned char *) str; in base128_decode() local
234 ubuf[iout] = ((REV128(ustr[iin]) & 0x7f) << 1) | in base128_decode()
235 ((REV128(ustr[iin + 1]) & 0x40) >> 6); in base128_decode()
242 ubuf[iout] = ((REV128(ustr[iin]) & 0x3f) << 2) | in base128_decode()
243 ((REV128(ustr[iin + 1]) & 0x60) >> 5); in base128_decode()
250 ubuf[iout] = ((REV128(ustr[iin]) & 0x1f) << 3) | in base128_decode()
251 ((REV128(ustr[iin + 1]) & 0x70) >> 4); in base128_decode()
259 ((REV128(ustr[iin + 1]) & 0x78) >> 3); in base128_decode()
267 ((REV128(ustr[iin + 1]) & 0x7c) >> 2); in base128_decode()
275 ((REV128(ustr[iin + 1]) & 0x7e) >> 1); in base128_decode()
[all …]
/dports/textproc/py-zope.i18nmessageid/zope.i18nmessageid-5.0.1/src/zope/i18nmessageid/
H A Dmessage.py36 def __new__(cls, ustr, domain=_marker, default=_marker, mapping=_marker, argument
38 self = six.text_type.__new__(cls, ustr)
39 if isinstance(ustr, self.__class__):
40 self.domain = ustr.domain
41 self.default = ustr.default
42 self.mapping = ustr.mapping
43 self.msgid_plural = ustr.msgid_plural
44 self.default_plural = ustr.default_plural
45 self.number = ustr.number
109 def __call__(self, ustr, default=None, mapping=None, argument
[all …]
/dports/lang/guile/guile-3.0.7/libguile/
H A Dhash.c173 const uint8_t *end, *ustr = (const uint8_t *) str; in scm_i_utf8_string_hash() local
185 end = ustr + len; in scm_i_utf8_string_hash()
187 if (u8_check (ustr, len) != NULL) in scm_i_utf8_string_hash()
191 length = u8_strnlen (ustr, len); in scm_i_utf8_string_hash()
199 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
201 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
203 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
210 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
214 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
218 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dhash.c161 const scm_t_uint8 *end, *ustr = (const scm_t_uint8 *) str; in scm_i_utf8_string_hash() local
173 end = ustr + len; in scm_i_utf8_string_hash()
175 if (u8_check (ustr, len) != NULL) in scm_i_utf8_string_hash()
179 length = u8_strnlen (ustr, len); in scm_i_utf8_string_hash()
187 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
189 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
191 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
198 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
202 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
206 ustr += u8_mbtouc_unsafe (&u32, ustr, end - ustr); in scm_i_utf8_string_hash()
/dports/devel/dep/dep-0.5.4/gps/
H A Dmaybe_source.go51 ustr := m.url.String()
54 r, err := vcs.NewGitRepo(ustr, path)
57 r, err = vcs.NewGitRepo(ustr, path)
98 ustr := m.url.String()
100 r, err := vcs.NewGitRepo(ustr, path)
103 r, err = vcs.NewGitRepo(ustr, path)
137 ustr := m.url.String()
140 r, err := vcs.NewBzrRepo(ustr, path)
169 ustr := m.url.String()
172 r, err := vcs.NewHgRepo(ustr, path)
[all …]

12345678910>>...52