Home
last modified time | relevance | path

Searched refs:numFortunes (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/samples/ufortune/
Dufortune.c78 int32_t numFortunes; /* Number of fortune strings available. */ in main() local
186 numFortunes = ures_countArrayItems(myResources, "fortunes", &err); in main()
191 if (numFortunes <= 0) { in main()
196 i = (int)time(NULL) % numFortunes; /* Use time to pick a somewhat-random fortune. */ in main()
/third_party/skia/third_party/externals/icu/source/samples/ufortune/
Dufortune.c78 int32_t numFortunes; /* Number of fortune strings available. */ in main() local
186 numFortunes = ures_countArrayItems(myResources, "fortunes", &err); in main()
191 if (numFortunes <= 0) { in main()
196 i = time(NULL) % numFortunes; /* Use time to pick a somewhat-random fortune. */ in main()
/third_party/icu/icu4c/source/samples/ufortune/
Dufortune.c78 int32_t numFortunes; /* Number of fortune strings available. */ in main() local
186 numFortunes = ures_countArrayItems(myResources, "fortunes", &err); in main()
191 if (numFortunes <= 0) { in main()
196 i = time(NULL) % numFortunes; /* Use time to pick a somewhat-random fortune. */ in main()