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

  /external/icu4c/i18n/unicode/
choicfmt.h 122 * <code>Sun..Sat</code>. No closures array is given; this is the same as
123 * specifying all closures to be <code>FALSE</code>.</p>
204 * @param closures Array of booleans specifying whether each
209 * @param count Size of 'limits', 'closures', and 'formats' arrays
213 const UBool* closures,
314 * @param closures Array of limit booleans
320 const UBool* closures,
568 const UBool* closures,
  /external/icu4c/i18n/
choicfmt.cpp 99 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.
  /external/icu4c/test/intltest/
tchcfmt.cpp 471 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/v8/test/mjsunit/harmony/
block-lazy-compile.js 30 // of closures.
  /external/v8/test/mjsunit/compiler/
regress-closures-with-eval.js 30 // Verifies that closures in presence of eval work fine.
  /external/bluetooth/glib/gobject/
gobject.c 2937 GClosure *closures[1]; \/* flexible array *\/ member in struct:__anon2544
    [all...]
  /external/libffi/
Makefile.am 86 src/raw_api.c src/java_raw_api.c src/closures.c
  /external/v8/test/mjsunit/
debug-scopes.js 591 // Two closures. Due to optimizations only the parts actually used are provided
621 // Two closures. In the presence of eval all information is provided as the
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 354 milliseconds