Home
last modified time | relevance | path

Searched defs:ncol (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dsvccoll.cpp54 Collator* ncol = Collator::createInstance(US_FOO, status); in TestRegister() local
105 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); in TestRegister() local
402 Collator* ncol = Collator::createInstance(Locale::getUS(), status); in TestRegisterFactory() local
/external/javasqlite/src/main/native/
Dsqlite_jni.c523 callback(void *udata, int ncol, char **data, char **cols) in callback()
2625 long ncol = 0; in Java_SQLite_Vm_step() local
4048 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1int() local
4070 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1long() local
4092 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1double() local
4114 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1bytes() local
4151 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1string() local
4188 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1type() local
4226 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1table_1name() local
4253 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); in Java_SQLite_Stmt_column_1database_1name() local
[all …]
/external/mksh/src/
Dedit.c4942 int ncol = 0; in display() local