/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Configuration.java | 222 int mode = NONE, unicode = 0, count = 0, nextChar; in load() local 226 while ((nextChar = in.read()) != -1) { in load() 228 int digit = Character.digit((char) nextChar, 16); in load() 237 if (nextChar != '\n') { in load() 243 switch (nextChar) { in load() 251 nextChar = '\b'; in load() 254 nextChar = '\f'; in load() 257 nextChar = '\n'; in load() 260 nextChar = '\r'; in load() 263 nextChar = '\t'; in load() [all …]
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | AsYouTypeFormatter.java | 260 public String inputDigit(char nextChar) { in inputDigit() argument 261 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false); in inputDigit() 271 public String inputDigitAndRememberPosition(char nextChar) { in inputDigitAndRememberPosition() argument 272 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true); in inputDigitAndRememberPosition() 277 private String inputDigitWithOptionToRememberPosition(char nextChar, boolean rememberPosition) { in inputDigitWithOptionToRememberPosition() argument 278 accruedInput.append(nextChar); in inputDigitWithOptionToRememberPosition() 284 if (!isDigitOrLeadingPlusSign(nextChar)) { in inputDigitWithOptionToRememberPosition() 291 nextChar = normalizeAndAccrueDigitsAndPlusSign(nextChar, rememberPosition); in inputDigitWithOptionToRememberPosition() 324 String tempNationalNumber = inputDigitHelper(nextChar); in inputDigitWithOptionToRememberPosition() 344 private boolean isDigitOrLeadingPlusSign(char nextChar) { in isDigitOrLeadingPlusSign() argument [all …]
|
D | PhoneNumberMatcher.java | 416 char nextChar = text.charAt(lastCharIndex); in parseAndVerify() local 417 if (isCurrencySymbol(nextChar) || isLatinLetter(nextChar)) { in parseAndVerify()
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 185 char nextChar = getNextChar(); in peekNextToken() local 186 tok.tokenValue = String.valueOf(nextChar); in peekNextToken() 187 if (isAlpha(nextChar)) { in peekNextToken() 189 } else if (isDigit(nextChar)) { in peekNextToken() 192 tok.tokenType = (int) nextChar; in peekNextToken() 322 char nextChar = lookAhead(0); in startsId() local 323 return isTokenChar(nextChar); in startsId() 331 char nextChar = lookAhead(0); in startsSafeToken() local 332 if (isAlphaDigit(nextChar)) { in startsSafeToken() 336 switch (nextChar) { in startsSafeToken() [all …]
|
/external/icu4c/i18n/ |
D | csrmbcs.h | 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);
|
D | csrmbcs.cpp | 155 while (nextChar(&iter, det)) { in match_mbcs() 242 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) { in nextChar() function in CharsetRecog_sjis 290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) { in nextChar() function in CharsetRecog_euc 399 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) in nextChar() function in CharsetRecog_big5 449 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) { in nextChar() function in CharsetRecog_gb_18030
|
D | regexcmp.cpp | 149 nextChar(fC); // Fetch the first char from the pattern string. in compile() 243 nextChar(fC); in compile() 3702 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar() function in RegexCompile 3713 nextChar(c); // recurse to get the real next char in nextChar() 3832 nextChar(c); // recurse to get the real next char. in nextChar() 3870 nextChar(fC); in scanNamedChar() 3878 nextChar(fC); in scanNamedChar() 3905 nextChar(fC); // Continue overall regex pattern processing with char after the '}' in scanNamedChar() 3931 nextChar(fC); in scanProp() 3937 nextChar(fC); in scanProp() [all …]
|
D | regexcmp.h | 62 void nextChar(RegexPatternChar &c); // Get the next char from the input stream.
|
D | ucol.cpp | 3255 UChar nextChar; in ucol_prv_getSpecialCE() local 3257 if(U_IS_TRAIL(nextChar = (UChar)source->iterator->current(source->iterator))) { in ucol_prv_getSpecialCE() 3258 cp = U16_GET_SUPPLEMENTARY(ch, nextChar); in ucol_prv_getSpecialCE() 3263 U_IS_TRAIL((nextChar=*source->pos))) { in ucol_prv_getSpecialCE() 3264 cp = U16_GET_SUPPLEMENTARY(ch, nextChar); in ucol_prv_getSpecialCE()
|
/external/emma/core/java12/com/vladium/util/args/ |
D | OptsParser.java | 1047 nextChar (); in parse() 1238 nextChar (); in nextToken() 1245 nextChar (); in nextToken() 1252 nextChar (); in nextToken() 1259 nextChar (); in nextToken() 1266 nextChar (); in nextToken() 1273 nextChar (); in nextToken() 1280 nextChar (); in nextToken() 1287 nextChar (); in nextToken() 1296 nextChar (); in nextToken() [all …]
|
/external/jdiff/src/jdiff/ |
D | Comments.java | 251 char nextChar = i < text.length()-1 ? text.charAt( i+1) : (char)-1; in convertAtLinks() local 269 if (Character.isWhitespace(nextChar)) continue; in convertAtLinks() 270 if (nextChar == '}') { in convertAtLinks() 273 } else if (!Character.isWhitespace(nextChar)) { in convertAtLinks() 295 if (nextChar == '}') { in convertAtLinks() 313 if (nextChar == '}') { in convertAtLinks() 323 if (nextChar == '}') { in convertAtLinks() 332 if (nextChar == '}') { in convertAtLinks()
|
/external/icu4c/tools/genrb/ |
D | rle.c | 298 UBool nextChar = TRUE; in rleStringToByteArray() local 332 if (nextChar) { in rleStringToByteArray() 335 nextChar = FALSE; in rleStringToByteArray() 339 nextChar = TRUE; in rleStringToByteArray()
|
/external/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 212 int SkScriptEngine2::arithmeticOp(char ch, char nextChar, bool lastPush) { in arithmeticOp() argument 235 if (nextChar == '>') { in arithmeticOp() 240 if (nextChar == '=') in arithmeticOp() 245 if (nextChar == '<') { in arithmeticOp() 250 reverseOperands = nextChar == '='; in arithmeticOp() 255 if (nextChar == '=') { in arithmeticOp() 261 if (nextChar == '=') { in arithmeticOp() 283 SkASSERT(nextChar != '&'); in arithmeticOp() 287 SkASSERT(nextChar != '|'); in arithmeticOp() 673 char nextChar = script[1]; in innerScript() local [all …]
|
D | SkScript.cpp | 208 int SkScriptEngine::arithmeticOp(char ch, char nextChar, bool lastPush) { in arithmeticOp() argument 231 if (nextChar == '>') { in arithmeticOp() 236 if (nextChar == '=') in arithmeticOp() 241 if (nextChar == '<') { in arithmeticOp() 246 reverseOperands = nextChar == '='; in arithmeticOp() 251 if (nextChar == '=') { in arithmeticOp() 257 if (nextChar == '=') { in arithmeticOp() 279 SkASSERT(nextChar != '&'); in arithmeticOp() 283 SkASSERT(nextChar != '|'); in arithmeticOp() 801 char nextChar = script[1]; in innerScript() local [all …]
|
D | SkScript2.h | 216 int arithmeticOp(char ch, char nextChar, bool lastPush); 239 int logicalOp(char ch, char nextChar);
|
D | SkScript.h | 198 int arithmeticOp(char ch, char nextChar, bool lastPush); 221 int logicalOp(char ch, char nextChar);
|
/external/icu4c/common/ |
D | rbbiscan.h | 64 void nextChar(RBBIRuleChar &c); // Get the next char from the input stream.
|
D | rbbiscan.cpp | 834 void RBBIRuleScanner::nextChar(RBBIRuleChar &c) { in nextChar() function in RBBIRuleScanner 928 nextChar(fC); in parse() 1029 nextChar(fC); in parse()
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCPreparedStatement.java | 47 char nextChar = 0; 49 nextChar = sql.charAt(i + 1); 51 if (nextChar == '\'') { 53 sb.append(nextChar);
|
/external/harfbuzz/src/ |
D | harfbuzz-arabic.c | 871 static HB_UChar16 nextChar(const HB_UChar16 *str, hb_uint32 len, hb_uint32 pos) in nextChar() function 942 const HB_UChar16 pch = nextChar(uc, stringLength, pos); in shapedString()
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 3264 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar); 3445 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument 3460 *nextChar = fText->char32At(nPos); in rule9Adjust() 3461 if (!fCM->contains(*nextChar)) { in rule9Adjust() 3481 *nextChar = fText->char32At(nPos); in rule9Adjust()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.cpp | 2472 goto nextChar; in FindPartialNumber() 2481 goto nextChar; in FindPartialNumber() 2497 goto nextChar; in FindPartialNumber() 2501 nextChar: in FindPartialNumber()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 1620 UChar nextChar = nextText->characters()[0]; in shouldSkipWhitespaceAfterStartObject() local 1621 if (nextText->style()->isCollapsibleWhiteSpace(nextChar)) { in shouldSkipWhitespaceAfterStartObject()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 22176 (nextChar): 32770 (nextChar):
|
D | ChangeLog-2002-12-03 | 2340 (nextChar):
|