Home
last modified time | relevance | path

Searched refs:NCHAR (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/libgrep/
Dkwset.c47 #define NCHAR (UCHAR_MAX + 1) macro
82 unsigned char delta[NCHAR]; /* Delta table for rapid search. */
83 struct trie *next[NCHAR]; /* Table of children of the root. */
382 unsigned char delta[NCHAR]; in kwsprep()
391 for (i = 0; i < NCHAR; ++i) in kwsprep()
394 for (i = 0; i < NCHAR; ++i) in kwsprep()
477 struct trie *next[NCHAR]; in kwsprep()
480 for (i = 0; i < NCHAR; ++i) in kwsprep()
488 for (i = 0; i < NCHAR; ++i) in kwsprep()
491 for (i = 0; i < NCHAR; ++i) in kwsprep()
[all …]
Dm-fgrep.c55 #define NCHAR (UCHAR_MAX + 1) macro
73 ckwset->trans = XNMALLOC (NCHAR, char); in kwsinit()
74 for (i = 0; i < NCHAR; i++) in kwsinit()
DChangeLog.0137 (IS_WORD_CONSTITUENT, NCHAR, compiled_kwset): Moved here from