Searched refs:closures (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dchoicfmt.h123 * <code>Sun..Sat</code>. No closures array is given; this is the same as
124 * specifying all closures to be <code>FALSE</code>.</p>
207 * @param closures Array of booleans specifying whether each
212 * @param count Size of 'limits', 'closures', and 'formats' arrays
216 const UBool* closures,
317 * @param closures Array of limit booleans
323 const UBool* closures,
495 const UBool* closures,
/external/icu/icu4c/source/i18n/unicode/
H A Dchoicfmt.h123 * <code>Sun..Sat</code>. No closures array is given; this is the same as
124 * specifying all closures to be <code>FALSE</code>.</p>
207 * @param closures Array of booleans specifying whether each
212 * @param count Size of 'limits', 'closures', and 'formats' arrays
216 const UBool* closures,
317 * @param closures Array of limit booleans
323 const UBool* closures,
495 const UBool* closures,
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp99 const UBool* closures,
105 setChoices(limits, closures, formats, cnt, constructorErrorCode);
265 const UBool* closures,
270 setChoices(limits, closures, formats, cnt, errorCode);
275 const UBool* closures,
302 if (closures != NULL && closures[i]) {
352 // Gets the closures array.
98 ChoiceFormat(const double* limits, const UBool* closures, const UnicodeString* formats, int32_t cnt ) argument
264 setChoices( const double* limits, const UBool* closures, const UnicodeString* formats, int32_t cnt ) argument
274 setChoices(const double* limits, const UBool* closures, const UnicodeString* formats, int32_t count, UErrorCode &errorCode) argument
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp99 const UBool* closures,
105 setChoices(limits, closures, formats, cnt, constructorErrorCode);
265 const UBool* closures,
270 setChoices(limits, closures, formats, cnt, errorCode);
275 const UBool* closures,
302 if (closures != NULL && closures[i]) {
352 // Gets the closures array.
98 ChoiceFormat(const double* limits, const UBool* closures, const UnicodeString* formats, int32_t cnt ) argument
264 setChoices( const double* limits, const UBool* closures, const UnicodeString* formats, int32_t cnt ) argument
274 setChoices(const double* limits, const UBool* closures, const UnicodeString* formats, int32_t count, UErrorCode &errorCode) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.cpp471 UBool closures[] = { F, F, T, T, F, F }; local
475 ChoiceFormat fmt1(limits, closures, fmts, 6);
508 errln("FAIL: couldn't get limits or closures");
518 if((closures2[i]!=0) != (closures[i]!=0)) {
519 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
/external/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp471 UBool closures[] = { F, F, T, T, F, F }; local
475 ChoiceFormat fmt1(limits, closures, fmts, 6);
508 errln("FAIL: couldn't get limits or closures");
518 if((closures2[i]!=0) != (closures[i]!=0)) {
519 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc60 std::vector<base::Closure> closures; local
63 results_closures_.swap(closures);
66 for (size_t i = 0; i < closures.size(); ++i)
67 closures[i].Run();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 354 milliseconds