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

  /external/chromium/third_party/icu/source/i18n/
reldtfmt.h 28 struct URelativeString;
232 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);
389 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen);
  /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);
389 fDates = (URelativeString*) uprv_malloc(sizeof(fDates[0])*fDatesLen);

Completed in 780 milliseconds