Home
last modified time | relevance | path

Searched refs:nextChar (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp127 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount() local
132 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() local
207 while (-1 != nextChar && --charCount > 0) { in getCodePointsAndProbabilityAndReturnCodePointCount()
208 outCodePoints[++wordPos] = nextChar; in getCodePointsAndProbabilityAndReturnCodePointCount()
209 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( in getCodePointsAndProbabilityAndReturnCodePointCount()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java410 final String nextChar = text.substring(i, text.offsetByCodePoints(i, 1)); in capitalizeEachWord() local
412 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()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java432 public void onPostDialChar(final Call call, char nextChar) { in onPostDialChar() argument
433 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()
DCall.java92 void onPostDialChar(Call call, char nextChar); in onPostDialChar() argument
135 public void onPostDialChar(Call call, char nextChar) {} in onPostDialChar() argument
1457 void onPostDialChar(char nextChar) { in onPostDialChar() argument
1459 l.onPostDialChar(this, nextChar); in onPostDialChar()
DConnectionServiceWrapper.java417 public void onPostDialChar(String callId, char nextChar) throws RemoteException { in onPostDialChar() argument
422 logIncoming("onPostDialChar %s %s", callId, nextChar); in onPostDialChar()
425 call.onPostDialChar(nextChar); in onPostDialChar()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java432 public void sendOnPostDialChar(String id, char nextChar) throws Exception { in sendOnPostDialChar() argument
434 a.onPostDialChar(id, nextChar); in sendOnPostDialChar()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java327 final char nextChar = mTempObjectForCommitText.charAt(spanEnd); in commitText() local
329 && UnicodeSurrogate.isHighSurrogate(nextChar)) { in commitText()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...