HomeSort by relevance Sort by last modified time
    Searched full:nodict (Results 1 - 7 of 7) sorted by null

  /external/lz4/lib/
lz4.c 447 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive;
533 case noDict:
720 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, byU16, noDict, noDictIssue);
722 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIssue);
740 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue);
742 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIssue);
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 507 : DictLookup(perfTest), trie(NULL), noDict(FALSE) {
520 noDict=TRUE;
525 if(!noDict) {
540 UBool noDict;
585 if(noDict) {
614 if(noDict) {
  /external/libxml2/
debugXML.c 50 int nodict; /* if the document has no dictionnary */ member in struct:_xmlDebugCtxt
68 ctxt->nodict = 0;
290 if ((dict == NULL) && (ctxt->nodict == 0)) {
297 ctxt->nodict = 1;
    [all...]
xmllint.c     [all...]
NEWS     [all...]
  /external/libxml2/doc/
news.html     [all...]
xml.html     [all...]

Completed in 478 milliseconds