Home | History | Annotate | Download | only in i18n

Lines Matching refs:tempus

957     	UnicodeString *tempus; // Used for null pointer check.
959 tempus = new UnicodeString(variant);
960 if (tempus != NULL) {
961 variants->addElement(tempus, status);
964 tempus = new UnicodeString(); // = NO_VARIANT
965 if (tempus != NULL) {
966 variants->insertElementAt(tempus, 0, status);