reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
458 if (target == NULL || data == NULL) { 461 for (i = 0; target[i] && data[i]; ++i) { 462 if (TOLOWER(target[i]) != TOLOWER(data[i])) { 466 return ((len > 0) ? i >= len : (!target[i] && (len || !data[i])));