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

  /external/icu4c/layout/
ContextualGlyphInsertion.h 39 struct LigatureSubstitutionStateEntry : StateEntry
ContextualGlyphSubstitution.h 34 struct ContextualGlyphSubstitutionStateEntry : StateEntry
LigatureSubstitution.h 37 struct LigatureSubstitutionStateEntry : StateEntry
IndicRearrangement.h 59 struct IndicRearrangementStateEntry : StateEntry
StateTables.h 57 struct StateEntry
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 45 private Stack<StateEntry> mStack = new Stack<StateEntry>();
77 mStack.push(new StateEntry(data, state));
106 mStack.push(new StateEntry(data, state));
120 for (StateEntry entry : mStack) {
256 mStack.push(new StateEntry(data, state));
293 mStack.push(new StateEntry(data, activityState));
307 for (StateEntry entry : mStack) {
321 for (StateEntry entry : mStack) {
334 private static class StateEntry {
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 286 std::vector<int> StateEntry(states.size());
292 // to construct the StateEntry table.
296 StateEntry[i] = ValidTransitions;
308 if (ValidTransitions == StateEntry[i]) {
326 OS << StateEntry[i] << ", ";

Completed in 97 milliseconds