Home | History | Annotate | Download | only in i18n

Lines Matching defs:entryType

434     } entryType;
464 entryType = NONE;
470 if (entryType == PROTOTYPE) {
472 } else if (entryType == RBT_DATA) {
478 } else if (entryType == COMPOUND_RBT) {
487 if (entryType == PROTOTYPE) {
490 entryType = PROTOTYPE;
496 if (entryType == PROTOTYPE) {
499 entryType = FACTORY;
566 if (entry->entryType == TransliteratorEntry::RULES_FORWARD ||
567 entry->entryType == TransliteratorEntry::RULES_REVERSE ||
568 entry->entryType == TransliteratorEntry::LOCALE_RULES) {
572 entry->entryType = TransliteratorEntry::ALIAS;
577 entry->entryType = TransliteratorEntry::RBT_DATA;
582 entry->entryType = TransliteratorEntry::ALIAS;
585 entry->entryType = TransliteratorEntry::COMPOUND_RBT;
652 entry->entryType = (dir == UTRANS_FORWARD) ? TransliteratorEntry::RULES_FORWARD
671 entry->entryType = TransliteratorEntry::ALIAS;
1131 entry->entryType = TransliteratorEntry::LOCALE_RULES;
1252 switch (entry->entryType) {
1345 ((entry->entryType == TransliteratorEntry::RULES_REVERSE) ?