Home | History | Annotate | Download | only in unicode

Lines Matching refs:keyword

58  * examines each condition in order and returns the keyword for the
73 * are assigned the keyword "other" by the default rule.
76 * This illustrates that the same keyword can be defined multiple times.
77 * Each rule is examined in order, and the first keyword whose condition
93 * rule = keyword ':' condition
94 * keyword = <identifier>
179 * 'other'. Callers need to check the value of keyword returned by
184 * UnicodeString keyword = pl->select(number);
185 * if (keyword== UnicodeString("one") {
329 * Given a number, returns the keyword of the first rule that applies to
331 * determine the keyword for default plural rules.
334 * @return The keyword of the selected rule.
340 * Given a number, returns the keyword of the first rule that applies to
342 * determine the keyword for default plural rules.
345 * @return The keyword of the selected rule.
352 * Given a number and a format, returns the keyword of the first applicable
362 * @return The keyword of the selected rule. Undefined in the case of an error.
393 * Originally intended to return a unique value for this keyword if it exists,
396 * @param keyword The keyword.
400 double getUniqueKeywordValue(const UnicodeString& keyword);
405 * Originally intended to return all the values for which select() would return the keyword.
406 * If the keyword is unknown, returns no values, but this is not an error. If
412 * @param keyword The keyword.
422 int32_t getAllKeywordValues(const UnicodeString &keyword,
428 * Returns sample values for which select() would return the keyword. If
429 * the keyword is unknown, returns no values, but this is not an error.
433 * @param keyword The keyword.
442 * (The actual number of keyword values could be unlimited.)
445 int32_t getSamples(const UnicodeString &keyword,
450 * Returns TRUE if the given keyword is defined in this
453 * @param keyword the input keyword.
454 * @return TRUE if the input keyword is defined.
458 UBool isKeyword(const UnicodeString& keyword) const;
462 * Returns keyword for default plural form.
464 * @return keyword for default plural form.
521 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;