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

  /ndk/sources/host-tools/sed-4.2.1/lib/
mbrtowc.c 58 size_t nstate = pstate[0]; local
63 switch (nstate)
78 m = nstate;
105 if (nstate >= (res > 0 ? res : 1))
107 res -= nstate;
293 size_t k = nstate;
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 241 int[][] nstate = new int[listAllocated][]; local
242 System.arraycopy(stateSpecList, 0, nstate, 0, listSize);
245 stateSpecList = nstate;
  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 252 int stkend, nstate; local
311 for ( nstate = 1; nstate <= numstates; ++nstate )
313 ns = t[nstate];
  /external/libxml2/
relaxng.c 9779 xmlRelaxNGValidStatePtr nstate, tmpstate = ctxt->state; local
    [all...]

Completed in 125 milliseconds