Home
last modified time | relevance | path

Searched refs: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
55 if (*frcol != *ncol) { in TestRegister()
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegister()
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister()
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status); in TestRegister()
80 delete ncol; ncol = NULL; in TestRegister()
87 ncol = Collator::createInstance(US, status); in TestRegister()
88 if (*uscol != *ncol) { in TestRegister()
91 delete ncol; ncol = NULL; in TestRegister()
105 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); in TestRegister() local
[all …]
/external/javasqlite/src/main/native/
Dsqlite_jni.c523 callback(void *udata, int ncol, char **data, char **cols) in callback() argument
540 arr = (*env)->NewObjectArray(env, ncol, C_java_lang_String, 0); in callback()
541 for (i = 0; i < ncol; i++) { in callback()
570 arr = (*env)->NewObjectArray(env, ncol, in callback()
572 for (i = 0; i < ncol; i++) { in callback()
616 if (h->ver >= 0x020506 && cols[ncol]) { in callback()
621 arr = (*env)->NewObjectArray(env, ncol, in callback()
623 for (i = 0; i < ncol; i++) { in callback()
624 if (cols[i + ncol]) { in callback()
628 cols[i + ncol], &ty); in callback()
[all …]
/external/mksh/src/
Dedit.c5014 int ncol = 0; in display() local
5023 ncol = col + pwidth; in display()
5041 ncol = col + pwidth - 1; in display()
5045 ncol = col + pwidth; in display()
5088 if (cur_col != ncol) in display()
5089 ed_mov_opt(ncol, wb1); in display()