HomeSort by relevance Sort by last modified time
    Searched refs:curChar (Results 1 - 25 of 27) 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/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/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
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);
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...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.cpp 56 static inline SVGGlyph::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyph::ArabicForm* prevForm)
61 if (curChar >= 0x0622 && curChar <= 0x06FF)
62 shapingMode = s_arabicCharShapingMode[curChar - 0x0622];
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 90 FX_WCHAR preChar = 0, curChar = 0;
102 curChar = wstr.GetAt(0);
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')
121 if(curChar != L' ' && preChar != L' ') {
132 if(last_pos + last_width > x + this_width && curChar == L' ') {
fpdf_text_int.cpp 14 FX_BOOL _IsIgnoreSpaceCharacter(FX_WCHAR curChar)
16 if(curChar < 255 ) {
19 if ( (curChar >= 0x0600 && curChar <= 0x06FF)
20 || (curChar >= 0xFE70 && curChar <= 0xFEFF)
21 || (curChar >= 0xFB50 && curChar <= 0xFDFF)
22 || (curChar >= 0x0400 && curChar <= 0x04FF)
    [all...]
text_int.h 96 FX_BOOL IsHyphen(FX_WCHAR curChar);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 403 char curChar;
409 curChar = (char)(i + firstChar);
412 VERIFY(GetTextExtentPoint32(bitDevice, &curChar, 1, &size));
435 VERIFY(TextOut(bitDevice, 0, metric.tmAscent, &curChar, 1));
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 403 char curChar;
409 curChar = (char)(i + firstChar);
412 VERIFY(GetTextExtentPoint32(bitDevice, &curChar, 1, &size));
435 VERIFY(TextOut(bitDevice, 0, metric.tmAscent, &curChar, 1));
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 635 milliseconds

1 2