HomeSort by relevance Sort by last modified time
    Searched defs:tablesize (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 89 static int __grow_type_table(unsigned char **typetable, int *tablesize);
1128 int tablesize; /* current size of type table */ local
1137 ((nextarg >= tablesize) ? \
1138 __grow_type_table(&typetable, &tablesize) : 0, \
1181 tablesize = STATIC_ARG_TBL_SIZE;
    [all...]
vfprintf.c 92 static int __grow_type_table(unsigned char **typetable, int *tablesize);
1144 int tablesize; /* current size of type table */ local
1155 ((nextarg >= tablesize) ? \
1156 __grow_type_table(&typetable, &tablesize) : 0, \
1199 tablesize = STATIC_ARG_TBL_SIZE;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 78 milliseconds