HomeSort by relevance Sort by last modified time
    Searched refs:tempus (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
tridpars.cpp 660 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);
transreg.cpp 955 UnicodeString *tempus; \/\/ Used for null pointer check. local
    [all...]
rbt_pars.cpp 1106 UnicodeString* tempus = (UnicodeString*)(((UnicodeString*)(he->value.pointer))->clone()); local
1589 UnicodeSet* tempus = new UnicodeSet(DOT_SET, status); local
    [all...]

Completed in 320 milliseconds