Searched defs:nextChar (Results 1 - 22 of 22) sorted by relevance

/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/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/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/icu4c/i18n/
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 Ducol.cpp3314 UChar nextChar; local
3316 if(U_IS_TRAIL(nextChar = (UChar)source->iterator->current(source->iterator))) {
3317 cp = U16_GET_SUPPLEMENTARY(ch, nextChar);
3322 U_IS_TRAIL((nextChar=*source->pos))) {
3323 cp = U16_GET_SUPPLEMENTARY(ch, nextChar);
/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...]
/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...]
/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...]
/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/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/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);
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1624 UChar nextChar = nextText->characters()[0]; local
1625 if (nextText->style()->isCollapsibleWhiteSpace(nextChar)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 482 milliseconds