Searched refs:copylength (Results 1 – 6 of 6) sorted by relevance
867 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local874 if (resultCapacity < copylength) { in usearch_getMatchedText()875 copylength = resultCapacity; in usearch_getMatchedText()877 if (copylength > 0) { in usearch_getMatchedText()879 copylength * sizeof(UChar)); in usearch_getMatchedText()
157 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands() local169 pos += inslength + copylength; in ZopfliCostModelSetFromCommands()
2919 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local2926 if (resultCapacity < copylength) { in usearch_getMatchedText()2927 copylength = resultCapacity; in usearch_getMatchedText()2929 if (copylength > 0) { in usearch_getMatchedText()2931 copylength * sizeof(UChar)); in usearch_getMatchedText()