Home
last modified time | relevance | path

Searched refs:nprefix (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-matcher.h343 ssize_t nprefix = 0; in LookAheadFst() local
352 ++nprefix; in LookAheadFst()
361 ++nprefix; in LookAheadFst()
387 ++nprefix; in LookAheadFst()
395 ++nprefix; in LookAheadFst()
400 if ((F & kLookAheadPrefix) && nprefix == 1) in LookAheadFst()
407 if (nprefix == 1) in LookAheadFst()
/external/libxslt/libxslt/
Dnumbers.c951 xmlChar *nprefix, *nsuffix = NULL; in xsltFormatNumberConversion() local
1181 nprefix = the_format; in xsltFormatNumberConversion()
1237 (xmlStrncmp(nprefix, prefix, prefix_length) !=0 )) || in xsltFormatNumberConversion()
1240 prefix = nprefix; in xsltFormatNumberConversion()