HomeSort by relevance Sort by last modified time
    Searched defs:fResults (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
tznames_impl.cpp 740 TimeZoneNames::MatchInfoCollection* fResults;
744 : fTypes(types), fMaxMatchLen(0), fResults(NULL) {
748 if (fResults != NULL) {
749 delete fResults;
767 if (fResults == NULL) {
768 fResults = new TimeZoneNames::MatchInfoCollection();
769 if (fResults == NULL) {
774 U_ASSERT(fResults != NULL);
776 fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status);
779 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status)
    [all...]
tzgnames.cpp 198 UVector* fResults;
203 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
207 if (fResults != NULL) {
208 delete fResults;
226 if (fResults == NULL) {
227 fResults = new UVector(uprv_free, NULL, status);
228 if (fResults == NULL) {
233 U_ASSERT(fResults != NULL);
242 fResults->addElement(gmatch, status);
261 UVector *results = fResults;
    [all...]
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 597 milliseconds