Searched defs:nprefix (Results 1 - 2 of 2) sorted by relevance

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

Completed in 50 milliseconds