Home | History | Annotate | Download | only in i18n

Lines Matching defs:PROTOTYPE

416  * can represent prototype transliterators to be cloned, or can
428 PROTOTYPE,
441 Transliterator* prototype; // For PROTOTYPE
462 u.prototype = 0;
470 if (entryType == PROTOTYPE) {
471 delete u.prototype;
487 if (entryType == PROTOTYPE) {
488 delete u.prototype;
490 entryType = PROTOTYPE;
491 u.prototype = adopted;
496 if (entryType == PROTOTYPE) {
497 delete u.prototype;
1259 case TransliteratorEntry::PROTOTYPE:
1260 t = entry->u.prototype->clone();