Lines Matching refs:values
109 * Creates a collation key based on the collation key values.
110 * @param values the collation key values
111 * @param count number of collation key values, including trailing nulls.
114 CollationKey(const uint8_t* values,
163 * Returns a pointer to the collation key values. The storage is owned
166 * @param count the output parameter of number of collation key values,
168 * @return a pointer to the collation key values.
175 * Extracts the collation key values into a new array. The caller owns
177 * @param count the output parameter of number of collation key values,
243 * Returns an array of the collation key values as 16-bit integers.
245 * @param values Output param of the collation key values.
246 * @param count output parameter of the number of collation key values
247 * @return a pointer to an array of 16-bit collation key values.
249 void adopt(uint8_t *values, int32_t count);