Searched refs:haystack2 (Results 1 – 1 of 1) sorted by relevance
643 const char16_t *haystack2 = haystack.string(); in isInProductList() local646 while (*haystack2 != '\0') { in isInProductList()647 if (strncmp16(haystack2, needle2, needlesize) == 0) { in isInProductList()648 if (haystack2[needlesize] == '\0' || haystack2[needlesize] == ',') { in isInProductList()653 while (*haystack2 != '\0' && *haystack2 != ',') { in isInProductList()654 haystack2++; in isInProductList()656 if (*haystack2 == ',') { in isInProductList()657 haystack2++; in isInProductList()