Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/src/
Dcreate.c486 DirStructure* DecideOrderInFst(DirStructure* start, int* numItems, int* charLength) in DecideOrderInFst() argument
533 *charLength = chars; in DecideOrderInFst()
592 int charLength, numItems; in ConstructFSTFromStructure() local
622 DecideOrderInFst(root, &numItems, &charLength); in ConstructFSTFromStructure()
625 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure()