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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp127 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( local
132 while (NOT_A_CODE_POINT != nextChar && --charCount > 0) {
133 outCodePoints[++wordPos] = nextChar;
134 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition(
204 int nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition( local
207 while (-1 != nextChar && --charCount > 0) {
208 outCodePoints[++wordPos] = nextChar;
209 nextChar = PatriciaTrieReadingUtils::getCodePointAndAdvancePosition(
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DStringUtils.java410 final String nextChar = text.substring(i, text.offsetByCodePoints(i, 1));
412 builder.append(nextChar.toUpperCase(locale));
414 builder.append(nextChar.toLowerCase(locale));
417 needsCapsNext = (Arrays.binarySearch(sortedSeparators, nextChar.codePointAt(0)) >= 0);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java292 public void onPostDialChar(final Call call, char nextChar) { argument
293 if (PhoneNumberUtils.is12Key(nextChar)) {
300 mDtmfLocalTonePlayer.playTone(call, nextChar);
315 } else if (nextChar == 0 || nextChar == TelecomManager.DTMF_CHARACTER_WAIT ||
316 nextChar == TelecomManager.DTMF_CHARACTER_PAUSE) {
324 Log.w(this, "onPostDialChar: invalid value %d", nextChar);
H A DCall.java79 void onPostDialChar(Call call, char nextChar); argument
117 public void onPostDialChar(Call call, char nextChar) {} argument
1174 void onPostDialChar(char nextChar) { argument
1176 l.onPostDialChar(this, nextChar);
H A DConnectionServiceWrapper.java402 public void onPostDialChar(String callId, char nextChar) throws RemoteException { argument
406 logIncoming("onPostDialChar %s %s", callId, nextChar);
410 call.onPostDialChar(nextChar);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java286 public void sendOnPostDialChar(String id, char nextChar) throws Exception { argument
288 a.onPostDialChar(id, nextChar);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java327 final char nextChar = mTempObjectForCommitText.charAt(spanEnd);
329 && UnicodeSurrogate.isHighSurrogate(nextChar)) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 363 milliseconds