Searched refs:needlesize (Results 1 – 1 of 1) sorted by relevance
618 size_t needlesize = needle.size(); in isInProductList() local621 if (strncmp16(haystack2, needle2, needlesize) == 0) { in isInProductList()622 if (haystack2[needlesize] == '\0' || haystack2[needlesize] == ',') { in isInProductList()