OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDates
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp
45
fDatesLen(other.fDatesLen),
fDates
(NULL)
53
fDates
= (URelativeString*) uprv_malloc(sizeof(
fDates
[0])*fDatesLen);
54
uprv_memcpy(
fDates
, other.
fDates
, sizeof(
fDates
[0])*fDatesLen);
68
fDateStyle(dateStyle), fTimeStyle(timeStyle), fLocale(locale), fDatesLen(0),
fDates
(NULL)
96
uprv_free(
fDates
);
197
if(
fDates
[n].string != NULL &&
199
fDates
[n].len
[
all
...]
reldtfmt.h
236
URelativeString *
fDates
; // array of strings
/external/icu4c/i18n/
reldtfmt.cpp
45
fDatesLen(other.fDatesLen),
fDates
(NULL)
54
fDates
= (URelativeString*) uprv_malloc(sizeof(
fDates
[0])*fDatesLen);
55
uprv_memcpy(
fDates
, other.
fDates
, sizeof(
fDates
[0])*fDatesLen);
62
fDateStyle(dateStyle), fLocale(locale), fDatesLen(0),
fDates
(NULL)
112
uprv_free(
fDates
);
213
if (
fDates
[n].string != NULL &&
214
text.compare(startIndex,
fDates
[n].len, fDates[n].string) == 0)
[
all
...]
reldtfmt.h
248
URelativeString *
fDates
; // array of strings
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 59 milliseconds