Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtranslit.cpp1564 NullTransliterator* tempNullTranslit = new NullTransliterator(); in initializeRegistry() local
1575 … if (tempNullTranslit == NULL || tempLowercaseTranslit == NULL || tempUppercaseTranslit == NULL || in initializeRegistry()
1582 delete tempNullTranslit; in initializeRegistry()
1599 registry->put(tempNullTranslit, TRUE, status); in initializeRegistry()