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