Searched refs:tempNullTranslit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtranslit.cpp1557 NullTransliterator* tempNullTranslit = new NullTransliterator(); local
1568 if (tempNullTranslit == NULL || tempLowercaseTranslit == NULL || tempUppercaseTranslit == NULL ||
1575 delete tempNullTranslit;
1592 registry->put(tempNullTranslit, TRUE, status);
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp1557 NullTransliterator* tempNullTranslit = new NullTransliterator(); local
1568 if (tempNullTranslit == NULL || tempLowercaseTranslit == NULL || tempUppercaseTranslit == NULL ||
1575 delete tempNullTranslit;
1592 registry->put(tempNullTranslit, TRUE, status);

Completed in 805 milliseconds