Home | History | Annotate | Download | only in i18n

Lines Matching full:eql

409         int32_t eql = prop.indexOf(EQUALS_SIGN);
410 if (eql != -1) {
411 attr.setTo(prop, 0, eql);
412 value.setTo(prop, eql + 1);