Searched defs:fallbackKey (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dserv.cpp622 ICUServiceKey* fallbackKey = createKey(matchID, status); local
631 if (fallbackKey != NULL) {
632 if (!fallbackKey->isFallbackOf(*id)) {
649 delete fallbackKey;
707 ICUServiceKey* fallbackKey = createKey(&id, status); local
708 while (fallbackKey->fallback()) {
710 fallbackKey->currentID(us);
714 delete fallbackKey;
718 delete fallbackKey;

Completed in 86 milliseconds