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