Lines Matching full:dictionary
16 * @brief Resource ID for the annotation dictionary. The other entity
18 * annotation dictionary.
23 * @brief Holds an RDE BEJ dictionary entry.
30 // True indicates that the dictionary data is ready to be used.
44 * @brief Starts a dictionary entry with the provided data.
46 * @param[in] resourceId - PDR resource id corresponding to the dictionary.
47 * @param[in] data - dictionary data.
53 * @brief Set the dictionary valid status. Until this is called, dictionary
56 * @param[in] resourceId - PDR resource id corresponding to the dictionary.
62 * @brief Add more dictionary data for an existing entry. Adding data to a
63 * completed dictionary will mark the dictionary as incomplete.
65 * @param[in] resourceId - PDR resource id corresponding to the dictionary.
66 * @param[in] data - dictionary data.
73 * @brief Get a dictionary.
75 * @param[in] resourceId - PDR resource id corresponding to the dictionary.
76 * @return a pointer to the dictionary, if the dictionary is complete else
82 * @brief Get the annotation dictionary.
84 * @return a pointer to the annotation dictionary, if the dictionary is
90 * @brief Get the completed dictionary count.
106 * @brief Set a dictionary entry to be invalid and reduce the valid
107 * dictionary count.
109 * @param[in] entry - A dictionary entry.
114 * @brief Set the dictionary entry valid flag and increase the valid
115 * dictionary count.
117 * @param[in] entry - A dictionary entry.