HomeSort by relevance Sort by last modified time
    Searched refs:URelativeString (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
reldtfmt.h 28 struct URelativeString;
236 URelativeString *fDates; // array of strings
reldtfmt.cpp 28 * An array of URelativeString structs is used to store the resource data loaded out of the bundle.
30 struct URelativeString {
53 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen);
393 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen);

Completed in 94 milliseconds