Home | History | Annotate | Download | only in i18n

Lines Matching defs:eql

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