Searched refs:nextChar (Results 1 – 8 of 8) sorted by relevance
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()
432 public void onPostDialChar(final Call call, char nextChar) { in onPostDialChar() argument433 if (PhoneNumberUtils.is12Key(nextChar)) { in onPostDialChar()441 mDtmfLocalTonePlayer.playTone(call, nextChar); in onPostDialChar()456 } else if (nextChar == 0 || nextChar == TelecomManager.DTMF_CHARACTER_WAIT || in onPostDialChar()457 nextChar == TelecomManager.DTMF_CHARACTER_PAUSE) { in onPostDialChar()466 Log.w(this, "onPostDialChar: invalid value %d", nextChar); in onPostDialChar()
92 void onPostDialChar(Call call, char nextChar); in onPostDialChar() argument135 public void onPostDialChar(Call call, char nextChar) {} in onPostDialChar() argument1457 void onPostDialChar(char nextChar) { in onPostDialChar() argument1459 l.onPostDialChar(this, nextChar); in onPostDialChar()
417 public void onPostDialChar(String callId, char nextChar) throws RemoteException { in onPostDialChar() argument422 logIncoming("onPostDialChar %s %s", callId, nextChar); in onPostDialChar()425 call.onPostDialChar(nextChar); in onPostDialChar()
432 public void sendOnPostDialChar(String id, char nextChar) throws Exception { in sendOnPostDialChar() argument434 a.onPostDialChar(id, nextChar); in sendOnPostDialChar()
327 final char nextChar = mTempObjectForCommitText.charAt(spanEnd); in commitText() local329 && UnicodeSurrogate.isHighSurrogate(nextChar)) { in commitText()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...