Searched defs:ignoreCase (Results 1 – 2 of 2) sorted by relevance
23 int AStringUtils::Compare(const char *a, const char *b, size_t len, bool ignoreCase) { in Compare()30 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) { in MatchesGlob()
1056 private static boolean equals(String a, String b, boolean ignoreCase) { in equals()