Searched refs:ignoreCase (Results 1 - 5 of 5) sorted by last modified time

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/av/include/media/stagefright/foundation/
H A DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp23 int AStringUtils::Compare(const char *a, const char *b, size_t len, bool ignoreCase) { argument
25 return ignoreCase ? strncasecmp(a, b, len) : strncmp(a, b, len);
30 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) {
38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) {
59 return !Compare(tail, pattern, len, ignoreCase);
62 while (ix + len <= strLen && Compare(str + ix, pattern, len, ignoreCase)) {
29 MatchesGlob( const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) argument
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
/frameworks/av/media/libstagefright/include/foundation/
H A DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);

Completed in 140 milliseconds