HomeSort by relevance Sort by last modified time
    Searched refs:curChar (Results 1 - 18 of 18) sorted by null

  /packages/apps/Email/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/Email/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/Email/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/webkit/Source/WebCore/svg/
SVGGlyphMap.h 55 UChar curChar = string[i];
56 node = currentLayer->get(curChar);
59 currentLayer->set(curChar, node);
82 UChar curChar = string[i];
83 RefPtr<GlyphMapNode> node = currentLayer->get(curChar);
SVGFont.cpp 84 static inline SVGGlyphIdentifier::ArabicForm processArabicFormDetection(const UChar& curChar, bool& lastCharShapesRight, SVGGlyphIdentifier::ArabicForm* prevForm)
89 if (curChar >= 0x0622 && curChar <= 0x06FF)
90 shapingMode = s_arabicCharShapingMode[curChar - 0x0622];
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 137 public float getCharacterAdvance(char curChar, char nextChar, float size){
138 BitmapCharacter c = charSet.getCharacter(curChar);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.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 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]

Completed in 1431 milliseconds