Searched refs:nextChar (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.y220 #define nextChar() (parseBuffer[++parseBufferIndex])
250 if (isSpace(c)) while ((c = nextChar()) != 0 && isSpace(c)) {};
253 if (c == '#') while ((c = nextChar()) != 0 && c != '\n') {};
258 (void)nextChar();
265 if (nextChar() == 't') {
266 if (nextChar() != 'r') return SYNTAX_ERROR;
267 if (nextChar() != 'u') return SYNTAX_ERROR;
268 if (nextChar() != 'e') return SYNTAX_ERROR;
272 if (nextChar() != 'a') return SYNTAX_ERROR;
273 if (nextChar() !
[all...]
H A DOSUnserializeXML.y349 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
373 c = nextChar(); // skip '<'
379 c = nextChar();
380 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-');
383 while (c && (c = nextChar()) != 0) {
387 c = nextChar();
389 c = nextChar();
392 (void)nextChar();
404 while ((c = nextChar()) != 0) {
407 c = nextChar();
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcsrmbcs.h21 // by providing a nextChar() function that fills in an instance of IteratedChar
95 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0;
108 UBool nextChar(IteratedChar *it, InputText *det) const;
139 UBool nextChar(IteratedChar *it, InputText *det) const;
182 UBool nextChar(IteratedChar* it, InputText* det) const;
201 UBool nextChar(IteratedChar* it, InputText* det) const;
H A Dregexcmp.h62 void nextChar(RegexPatternChar &c); // Get the next char from the input stream.
H A Dcsrmbcs.cpp205 while (nextChar(&iter, det)) {
316 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { function in class:CharsetRecog_sjis
369 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { function in class:CharsetRecog_euc
490 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const function in class:CharsetRecog_big5
546 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { function in class:CharsetRecog_gb_18030
H A Dregexcmp.cpp156 nextChar(fC); // Fetch the first char from the pattern string.
251 nextChar(fC);
3709 // nextChar for pattern scanning. At this level, we handle stripping
3714 void RegexCompile::nextChar(RegexPatternChar &c) {
3726 nextChar(c); // recurse to get the real next char
3845 nextChar(c); // recurse to get the real next char.
3883 nextChar(fC);
3891 nextChar(fC);
3918 nextChar(fC); // Continue overall regex pattern processing with char after the '}'
3945 nextChar(f
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc267 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
291 c = nextChar(); // skip '<'
297 c = nextChar();
298 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-');
301 while (c && (c = nextChar()) != 0) {
305 c = nextChar();
307 c = nextChar();
310 (void)nextChar();
322 while ((c = nextChar()) != 0) {
325 c = nextChar();
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsass.js63 var nextChar = stream.next();
67 var endingString = ((nextChar !== "\\" && peekChar === quote) || (nextChar === quote && previousChar !== "\\"));
71 console.log("nextChar: " + nextChar);
77 if (nextChar !== quote && greedy) { stream.next(); }
80 }else if (nextChar === "#" && peekChar === "{"){
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbiscan.h64 void nextChar(RBBIRuleChar &c); // Get the next char from the input stream.
H A Drbbiscan.cpp830 // nextChar for rules scanning. At this level, we handle stripping
835 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) {
837 // Unicode Character constants needed for the processing done by nextChar(),
850 c.fChar = nextCharLL(); // get nextChar officially so character counts
929 nextChar(fC);
1031 nextChar(fC);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/randTest/
H A DrandTest.c159 nextChar:
209 goto nextChar;
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Drle.c298 UBool nextChar = TRUE; local
328 * current character in 'c' and uses the boolean 'nextChar'
332 if (nextChar) {
335 nextChar = FALSE;
339 nextChar = TRUE;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext.tcl436 set nextChar [$self._t get $insertPos]
461 append REData $nextChar
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp4117 UByte nextChar; local
4121 nextChar = fCtrlBuf[fCtrlBufPos++];
4124 nextChar = fDataBuf->Get();
4129 nextChar = 0xFF;
4132 return nextChar;
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c264 void ReceiveMatchData(u_int8_t nextChar);
2902 void ReceiveMatchData(u_int8_t nextChar) argument
2908 fprintf(stderr, "%c", nextChar);
2912 if ((matchIndex = MatchFind(nextChar)) != 0) {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp2712 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2899 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { argument
2914 *nextChar = fText->char32At(nPos);
2915 if (!fCM->contains(*nextChar)) {
2931 // Push the updated nextPos and nextChar back to our caller.
2935 *nextChar = fText->char32At(nPos);

Completed in 167 milliseconds