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