HomeSort by relevance Sort by last modified time
    Searched refs:sState (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
TextEntryState.java 67 private static State sState = State.UNKNOWN;
81 sState = State.START;
126 sState = State.ACCEPTED_DEFAULT;
136 switch (sState) {
140 sState = State.ACCEPTED_DEFAULT;
148 sState = State.PICKED_SUGGESTION;
154 State oldState = sState;
159 sState = State.PICKED_CORRECTION;
161 sState = State.PICKED_SUGGESTION;
167 sState = State.CORRECTING
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tscoll.cpp 107 uint32_t sState[2], tState[2];
111 sState[0] = 0; sState[1] = 0;
116 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
119 if(sState[0] != 0 || tState[0] != 0) {
120 log("State != 0 : %08X %08X\n", sState[0], tState[0]);
  /external/icu4c/test/intltest/
tscoll.cpp 110 uint32_t sState[2], tState[2];
114 sState[0] = 0; sState[1] = 0;
119 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
122 if(sState[0] != 0 || tState[0] != 0) {
123 log("State != 0 : %08X %08X\n", sState[0], tState[0]);
  /hardware/ril/reference-ril/
reference-ril.c 99 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;
257 if (onOff == 0 && sState != RADIO_STATE_OFF) {
261 } else if (onOff > 0 && sState == RADIO_STATE_OFF) {
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 233 uint32_t sState[2], tState[2];
243 sState[0] = 0; sState[1] = 0;
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
251 if(sState[0] != 0 || tState[0] != 0) {
252 /*log_verbose("State != 0 : %08X %08X\n", sState[0], tState[0]);*/
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 233 uint32_t sState[2], tState[2];
243 sState[0] = 0; sState[1] = 0;
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
251 if(sState[0] != 0 || tState[0] != 0) {
252 /*log_verbose("State != 0 : %08X %08X\n", sState[0], tState[0]);*/
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 139 milliseconds