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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dserv.cpp620 ICUServiceKey* fallbackKey = createKey(matchID, status); local
629 if (fallbackKey != NULL) {
630 if (!fallbackKey->isFallbackOf(*id)) {
647 delete fallbackKey;
705 ICUServiceKey* fallbackKey = createKey(&id, status); local
706 while (fallbackKey->fallback()) {
708 fallbackKey->currentID(us);
712 delete fallbackKey;
716 delete fallbackKey;

Completed in 214 milliseconds