Home
last modified time | relevance | path

Searched refs:isxdigit (Results 151 – 175 of 9398) sorted by relevance

12345678910>>...376

/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexForth.cxx33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexForth.cxx33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/editors/textadept/scintilla/lexers/
H A DLexForth.cxx33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/editors/scite/scintilla/lexers/
H A DLexForth.cxx33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexForth.cpp33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexForth.cpp33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexForth.cpp33 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
115 } else if ( (sc.ch == '$' && (IsASCII(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
118 while(sc.More() && IsASCII(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
126 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && IsASCII(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/peer/
H A Dclient_list.cc171 … std::isxdigit(id[3]) && std::isxdigit(id[4]) && std::isxdigit(id[5]) && std::isxdigit(id[6])) { in retrieve_id()
181 std::isxdigit(id[1]) && std::isxdigit(id[2]) && std::isxdigit(id[3])) { in retrieve_id()
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_decode_sense.c264 if (isxdigit(line[0])) { in f2hex_arr()
296 for (k = 0; isxdigit(*lcp) && isxdigit(*(lcp + 1)); in f2hex_arr()
309 if (isxdigit(*lcp) && (! isxdigit(*(lcp + 1)))) in f2hex_arr()
424 for (k = 0; isxdigit(cp[k]) && isxdigit(cp[k + 1]); k += 2) { in main()
/dports/converters/libiconv/libiconv-1.16/tools/
H A Dcjk_tab_to_h.c1701 assert(isxdigit(line[2])); in do_jisx0213()
1702 assert(isxdigit(line[3])); in do_jisx0213()
1703 assert(isxdigit(line[4])); in do_jisx0213()
1704 assert(isxdigit(line[5])); in do_jisx0213()
1705 assert(isxdigit(line[6])); in do_jisx0213()
1855 assert(isxdigit(line[2])); in do_jisx0213()
1856 assert(isxdigit(line[3])); in do_jisx0213()
1857 assert(isxdigit(line[4])); in do_jisx0213()
1858 assert(isxdigit(line[5])); in do_jisx0213()
1859 assert(isxdigit(line[6])); in do_jisx0213()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/tools/
H A Dcjk_tab_to_h.c1703 assert(isxdigit(line[2])); in do_jisx0213()
1704 assert(isxdigit(line[3])); in do_jisx0213()
1705 assert(isxdigit(line[4])); in do_jisx0213()
1706 assert(isxdigit(line[5])); in do_jisx0213()
1707 assert(isxdigit(line[6])); in do_jisx0213()
1857 assert(isxdigit(line[2])); in do_jisx0213()
1858 assert(isxdigit(line[3])); in do_jisx0213()
1859 assert(isxdigit(line[4])); in do_jisx0213()
1860 assert(isxdigit(line[5])); in do_jisx0213()
1861 assert(isxdigit(line[6])); in do_jisx0213()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp21 if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) { in GetResponseType()
28 if (!isxdigit(e)) in GetResponseType()
453 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()
454 isxdigit(m_packet[2]); in IsErrorResponse()
560 if (!isxdigit(ch)) { in ASCIIHexBytesResponseValidator()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp21 if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) { in GetResponseType()
28 if (!isxdigit(e)) in GetResponseType()
451 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()
452 isxdigit(m_packet[2]); in IsErrorResponse()
558 if (!isxdigit(ch)) { in ASCIIHexBytesResponseValidator()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp21 if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) { in GetResponseType()
28 if (!isxdigit(e)) in GetResponseType()
455 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()
456 isxdigit(m_packet[2]); in IsErrorResponse()
562 if (!isxdigit(ch)) { in ASCIIHexBytesResponseValidator()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp21 if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) { in GetResponseType()
28 if (!isxdigit(e)) in GetResponseType()
455 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()
456 isxdigit(m_packet[2]); in IsErrorResponse()
562 if (!isxdigit(ch)) { in ASCIIHexBytesResponseValidator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp21 if (isxdigit(m_packet[1]) && isxdigit(m_packet[2])) { in GetResponseType()
28 if (!isxdigit(e)) in GetResponseType()
451 return GetResponseType() == eError && isxdigit(m_packet[1]) && in IsErrorResponse()
452 isxdigit(m_packet[2]); in IsErrorResponse()
558 if (!isxdigit(ch)) { in ASCIIHexBytesResponseValidator()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dcctype30 int isxdigit(int c);
90 #ifdef isxdigit
91 #undef isxdigit
114 using ::isxdigit _LIBCPP_USING_IF_EXISTS;
/dports/devel/urjtag/urjtag-2021.03/src/stapl/
H A Djamcrc.c177 if (isxdigit ((char) ch)) in urj_jam_check_crc()
184 if ((isxdigit ((char) ch_queue[2])) && in urj_jam_check_crc()
185 (isxdigit ((char) ch_queue[1])) && in urj_jam_check_crc()
186 (isxdigit ((char) ch_queue[0]))) in urj_jam_check_crc()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A Dcctype30 int isxdigit(int c);
90 #ifdef isxdigit
91 #undef isxdigit
114 using ::isxdigit _LIBCPP_USING_IF_EXISTS;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dcctype30 int isxdigit(int c);
90 #ifdef isxdigit
91 #undef isxdigit
114 using ::isxdigit _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dcctype30 int isxdigit(int c);
90 #ifdef isxdigit
91 #undef isxdigit
114 using ::isxdigit _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dcctype30 int isxdigit(int c);
90 #ifdef isxdigit
91 #undef isxdigit
114 using ::isxdigit _LIBCPP_USING_IF_EXISTS;
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dcctype30 int isxdigit(int c);
90 #ifdef isxdigit
91 #undef isxdigit
114 using ::isxdigit _LIBCPP_USING_IF_EXISTS;
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dctype.h112 _WRAP_CTYPE_FN(isxdigit)
113 #undef isxdigit
115 #define isxdigit safe_isxdigit macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexForth.cxx44 return (ch < 0x80) && (isxdigit(ch) || ch == '.' || ch == 'e' || ch == 'E' ); in IsANumChar()
126 } else if ( (sc.ch == '$' && (isascii(sc.chNext) && isxdigit(sc.chNext))) ) { in ColouriseForthDoc()
129 while(sc.More() && isascii(sc.chNext) && isxdigit(sc.chNext)) in ColouriseForthDoc()
137 …(isxdigit(sc.ch) || ((sc.ch == '.' || sc.ch == '-') && isascii(sc.chNext) && isxdigit(sc.chNext)) ) in ColouriseForthDoc()

12345678910>>...376