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

  /external/chromium/third_party/icu/public/i18n/unicode/
choicfmt.h 107 * <p>See below for more information about closures.</p>
119 * <li><code>UBool closures[]</code> determines whether each limit
121 * above it. If <code>closures[i]</code> is <code>FALSE</code>, then
124 * <code>i+1</code>. If no closures array is specified, this is
125 * equivalent to having all closures be <code>FALSE</code>. Closures
143 * <p>(This assumes that all closures are <code>FALSE</code>. If some
144 * closures are <code>TRUE</code> then the relations must be changed to
178 * <code>Sun..Sat</code>. No closures array is given; this is the same as
179 * specifying all closures to be <code>FALSE</code>.</p
    [all...]
  /external/icu4c/i18n/unicode/
choicfmt.h 107 * <p>See below for more information about closures.</p>
119 * <li><code>UBool closures[]</code> determines whether each limit
121 * above it. If <code>closures[i]</code> is <code>FALSE</code>, then
124 * <code>i+1</code>. If no closures array is specified, this is
125 * equivalent to having all closures be <code>FALSE</code>. Closures
143 * <p>(This assumes that all closures are <code>FALSE</code>. If some
144 * closures are <code>TRUE</code> then the relations must be changed to
178 * <code>Sun..Sat</code>. No closures array is given; this is the same as
179 * specifying all closures to be <code>FALSE</code>.</p
    [all...]
  /external/chromium/third_party/icu/source/i18n/
choicfmt.cpp 98 const UBool* closures,
106 setChoices(limits, closures, formats, cnt );
528 const UBool* closures,
572 if (closures != 0) {
573 uprv_arrayCopy(closures, fClosures, fCount);
593 // Gets the closures array.
  /external/icu4c/i18n/
choicfmt.cpp 98 const UBool* closures,
106 setChoices(limits, closures, formats, cnt );
528 const UBool* closures,
572 if (closures != 0) {
573 uprv_arrayCopy(closures, fClosures, fCount);
593 // Gets the closures array.
  /external/chromium/third_party/icu/source/test/intltest/
tchcfmt.cpp 459 UBool closures[] = { F, F, T, T, F, F }; local
463 ChoiceFormat fmt1(limits, closures, fmts, 6);
495 errln("FAIL: couldn't get limits or closures");
505 if((closures2[i]!=0) != (closures[i]!=0)) {
506 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
  /external/icu4c/test/intltest/
tchcfmt.cpp 459 UBool closures[] = { F, F, T, T, F, F }; local
463 ChoiceFormat fmt1(limits, closures, fmts, 6);
495 errln("FAIL: couldn't get limits or closures");
505 if((closures2[i]!=0) != (closures[i]!=0)) {
506 errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F");
  /external/bluetooth/glib/gobject/
gobject.c 2937 GClosure *closures[1]; \/* flexible array *\/ member in struct:__anon2046
    [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 545 // Two closures. Due to optimizations only the parts actually used are provided
575 // Two closures. In the presence of eval all information is provided as the
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 415 milliseconds