Searched refs:globIx (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp32 size_t ix = 0, globIx = 0; local
35 while (globIx < globLen && glob[globIx] != '*') {
36 ++globIx;
38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) {
41 ix = globIx;
44 while (globIx < globLen) {
45 ++globIx;
46 size_t start = globIx;
[all...]

Completed in 1004 milliseconds