/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ThaiStateTransition.java | 19 int nextState; field in ThaiStateTransition 22 public ThaiStateTransition(int nextState, char action) in ThaiStateTransition() argument 24 this.nextState = nextState; in ThaiStateTransition() 30 return nextState; in getNextState() 40 nextState = newNextState; in setNextState() 50 return ((nextState < 10) ? "0" : "") + nextState + "/" + action + " "; in toString() 57 if (nextState < 10) { in write() 61 output.print(nextState); in write() [all...] |
H A D | ThaiStateTable.java | 21 static int nextState = 0; field in ThaiStateTable 33 return nextState++; in newState()
|
/third_party/skia/src/sksl/lex/ |
H A D | NFAtoDFA.h | 111 for (int nextState : nfaState.fNext) { in scanState() 112 if (fNFA.fStates[nextState].fKind == NFAState::kAccept_Kind) { in scanState() 113 bestAccept = std::min(bestAccept, fNFA.fStates[nextState].fData[0]); in scanState() 115 this->add(nextState, &next); in scanState() 120 DFAState* nextState = this->getState(DFAState::Label(next)); in scanState() local 121 this->addTransition(c, state->fId, nextState->fId); in scanState() 123 while (fAccepts.size() <= (size_t) nextState->fId) { in scanState() 126 fAccepts[nextState->fId] = bestAccept; in scanState() 128 if (!nextState->fIsScanned) { in scanState() 129 this->scanState(nextState); in scanState() [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | AudioLatencyTuner.java | 189 int nextState = mState; in update() 194 nextState = STATE_LOWERING; in update() 201 nextState = STATE_RAISING; in update() 205 nextState = STATE_RAISING; in update() 218 mState = nextState; in update()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | DuplexEngine.cpp | 78 auto nextState = oboe::StreamState::Unknown; in startStreams() local 80 result = outStream->waitForStateChange(currentState, &nextState, timeoutNanos); in startStreams() 81 currentState = nextState; in startStreams()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | AudioStream.cpp | 89 StreamState nextState = state; in waitForStateTransition() local 92 Result result = waitForStateChange(state, &nextState, timeoutNanoseconds); in waitForStateTransition() 98 if (nextState != endingState) { in waitForStateTransition()
|
H A D | FilterAudioStream.h | 118 StreamState *nextState, 120 return mChildStream->waitForStateChange(inputState, nextState, timeoutNanoseconds);
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioStreamOpenSLES.cpp | 367 StreamState *nextState, in waitForStateChange() 375 if (nextState != nullptr) { in waitForStateChange() 376 *nextState = state; in waitForStateChange() 366 waitForStateChange(StreamState currentState, StreamState *nextState, int64_t timeoutNanoseconds) waitForStateChange() argument
|
H A D | AudioStreamOpenSLES.h | 78 StreamState *nextState,
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
H A D | AudioStreamAAudio.cpp | 452 StreamState *nextState, in waitForStateChange() 466 if (nextState != nullptr) { in waitForStateChange() 467 *nextState = StreamState::Closed; in waitForStateChange() 491 if (nextState != nullptr) { in waitForStateChange() 492 *nextState = static_cast<StreamState>(aaudioNextState); in waitForStateChange() 451 waitForStateChange(StreamState currentState, StreamState *nextState, int64_t timeoutNanoseconds) waitForStateChange() argument
|
H A D | AudioStreamAAudio.h | 77 StreamState *nextState,
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | LatencyAnalyzer.h | 516 echo_state nextState = mState; variable 527 nextState = STATE_IN_PULSE; 536 nextState = STATE_GOT_DATA; 546 mState = nextState;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucasemap.cpp | 579 uint32_t nextState = 0; in toUpper() local 583 nextState |= (state & AFTER_CASED); in toUpper() 586 nextState |= AFTER_CASED; in toUpper() 622 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper() 714 state = nextState; in toUpper()
|
H A D | ucnvmbcs.cpp | 662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local 663 if(stateProps[nextState]>=0) { in enumToU() 666 mbcsTable, stateProps, nextState, in enumToU() 739 int32_t min, max, entry, nextState; in getStateProp() local 747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp() 748 if(stateProps[nextState]==-1) { in getStateProp() 749 getStateProp(stateTable, stateProps, nextState); in getStateProp() 752 if(stateProps[nextState]>=0) { in getStateProp() 768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp() 769 if(stateProps[nextState] in getStateProp() [all...] |
H A D | ustrcase.cpp | 1033 uint32_t nextState = 0; in toUpper() local 1037 nextState |= (state & AFTER_CASED); in toUpper() 1040 nextState |= AFTER_CASED; in toUpper() 1073 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper() 1159 state = nextState; in toUpper()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvmbcs.cpp | 662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local 663 if(stateProps[nextState]>=0) { in enumToU() 666 mbcsTable, stateProps, nextState, in enumToU() 739 int32_t min, max, entry, nextState; in getStateProp() local 747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp() 748 if(stateProps[nextState]==-1) { in getStateProp() 749 getStateProp(stateTable, stateProps, nextState); in getStateProp() 752 if(stateProps[nextState]>=0) { in getStateProp() 768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp() 769 if(stateProps[nextState] in getStateProp() [all...] |
H A D | ucasemap.cpp | 664 uint32_t nextState = 0; in toUpper() local 668 nextState |= (state & AFTER_CASED); in toUpper() 671 nextState |= AFTER_CASED; in toUpper() 707 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper() 799 state = nextState; in toUpper()
|
H A D | ustrcase.cpp | 1115 uint32_t nextState = 0; 1119 nextState |= (state & AFTER_CASED); 1122 nextState |= AFTER_CASED; 1155 nextState |= AFTER_VOWEL_WITH_ACCENT; 1241 state = nextState;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvmbcs.cpp | 662 int32_t nextState=MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() local 663 if(stateProps[nextState]>=0) { in enumToU() 666 mbcsTable, stateProps, nextState, in enumToU() 739 int32_t min, max, entry, nextState; in getStateProp() local 747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp() 748 if(stateProps[nextState]==-1) { in getStateProp() 749 getStateProp(stateTable, stateProps, nextState); in getStateProp() 752 if(stateProps[nextState]>=0) { in getStateProp() 768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp() 769 if(stateProps[nextState] in getStateProp() [all...] |
H A D | ucasemap.cpp | 664 uint32_t nextState = 0; in toUpper() local 668 nextState |= (state & AFTER_CASED); in toUpper() 671 nextState |= AFTER_CASED; in toUpper() 711 nextState |= hasPrecomposedAccent ? AFTER_VOWEL_WITH_PRECOMPOSED_ACCENT in toUpper() 804 state = nextState; in toUpper()
|
H A D | ustrcase.cpp | 1115 uint32_t nextState = 0; 1119 nextState |= (state & AFTER_CASED); 1122 nextState |= AFTER_CASED; 1159 nextState |= hasPrecomposedAccent ? AFTER_VOWEL_WITH_PRECOMPOSED_ACCENT 1246 state = nextState;
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetMBCS.java | 723 int nextState = MBCS_ENTRY_TRANSITION_STATE(entry); in enumToU() 724 if (stateProps[nextState] >= 0) { in enumToU() 726 if (!enumToU(mbcsTable, stateProps, nextState, offset+MBCS_ENTRY_TRANSITION_OFFSET(entry), value|b)) { in enumToU() 795 int min, max, entry, nextState; in getStateProp() 803 nextState = MBCS_ENTRY_STATE(entry); in getStateProp() 804 if (stateProps[nextState] == -1) { in getStateProp() 805 getStateProp(stateTable, stateProps, nextState); in getStateProp() 808 if (stateProps[nextState] >- 0) { in getStateProp() 824 nextState = MBCS_ENTRY_STATE(entry); in getStateProp() 825 if (stateProps[nextState] in getStateProp() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CaseMapImpl.java | 1401 int nextState = 0; in toUpper() 1405 nextState |= (state & AFTER_CASED); in toUpper() 1408 nextState |= AFTER_CASED; in toUpper() 1441 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper() 1517 state = nextState; in toUpper()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CaseMapImpl.java | 1326 int nextState = 0; in toUpper() 1330 nextState |= (state & AFTER_CASED); in toUpper() 1333 nextState |= AFTER_CASED; in toUpper() 1366 nextState |= AFTER_VOWEL_WITH_ACCENT; in toUpper() 1442 state = nextState; in toUpper()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | AudioStream.h | 146 * StreamState nextState = StreamState::Unknown; 149 * currentState, &nextState, timeoutNanos); 150 * currentState = nextState; 158 * @param nextState Pointer to a variable that will be set to the new state. 163 StreamState *nextState,
|