Searched refs:eql (Results 1 – 1 of 1) sorted by relevance
408 int32_t eql = prop.indexOf(EQUALS_SIGN); in parseRRULE() local409 if (eql != -1) { in parseRRULE()410 attr.setTo(prop, 0, eql); in parseRRULE()411 value.setTo(prop, eql + 1); in parseRRULE()