Home | History | Annotate | Download | only in common

Lines Matching full:plength

164 utrie_getData(UNewTrie *trie, int32_t *pLength) {
165 if(trie==NULL || pLength==NULL) {
169 *pLength=trie->dataLength;