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