Home | History | Annotate | Download | only in unicode

Lines Matching full:keyword

48  * examines each condition in order and returns the keyword for the
63 * are assigned the keyword "other" by the default rule.
66 * This illustrates that the same keyword can be defined multiple times.
67 * Each rule is examined in order, and the first keyword whose condition
83 * rule = keyword ':' condition
84 * keyword = <identifier>
108 * 'other'. Callers need to check the value of keyword returned by
113 * UnicodeString keyword = pl->select(number);
114 * if (keyword== UnicodeString("one") {
203 * Given a number, returns the keyword of the first rule that applies to
205 * determine the keyword for default plural rules.
208 * @return The keyword of the selected rule.
214 * Given a number, returns the keyword of the first rule that applies to
216 * determine the keyword for default plural rules.
219 * @return The keyword of the selected rule.
237 * Returns a unique value for this keyword if it exists, else the constant
240 * @param keyword The keyword.
241 * @return The unique value that generates the keyword, or
242 * UPLRULES_NO_UNIQUE_VALUE if the keyword is undefined or there is no
243 * unique value that generates this keyword.
246 double getUniqueKeywordValue(const UnicodeString& keyword);
249 * Returns all the values for which select() would return the keyword. If
250 * the keyword is unknown, returns no values, but this is not an error. If
256 * @param keyword The keyword.
266 int32_t getAllKeywordValues(const UnicodeString &keyword,
271 * Returns sample values for which select() would return the keyword. If
272 * the keyword is unknown, returns no values, but this is not an error.
276 * @param keyword The keyword.
285 * (The actual number of keyword values could be unlimited.)
288 int32_t getSamples(const UnicodeString &keyword,
293 * Returns TRUE if the given keyword is defined in this
296 * @param keyword the input keyword.
297 * @return TRUE if the input keyword is defined.
301 UBool isKeyword(const UnicodeString& keyword) const;
305 * Returns keyword for default plural form.
307 * @return keyword for default plural form.
367 int32_t getSamplesInternal(const UnicodeString &keyword, double *dest,
370 int32_t getKeywordIndex(const UnicodeString& keyword,