Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp867 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local
874 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()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_hq.c157 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands() local
169 pos += inslength + copylength; in ZopfliCostModelSetFromCommands()
/third_party/node/deps/brotli/c/enc/
Dbackward_references_hq.c157 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands() local
169 pos += inslength + copylength; in ZopfliCostModelSetFromCommands()
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp2919 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local
2926 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp2919 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local
2926 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp2919 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local
2926 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()