Searched refs:SEARCH_PROPERTIES (Results 1 – 3 of 3) sorted by relevance
62 while (nextTag(Tags.SEARCH_PROPERTIES) != END) { in parseProperties()111 if (tag == Tags.SEARCH_PROPERTIES) { in parseResult()
127 } else if (tag == Tags.SEARCH_PROPERTIES) { in parseResult()
522 public static final int SEARCH_PROPERTIES = SEARCH_PAGE + 0xF; field in Tags