HomeSort by relevance Sort by last modified time
    Searched full:curchar (Results 1 - 25 of 47) sorted by null

1 2

  /external/deqp/executor/
xeXMLParser.cpp 139 int curChar = getChar(m_curTokenLen);
146 if (curChar == END_OF_STRING || curChar == (int)END_OF_BUFFER || curChar == '<' || curChar == '&')
148 if (curChar == '<')
150 else if (curChar == '&')
159 else if (curChar == END_OF_STRING || curChar == (int)END_OF_BUFFER)
176 while (isWhitespaceChar(curChar))
    [all...]
xeContainerFormatParser.cpp 141 int curChar = getChar(m_elementLen);
143 if (curChar != (int)END_OF_BUFFER)
146 if (curChar == END_OF_STRING)
157 else if (curChar == (int)END_OF_BUFFER)
164 else if (curChar == '\r' || curChar == '\n')
168 if (curChar == '\n' || (nextChar != (int)END_OF_BUFFER && nextChar != '\n'))
183 m_state = (curChar == '#') ? STATE_CONTAINER_LINE : STATE_DATA;
271 const int curChar = offset < m_elementLen ? getChar(offset) : 0;
272 const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == '\t'
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 52 try { curChar = input_stream.readChar(); }
58 switch(curChar)
130 if (curChar < 64)
132 long l = 1L << curChar;
168 else if (curChar < 128)
170 long l = 1L << (curChar & 077);
189 int i2 = (curChar & 0xff) >> 6;
190 long l2 = 1L << (curChar & 077);
208 try { curChar = input_stream.readChar(); }
228 try { curChar = input_stream.readChar();
    [all...]
TokenMgrError.java 109 * curchar : the offending character
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 52 try { curChar = input_stream.readChar(); }
58 switch(curChar)
130 if (curChar < 64)
132 long l = 1L << curChar;
168 else if (curChar < 128)
170 long l = 1L << (curChar & 077);
189 int i2 = (curChar & 0xff) >> 6;
190 long l2 = 1L << (curChar & 077);
208 try { curChar = input_stream.readChar(); }
228 try { curChar = input_stream.readChar();
    [all...]
TokenMgrError.java 109 * curchar : the offending character
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 53 try { curChar = input_stream.readChar(); }
59 switch(curChar)
124 if (curChar < 64)
126 long l = 1L << curChar;
175 else if (curChar < 128)
177 long l = 1L << (curChar & 077);
195 int i2 = (curChar & 0xff) >> 6;
196 long l2 = 1L << (curChar & 077);
222 try { curChar = input_stream.readChar(); }
242 try { curChar = input_stream.readChar();
    [all...]
TokenMgrError.java 109 * curchar : the offending character
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 53 try { curChar = input_stream.readChar(); }
59 switch(curChar)
124 if (curChar < 64)
126 long l = 1L << curChar;
175 else if (curChar < 128)
177 long l = 1L << (curChar & 077);
195 int i2 = (curChar & 0xff) >> 6;
196 long l2 = 1L << (curChar & 077);
222 try { curChar = input_stream.readChar(); }
242 try { curChar = input_stream.readChar();
    [all...]
TokenMgrError.java 109 * curchar : the offending character
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 72 try { curChar = input_stream.readChar(); }
78 switch(curChar)
126 try { curChar = input_stream.readChar(); }
131 switch(curChar)
168 try { curChar = input_stream.readChar(); }
173 switch(curChar)
308 if (curChar < 64)
310 long l = 1L << curChar;
350 else if (curChar < 128)
352 long l = 1L << (curChar & 077)
    [all...]
TokenMgrError.java 109 * curchar : the offending character
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 72 try { curChar = input_stream.readChar(); }
78 switch(curChar)
126 try { curChar = input_stream.readChar(); }
131 switch(curChar)
168 try { curChar = input_stream.readChar(); }
173 switch(curChar)
308 if (curChar < 64)
310 long l = 1L << curChar;
350 else if (curChar < 128)
352 long l = 1L << (curChar & 077)
    [all...]
TokenMgrError.java 109 * curchar : the offending character
112 protected static String LexicalError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar) {
116 (EOFSeen ? "<EOF> " : ("\"" + addEscapes(String.valueOf(curChar)) + "\"") + " (" + (int)curChar + "), ") +
145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) {
146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
  /external/iptables/iptables/
ip6tables-restore.c 123 char param_buffer[1024], *curchar; local
129 for (curchar = parsestart; *curchar; curchar++) {
132 param_buffer[param_len++] = *curchar;
135 } else if (*curchar == '\\') {
138 } else if (*curchar == '"') {
140 *curchar = ' ';
142 param_buffer[param_len++] = *curchar;
146 if (*curchar == '"')
    [all...]
iptables-restore.c 122 char param_buffer[1024], *curchar; local
128 for (curchar = parsestart; *curchar; curchar++) {
131 param_buffer[param_len++] = *curchar;
134 } else if (*curchar == '\\') {
137 } else if (*curchar == '"') {
139 *curchar = ' ';
141 param_buffer[param_len++] = *curchar;
145 if (*curchar == '"')
    [all...]
iptables-xml.c 741 char *param_start, *curchar; local
786 for (curchar = parsestart; *curchar; curchar++) {
787 if (*curchar == '"') {
790 * curchar-1 has to be within bounds */
792 *(curchar - 1) != '\\') {
794 *curchar = ' ';
801 if (*curchar == ' '
802 || *curchar == '\t' || *curchar == '\n')
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 53 char CurChar = *CurPtr++;
54 switch (CurChar) {
56 return (unsigned char)CurChar;
179 int CurChar = getNextChar();
180 switch (CurChar) {
198 int CurChar = getNextChar();
199 while (CurChar != '\n' && CurChar != '\r' && CurChar != EOF)
200 CurChar = getNextChar()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ComposedCharIter.java 126 curChar = nextChar;
128 return (char) curChar;
150 int c=curChar+1;
156 // the curChar can be decomposed... so it is a composed char
171 private int curChar = 0;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ComposedCharIter.java 124 curChar = nextChar;
126 return (char) curChar;
148 int c=curChar+1;
154 // the curChar can be decomposed... so it is a composed char
169 private int curChar = 0;
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 158 for (int CurChar = Lex.getNextChar();
159 CurChar != EOF;
160 CurChar = Lex.getNextChar()) {
161 switch (CurChar) {
196 if (!DumpTags && CurChar != EOF)
197 outs() << (char)CurChar;
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 95 /// CurChar - The current byte in the RopePiece we are pointing to.
96 unsigned CurChar;
102 : CurNode(nullptr), CurPiece(nullptr), CurChar(0) {}
105 return (*CurPiece)[CurChar];
109 return CurPiece == RHS.CurPiece && CurChar == RHS.CurChar;
116 if (CurChar+1 < CurPiece->size())
117 ++CurChar;
  /external/llvm/lib/TableGen/
TGLexer.cpp 48 char CurChar = *CurPtr++;
49 switch (CurChar) {
51 return (unsigned char)CurChar;
78 *CurPtr != CurChar)
91 int CurChar = getNextChar();
93 switch (CurChar) {
96 if (isalpha(CurChar) || CurChar == '_')
139 if (isdigit(CurChar)) {
352 int CurChar = getNextChar()
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 96 FX_WCHAR preChar = 0, curChar = 0;
109 curChar = wstr.GetAt(0);
131 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' &&
133 if (curChar != L' ' && preChar != L' ') {
146 if (last_pos + last_width > x + this_width && curChar == L' ') {
  /external/llvm/lib/AsmParser/
LLLexer.cpp 173 char CurChar = *CurPtr++;
174 switch (CurChar) {
175 default: return (unsigned char)CurChar;
192 int CurChar = getNextChar();
193 switch (CurChar) {
196 if (isalpha(static_cast<unsigned char>(CurChar)) || CurChar == '_')
275 int CurChar = getNextChar();
277 if (CurChar == EOF) {
281 if (CurChar == '"')
    [all...]

Completed in 365 milliseconds

1 2