Searched refs:tempus (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dtridpars.cpp660 UnicodeString *tempus = new UnicodeString(inverseTarget); // Used for null pointer check before usage. local
661 if (tempus == NULL) {
665 SPECIAL_INVERSES->put(target, tempus, status);
667 tempus = new UnicodeString(target);
668 if (tempus == NULL) {
672 SPECIAL_INVERSES->put(inverseTarget, tempus, status);
H A Dtransreg.cpp955 UnicodeString *tempus; // Used for null pointer check. local
957 tempus = new UnicodeString(variant);
958 if (tempus != NULL) {
959 variants->addElement(tempus, status);
962 tempus = new UnicodeString(NO_VARIANT) ;
963 if (tempus != NULL) {
964 variants->insertElementAt(tempus, 0, status);
H A Drbt_pars.cpp1106 UnicodeString* tempus = (UnicodeString*)(((UnicodeString*)(he->value.pointer))->clone()); local
1107 if (tempus == NULL) {
1112 tempus, status);
1589 UnicodeSet* tempus = new UnicodeSet(DOT_SET, status); local
1591 if (tempus == NULL) {
1595 dotStandIn = generateStandInFor(tempus, status);

Completed in 30 milliseconds