Searched refs:haystack2 (Results 1 – 1 of 1) sorted by relevance
640 const char16_t *haystack2 = haystack.string(); in isInProductList() local643 while (*haystack2 != '\0') { in isInProductList()644 if (strncmp16(haystack2, needle2, needlesize) == 0) { in isInProductList()645 if (haystack2[needlesize] == '\0' || haystack2[needlesize] == ',') { in isInProductList()650 while (*haystack2 != '\0' && *haystack2 != ',') { in isInProductList()651 haystack2++; in isInProductList()653 if (*haystack2 == ',') { in isInProductList()654 haystack2++; in isInProductList()