HomeSort by relevance Sort by last modified time
    Searched defs:NCHARS (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
additional_proximity_chars.h 44 const int NCHARS = NELEMS(LOCALE_EN_US);
45 if (locale->size() < NCHARS) {
48 for (int i = 0; i < NCHARS; ++i) {
  /ndk/sources/host-tools/nawk-20071023/
awk.h 204 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */
219 uschar gototab[NSTATES][NCHARS];

Completed in 1724 milliseconds