Searched refs:posColon (Results 1 – 1 of 1) sorted by relevance
57 int posColon = propertyName.indexOf(':'); in applyPropertyAlias() local58 if (posNotEqual >= 0 || posColon >= 0) { in applyPropertyAlias()60 if (posColon < 0) posColon = propertyName.length(); in applyPropertyAlias()61 int opPos = posNotEqual < posColon ? posNotEqual : posColon; in applyPropertyAlias()65 if (posNotEqual < posColon) { in applyPropertyAlias()