Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:LCHAR

35 #include "LCHAR.h"
164 /* for now, assume char and LCHAR are the same, else fail to compile! */
165 { char zzz[ 1 - (sizeof(LCHAR)!=sizeof(char))]; zzz[0] = 0; }
259 status = SR_SessionCreate((const LCHAR*) parfile);
271 ESR_SessionGetLCHAR ( L("cmdline.vocabulary"), (LCHAR*)vocfile, &len );
278 ESR_SessionGetLCHAR ( L("cmdline.arbfile"), (LCHAR*)modelmapfile, &len);
280 status = ESR_SessionPrefixWithBaseDirectory ( (LCHAR*)modelmapfile, &len);
287 ESR_SessionGetLCHAR ( L("cmdline.arbfile"), (LCHAR*)cfstfile, &len);
289 status = ESR_SessionPrefixWithBaseDirectory ( (LCHAR*)cfstfile, &len);
659 LCHAR prons[MAX_PRONS_LENGTH];
703 LCHAR *pron = 0, *p;