Home | History | Annotate | Download | only in aapt

Lines Matching defs:div

233         const char16_t* div = str;
234 while (div < end && *div != '|') {
235 div++;
240 if (strzcmp16(cur->name, cur->nameLen, str, div-str) == 0) {
252 str = div < end ? div+1 : div;