Searched refs:nextC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/swig-10/Source/Swig/
H A Dmisc.c340 int nextC = 0; local
356 nextC = Getc(s); Ungetc(nextC, s);
357 if (isdigit(c) && isalpha(lastC) && nextC != EOF)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drematch.cpp2973 UChar32 nextC = UTEXT_NEXT32(fInputText); local
2974 if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) {
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c13285 ** nextC first character after the integer
13288 ** Conversions continue until one with nextC==0 is encountered.
13297 int nextC; local
13305 nextC = va_arg(ap, int);
13315 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
13321 }while( nextC );
[all...]

Completed in 507 milliseconds