Home | History | Annotate | Download | only in common

Lines Matching refs:UTRIE_MAX_DATA_LENGTH

782     if( (reduceTo16Bits ? (trie->dataLength+trie->indexLength) : trie->dataLength) >= UTRIE_MAX_DATA_LENGTH) {