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

/external/chromium/third_party/icu/source/i18n/
H A Drepattrn.cpp110 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); local
111 UnicodeSet *newSet = new UnicodeSet(*sourceSet);
/external/icu4c/i18n/
H A Drepattrn.cpp121 UnicodeSet *sourceSet = (UnicodeSet *)other.fSets->elementAt(i); local
122 UnicodeSet *newSet = new UnicodeSet(*sourceSet);
/external/chromium/third_party/icu/source/test/intltest/
H A Dtransapi.cpp945 UnicodeSet sourceSet; local
947 tr->getSourceSet(sourceSet);
949 CEASSERT(clonedSourceSet == sourceSet);
/external/icu4c/test/intltest/
H A Dtransapi.cpp945 UnicodeSet sourceSet; local
947 tr->getSourceSet(sourceSet);
949 CEASSERT(clonedSourceSet == sourceSet);

Completed in 76 milliseconds