Lines Matching refs:keyword

75  * examines each condition in order and returns the keyword for the
90 * are assigned the keyword "other" by the default rule.
93 * This illustrates that the same keyword can be defined multiple times.
94 * Each rule is examined in order, and the first keyword whose condition
110 * rule = keyword ':' condition
111 * keyword = <identifier>
194 * 'other'. Callers need to check the value of keyword returned by
199 * UnicodeString keyword = pl->select(number);
200 * if (keyword== UnicodeString("one") {
336 * Given an integer, returns the keyword of the first rule
338 * isKeyword* functions to determine the keyword for default plural rules.
341 * @return The keyword of the selected rule.
347 * Given a floating-point number, returns the keyword of the first rule
349 * isKeyword* functions to determine the keyword for default plural rules.
352 * @return The keyword of the selected rule.
358 * Given a formatted number, returns the keyword of the first rule
360 * isKeyword* functions to determine the keyword for default plural rules.
367 * @param status Set if an error occurs while selecting plural keyword.
369 * @return The keyword of the selected rule.
384 * @param status Set if an error occurs while selecting plural keyword.
387 * @return The keyword of the selected rule.
419 * Originally intended to return a unique value for this keyword if it exists,
422 * @param keyword The keyword.
426 double getUniqueKeywordValue(const UnicodeString& keyword);
431 * Originally intended to return all the values for which select() would return the keyword.
432 * If the keyword is unknown, returns no values, but this is not an error. If
438 * @param keyword The keyword.
448 int32_t getAllKeywordValues(const UnicodeString &keyword,
454 * Returns sample values for which select() would return the keyword. If
455 * the keyword is unknown, returns no values, but this is not an error.
459 * @param keyword The keyword.
468 * (The actual number of keyword values could be unlimited.)
471 int32_t getSamples(const UnicodeString &keyword,
479 * Returns sample values for which select() would return the keyword. If
480 * the keyword is unknown, returns no values, but this is not an error.
484 * @param keyword The keyword.
493 * (The actual number of keyword values could be unlimited.)
496 int32_t getSamples(const UnicodeString &keyword,
502 * Returns true if the given keyword is defined in this
505 * @param keyword the input keyword.
506 * @return true if the input keyword is defined.
510 UBool isKeyword(const UnicodeString& keyword) const;
514 * Returns keyword for default plural form.
516 * @return keyword for default plural form.
572 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;