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

12

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c264 input->nextChar = input->data; /* Input at first character */
321 if ((pANTLR3_UINT8)(input->nextChar) < (((pANTLR3_UINT8)input->data) + input->sizeBuf))
327 if ((ANTLR3_UCHAR)(*((pANTLR3_UINT8)input->nextChar)) == input->newlineChar)
333 input->currentLine = (void *)(((pANTLR3_UINT8)input->nextChar) + 1);
338 input->nextChar = (void *)(((pANTLR3_UINT8)input->nextChar) + 1);
356 if (( ((pANTLR3_UINT8)input->nextChar) + la - 1) >= (((pANTLR3_UINT8)input->data) + input->sizeBuf))
362 return (ANTLR3_UCHAR)(*((pANTLR3_UINT8)input->nextChar + la - 1));
383 if (( ((pANTLR3_UINT8)input->nextChar) + la - 1) >= (((pANTLR3_UINT8)input->data) + input->sizeBuf))
389 return (ANTLR3_UCHAR)toupper((*((pANTLR3_UINT8)input->nextChar
862 UTF16 * nextChar; local
1142 pANTLR3_UCHAR nextChar; local
1363 pANTLR3_UCHAR nextChar; local
1809 pANTLR3_UINT8 nextChar; local
1875 pANTLR3_UINT8 nextChar; local
[all...]
H A Dantlr3filestream.c164 if ( (ANTLR3_UINT8)(*((pANTLR3_UINT8)input->nextChar)) == 0xEF
165 && (ANTLR3_UINT8)(*((pANTLR3_UINT8)input->nextChar+1)) == 0xBB
166 && (ANTLR3_UINT8)(*((pANTLR3_UINT8)input->nextChar+2)) == 0xBF
171 input->nextChar = (void *)((pANTLR3_UINT8)input->nextChar + 3);
186 if ( (ANTLR3_UINT8)(*((pANTLR3_UINT8)input->nextChar)) == 0xFE
187 && (ANTLR3_UINT8)(*((pANTLR3_UINT8)input->nextChar+1)) == 0xFF
192 input->nextChar = (void *)((pANTLR3_UINT8)input->nextChar + 2);
196 else if ( (ANTLR3_UINT8)(*((pANTLR3_UINT8)input->nextChar))
[all...]
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java185 char nextChar = getNextChar();
186 tok.tokenValue = String.valueOf(nextChar);
187 if (isAlpha(nextChar)) {
189 } else if (isDigit(nextChar)) {
192 tok.tokenType = (int) nextChar;
322 char nextChar = lookAhead(0);
323 return isTokenChar(nextChar);
331 char nextChar = lookAhead(0);
332 if (isAlphaDigit(nextChar)) {
336 switch (nextChar) {
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java222 int mode = NONE, unicode = 0, count = 0, nextChar;
226 while ((nextChar = in.read()) != -1) {
228 int digit = Character.digit((char) nextChar, 16);
237 if (nextChar != '\n') {
243 switch (nextChar) {
251 nextChar = '\b';
254 nextChar = '\f';
257 nextChar = '\n';
260 nextChar = '\r';
263 nextChar
[all...]
/external/icu4c/i18n/
H A Dcsrmbcs.h21 // by providing a nextChar() function that fills in an instance of IteratedChar
88 virtual UBool nextChar(IteratedChar *it, InputText *textIn) = 0;
101 UBool nextChar(IteratedChar *it, InputText *det);
132 UBool nextChar(IteratedChar *it, InputText *det);
175 UBool nextChar(IteratedChar* it, InputText* det);
194 UBool nextChar(IteratedChar* it, InputText* det);
H A Dregexcmp.h62 void nextChar(RegexPatternChar &c); // Get the next char from the input stream.
H A Dcsrmbcs.cpp155 while (nextChar(&iter, det)) {
242 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) { function in class:CharsetRecog_sjis
290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) { function in class:CharsetRecog_euc
399 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) function in class:CharsetRecog_big5
449 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) { function in class:CharsetRecog_gb_18030
H A Dregexcmp.cpp149 nextChar(fC); // Fetch the first char from the pattern string.
243 nextChar(fC);
3694 // nextChar for pattern scanning. At this level, we handle stripping
3699 void RegexCompile::nextChar(RegexPatternChar &c) {
3710 nextChar(c); // recurse to get the real next char
3829 nextChar(c); // recurse to get the real next char.
3867 nextChar(fC);
3875 nextChar(fC);
3902 nextChar(fC); // Continue overall regex pattern processing with char after the '}'
3928 nextChar(f
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatter.java269 * @param nextChar the most recently entered digit of a phone number. Formatting characters are
275 public String inputDigit(char nextChar) { argument
276 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false);
281 * Same as {@link #inputDigit}, but remembers the position where {@code nextChar} is inserted, so
284 * inserted/removed in front of {@code nextChar}.
286 public String inputDigitAndRememberPosition(char nextChar) { argument
287 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true);
292 private String inputDigitWithOptionToRememberPosition(char nextChar, boolean rememberPosition) { argument
293 accruedInput.append(nextChar);
299 if (!isDigitOrLeadingPlusSign(nextChar)) {
388 isDigitOrLeadingPlusSign(char nextChar) argument
541 normalizeAndAccrueDigitsAndPlusSign(char nextChar, boolean rememberPosition) argument
558 inputDigitHelper(char nextChar) argument
[all...]
H A DPhoneNumberMatcher.java411 char nextChar = text.charAt(lastCharIndex);
412 if (isInvalidPunctuationSymbol(nextChar) || isLatinLetter(nextChar)) {
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java137 public float getCharacterAdvance(char curChar, char nextChar, float size){ argument
143 advance += c.getKerning(nextChar) * size;
147 private int findKerningAmount(int newLineLastChar, int nextChar) { argument
151 return c.getKerning(nextChar);
190 // kerningAmount(nextChar)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h89 void * nextChar; member in struct:ANTLR3_INPUT_STREAM_struct
155 * offset from nextChar. Same as _LA for char stream, but token
250 void * nextChar; member in struct:ANTLR3_LEX_STATE_struct
/external/jdiff/src/jdiff/
H A DComments.java251 char nextChar = i < text.length()-1 ? text.charAt( i+1) : (char)-1;
269 if (Character.isWhitespace(nextChar)) continue;
270 if (nextChar == '}') {
273 } else if (!Character.isWhitespace(nextChar)) {
295 if (nextChar == '}') {
313 if (nextChar == '}') {
323 if (nextChar == '}') {
332 if (nextChar == '}') {
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java1047 nextChar ();
1238 nextChar ();
1245 nextChar ();
1252 nextChar ();
1259 nextChar ();
1266 nextChar ();
1273 nextChar ();
1280 nextChar ();
1287 nextChar ();
1296 nextChar ();
1360 private void nextChar () method in class:OptsParser.MetadataParser
[all...]
/external/icu4c/common/
H A Drbbiscan.h64 void nextChar(RBBIRuleChar &c); // Get the next char from the input stream.
H A Drbbiscan.cpp829 // nextChar for rules scanning. At this level, we handle stripping
834 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) {
836 // Unicode Character constants needed for the processing done by nextChar(),
849 c.fChar = nextCharLL(); // get nextChar officially so character counts
928 nextChar(fC);
1029 nextChar(fC);
/external/webkit/Source/WebKit/android/content/
H A DPhoneEmailDetector.cpp156 goto nextChar;
165 goto nextChar;
181 goto nextChar;
185 nextChar:
/external/skia/src/animator/
H A DSkScript.cpp201 int SkScriptEngine::arithmeticOp(char ch, char nextChar, bool lastPush) { argument
224 if (nextChar == '>') {
229 if (nextChar == '=')
234 if (nextChar == '<') {
239 reverseOperands = nextChar == '=';
244 if (nextChar == '=') {
250 if (nextChar == '=') {
272 SkASSERT(nextChar != '&');
276 SkASSERT(nextChar != '|');
794 char nextChar local
1075 logicalOp(char ch, char nextChar) argument
[all...]
H A DSkScriptTokenizer.cpp220 int SkScriptEngine2::arithmeticOp(char ch, char nextChar, bool lastPush) { argument
243 if (nextChar == '>') {
248 if (nextChar == '=')
253 if (nextChar == '<') {
258 reverseOperands = nextChar == '=';
263 if (nextChar == '=') {
269 if (nextChar == '=') {
291 SkASSERT(nextChar != '&');
295 SkASSERT(nextChar != '|');
682 char nextChar local
917 logicalOp(char ch, char nextChar) argument
[all...]
H A DSkScript.h190 int arithmeticOp(char ch, char nextChar, bool lastPush);
213 int logicalOp(char ch, char nextChar);
H A DSkScript2.h223 int arithmeticOp(char ch, char nextChar, bool lastPush);
246 int logicalOp(char ch, char nextChar);
/external/icu4c/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;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java189 char ch = 0, nextChar = 0;
280 nextChar = catedStr.charAt(itemEnd + 1);
281 nextKind = classifyCharacter(nextChar);
286 nextChar = 0x3B;
289 if (ch == nextChar)
/external/harfbuzz/src/
H A Dharfbuzz-arabic.c871 static HB_UChar16 nextChar(const HB_UChar16 *str, hb_uint32 len, hb_uint32 pos) function
942 const HB_UChar16 pch = nextChar(uc, stringLength, pos);
/external/icu4c/test/intltest/
H A Drbbitst.cpp3212 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
3393 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) { argument
3408 *nextChar = fText->char32At(nPos);
3409 if (!fCM->contains(*nextChar)) {
3425 // Push the updated nextPos and nextChar back to our caller.
3429 *nextChar = fText->char32At(nPos);

Completed in 1496 milliseconds

12