Searched refs:nextChar (Results 1 – 11 of 11) sorted by relevance
81 void nextChar() { in eval() method87 nextChar(); in eval()90 nextChar(); in eval()97 nextChar(); in eval()152 nextChar(); in eval()157 nextChar(); in eval()161 nextChar(); in eval()
127 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount() local132 while (NOT_A_CODE_POINT != nextChar && --charCount > 0) { in getCodePointsAndProbabilityAndReturnCodePointCount()133 outCodePoints[++wordPos] = nextChar; in getCodePointsAndProbabilityAndReturnCodePointCount()134 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount()204 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount() local207 while (-1 != nextChar && --charCount > 0) { in getCodePointsAndProbabilityAndReturnCodePointCount()208 outCodePoints[++wordPos] = nextChar; in getCodePointsAndProbabilityAndReturnCodePointCount()209 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount()
410 final String nextChar = text.substring(i, text.offsetByCodePoints(i, 1)); in capitalizeEachWord() local412 builder.append(nextChar.toUpperCase(locale)); in capitalizeEachWord()414 builder.append(nextChar.toLowerCase(locale)); in capitalizeEachWord()417 needsCapsNext = (Arrays.binarySearch(sortedSeparators, nextChar.codePointAt(0)) >= 0); in capitalizeEachWord()
327 final char nextChar = mTempObjectForCommitText.charAt(spanEnd); in commitText() local329 && UnicodeSurrogate.isHighSurrogate(nextChar)) { in commitText()
635 public void sendOnPostDialChar(String id, char nextChar) throws Exception { in sendOnPostDialChar() argument637 a.onPostDialChar(id, nextChar, null /*Session.Info*/); in sendOnPostDialChar()
160 default void onPostDialChar(Call call, char nextChar) {}; in onPostDialChar() argument225 public void onPostDialChar(Call call, char nextChar) {} in onPostDialChar() argument3373 void onPostDialChar(char nextChar) { in onPostDialChar() argument3375 l.onPostDialChar(this, nextChar); in onPostDialChar()
1172 public void onPostDialChar(final Call call, char nextChar) { in onPostDialChar() argument1173 if (PhoneNumberUtils.is12Key(nextChar)) { in onPostDialChar()1181 mDtmfLocalTonePlayer.playTone(call, nextChar); in onPostDialChar()1193 } else if (nextChar == 0 || nextChar == TelecomManager.DTMF_CHARACTER_WAIT || in onPostDialChar()1194 nextChar == TelecomManager.DTMF_CHARACTER_PAUSE) { in onPostDialChar()1203 Log.w(this, "onPostDialChar: invalid value %d", nextChar); in onPostDialChar()
703 public void onPostDialChar(String callId, char nextChar, in onPostDialChar() argument709 logIncoming("onPostDialChar %s %s", callId, nextChar); in onPostDialChar()712 call.onPostDialChar(nextChar); in onPostDialChar()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
2315 Landroid/icu/text/ComposedCharIter;->nextChar:I