Home
last modified time | relevance | path

Searched refs:TABLE_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBidiFmwk.java167 private static final int TABLE_SIZE = 256; field in BidiFmwk
204 pseudoToUChar = new char[TABLE_SIZE]; in buildPseudoTables()
205 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()
206 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()
207 for (i = 0; i < TABLE_SIZE; i++) { in buildPseudoTables()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java164 private static final int TABLE_SIZE = 256; field in BidiFmwk
201 pseudoToUChar = new char[TABLE_SIZE]; in buildPseudoTables()
202 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()
203 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()
204 for (i = 0; i < TABLE_SIZE; i++) { in buildPseudoTables()
/external/autotest/frontend/client/src/autotest/afe/
DHostSelector.java42 private static final int TABLE_SIZE = 10; field in HostSelector
73 new HostTableDecorator(availableTable, TABLE_SIZE);
82 selectedTable.setRowsPerPage(TABLE_SIZE); in initialize()
/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c419 #define TABLE_SIZE 32 macro
436 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp()
613 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont()
1251 #define TABLE_SIZE 32 macro
/external/libjpeg-turbo/
Djccolor.c85 #define TABLE_SIZE (8 * (MAXJSAMPLE + 1)) macro
207 (TABLE_SIZE * sizeof(JLONG))); in rgb_ycc_start()
Djdcolor.c90 #define TABLE_SIZE (3 * (MAXJSAMPLE + 1)) macro
311 (TABLE_SIZE * sizeof(JLONG))); in build_rgb_y_table()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c243 #define TABLE_SIZE 256 macro
245 static UChar pseudoToUChar[TABLE_SIZE];
246 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
247 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
279 for (i=0; i < TABLE_SIZE; i++) { in buildPseudoTables()