A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/pcre2__newline_8c_source.html below:

NCBI C++ ToolKit: src/util/regexp/pcre2_newline.c Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

84 #ifdef SUPPORT_UNICODE 85 if

(

utf

) {

GETCHAR

(c, ptr); }

else

c = *ptr;

98

*lenptr = (ptr < endptr - 1 && ptr[1] ==

CHAR_LF

)? 2 : 1;

119

*lenptr = (ptr < endptr - 1 && ptr[1] ==

CHAR_LF

)? 2 : 1;

123 #if PCRE2_CODE_UNIT_WIDTH == 8 125

*lenptr =

utf

? 2 : 1;

175 #ifdef SUPPORT_UNICODE 190

*lenptr = (ptr > startptr && ptr[-1] ==

CHAR_CR

)? 2 : 1;

206

*lenptr = (ptr > startptr && ptr[-1] ==

CHAR_CR

)? 2 : 1;

219 #if PCRE2_CODE_UNIT_WIDTH == 8 221

*lenptr =

utf

? 2 : 1;

#define TRUE

bool replacment for C indicating true.

#define FALSE

bool replacment for C indicating false.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4