Home
last modified time | relevance | path

Searched refs:isheb (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Dhebrev.c32 static inline int isheb(const char ch) in isheb() function
57 if (isheb(*src)) in strhebpatch()
70 while (lmark > srcstart && !isheb(*lmark) && !ispunct(*lmark)) in strhebpatch()
102 if (imode == 1 && (isheb(ch) || iswhitespace(ch) || ispunct(ch))) in strhebpatch()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dhebrev.c32 static inline int isheb(const char ch) in isheb() function
57 if (isheb(*src)) in strhebpatch()
70 while (lmark > srcstart && !isheb(*lmark) && !ispunct(*lmark)) in strhebpatch()
102 if (imode == 1 && (isheb(ch) || iswhitespace(ch) || ispunct(ch))) in strhebpatch()
/dports/net-im/licq/licq-f271d55/licq/src/
H A Dhebrev.c32 static inline int isheb(const char ch) in isheb() function
57 if (isheb(*src)) in strhebpatch()
70 while (lmark > srcstart && !isheb(*lmark) && !ispunct(*lmark)) in strhebpatch()
102 if (imode == 1 && (isheb(ch) || iswhitespace(ch) || ispunct(ch))) in strhebpatch()
/dports/net-im/licq-jabber/licq-f271d55/licq/src/
H A Dhebrev.c32 static inline int isheb(const char ch) in isheb() function
57 if (isheb(*src)) in strhebpatch()
70 while (lmark > srcstart && !isheb(*lmark) && !ispunct(*lmark)) in strhebpatch()
102 if (imode == 1 && (isheb(ch) || iswhitespace(ch) || ispunct(ch))) in strhebpatch()
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Dhebrev.c32 static inline int isheb(const char ch) in isheb() function
57 if (isheb(*src)) in strhebpatch()
70 while (lmark > srcstart && !isheb(*lmark) && !ispunct(*lmark)) in strhebpatch()
102 if (imode == 1 && (isheb(ch) || iswhitespace(ch) || ispunct(ch))) in strhebpatch()
/dports/hebrew/hspell/hspell-1.4/
H A Dhspell.c581 int isheb = 0; in main() local
600 isheb = ishebrew((int)(unsigned char)rest[0]); in main()
602 if (isheb) { in main()
635 if (slave && !isheb) { in main()
/dports/hebrew/hunspell/hspell-1.4/
H A Dhspell.c581 int isheb = 0; in main() local
600 isheb = ishebrew((int)(unsigned char)rest[0]); in main()
602 if (isheb) { in main()
635 if (slave && !isheb) { in main()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dstring.c4115 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4377 if (isheb(*tmp)) {
4385 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4430 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dstring.c4052 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4314 if (isheb(*tmp)) {
4322 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4367 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dstring.c4115 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4377 if (isheb(*tmp)) {
4385 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4430 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dstring.c4052 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4314 if (isheb(*tmp)) {
4322 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4367 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dstring.c4354 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4631 if (isheb(*tmp)) {
4639 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4684 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dstring.c4264 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4538 if (isheb(*tmp)) {
4546 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4591 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dstring.c4264 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4538 if (isheb(*tmp)) {
4546 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4591 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dstring.c4354 #define isheb(c) (((((unsigned char) c) >= 224) && (((unsigned char) c) <= 250)) ? 1 : 0) macro
4631 if (isheb(*tmp)) {
4639 …while ((isheb((int)*(tmp+1)) || _isblank((int)*(tmp+1)) || ispunct((int)*(tmp+1)) || (int)*(tmp+1)…
4684 while (!isheb(*(tmp+1)) && (int)*(tmp+1)!='\n' && block_end < str_len-1) {