HomeSort by relevance Sort by last modified time
    Searched full:ncol (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
svccoll.cpp 54 Collator* ncol = Collator::createInstance(US_FOO, status); local
55 if (*frcol != *ncol) {
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
80 delete ncol; ncol = NULL;
87 ncol = Collator::createInstance(US, status);
88 if (*uscol != *ncol) {
91 delete ncol; ncol = NULL
105 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); local
396 Collator* ncol = Collator::createInstance(Locale::getUS(), status); local
    [all...]
  /dalvik/libcore/sql/src/main/native/
sqlite_jni.c 467 callback(void *udata, int ncol, char **data, char **cols)
484 arr = (*env)->NewObjectArray(env, ncol, C_java_lang_String, 0);
485 for (i = 0; i < ncol; i++) {
514 arr = (*env)->NewObjectArray(env, ncol,
516 for (i = 0; i < ncol; i++) {
560 if (h->ver >= 0x020506 && cols[ncol]) {
565 arr = (*env)->NewObjectArray(env, ncol,
567 for (i = 0; i < ncol; i++) {
568 if (cols[i + ncol]) {
572 cols[i + ncol], &ty)
2509 int ret, ncol = 0; local
3839 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
3861 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
3883 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
3905 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
3942 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
3979 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4017 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4044 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4071 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4098 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
    [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 70 milliseconds