Home | History | Annotate | Download | only in i18n

Lines Matching refs:keyword

425     // The keyword is empty until we need to match against a non-explicit, not-"other" value.
426 // Then we get the keyword from the selector.
428 // or if the only non-explicit keyword is "other".)
429 UnicodeString keyword;
432 // to avoid matching the keyword again (duplicates are allowed)
438 // We remember the first matching-keyword sub-message if we have not seen
442 // We avoid matching the keyword twice by also setting haveKeywordMatch=true
443 // at the first keyword match.
464 // plural keyword like "few" or "other"
469 if(0 == keyword.compare(other)) {
471 // and the selected keyword is also "other".
477 if(keyword.isEmpty()) {
478 keyword=selector.select(context, number-offset, ec);
479 if(msgStart!=0 && (0 == keyword.compare(other))) {
483 // Skip keyword matching but do getLimitPartIndex().
486 keyword)) {
487 // keyword matches
489 // Do not match this keyword again.
514 // The keyword is null until we need to match against a non-explicit, not-"other" value.
515 // Then we get the keyword from the selector.
517 // or if the only non-explicit keyword is "other".)
518 UnicodeString keyword;
555 keyword = pattern.tempSubString(partStart->getLimit(), partLimit->getIndex() - partStart->getLimit());
561 result.setString(keyword);