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

  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 56 Collator* ncol = Collator::createInstance(US_FOO, status); local
57 if (*clone != *ncol) {
64 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
69 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
73 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
77 delete ncol; ncol = NULL;
83 ncol = Collator::createInstance(US, status);
84 if (*uscol != *ncol) {
87 delete ncol; ncol = NULL
103 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); local
403 Collator* ncol = Collator::createInstance(Locale::getUS(), status); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java 37 Collator ncol = Collator.getInstance(ULocale.US); local
38 if (!frcol.equals(ncol)) {
51 ncol = Collator.getInstance(ULocale.US);
52 if (!uscol.equals(ncol)) {
62 Collator ncol = Collator.getInstance(fu_FU); local
63 if (!frcol.equals(ncol)) {
100 ncol = Collator.getInstance(fu_FU);
101 if (!fucol.equals(ncol)) {
117 Collator ncol = Collator.getInstance(ULocale.US); local
118 if (!ncol.getLocale(ULocale.VALID_LOCALE).equals(ULocale.US))
264 Collator ncol = Collator.getInstance(ULocale.US); local
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 522 callback(void *udata, int ncol, char **data, char **cols)
539 arr = (*env)->NewObjectArray(env, ncol, C_java_lang_String, 0);
540 for (i = 0; i < ncol; i++) {
569 arr = (*env)->NewObjectArray(env, ncol,
571 for (i = 0; i < ncol; i++) {
615 if (h->ver >= 0x020506 && cols[ncol]) {
620 arr = (*env)->NewObjectArray(env, ncol,
622 for (i = 0; i < ncol; i++) {
623 if (cols[i + ncol]) {
627 cols[i + ncol], &ty)
2624 long ncol = 0; local
4047 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4069 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4091 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4113 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4150 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4187 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4225 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4252 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4279 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4306 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
    [all...]
  /external/ceres-solver/internal/ceres/
suitesparse.cc 59 triplet.ncol = A->num_cols();
78 triplet.ncol = A->num_rows(); // swap row and columns
99 m.ncol = A->num_rows();
227 block_matrix.ncol = num_col_blocks;
covariance_impl.cc 449 cholmod_jacobian.ncol = num_cols;
485 cholmod_jacobian.ncol,
494 if (rank < cholmod_jacobian.ncol) {
496 << "Number of columns: " << cholmod_jacobian.ncol
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 57 res.ncol = mat.cols();
128 res.ncol = mat.cols();
129 res.nzmax = res.nrow * res.ncol;
145 (cm.nrow, cm.ncol, static_cast<Index*>(cm.p)[cm.ncol],
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 128 inline Index cols() const { return m_cR->ncol; }
182 Index n = m_cR->ncol;
256 res = Matrix<Scalar,ResType::RowsAtCompileTime,ResType::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x), x_cd->nrow, x_cd->ncol);
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 160 res.ncol = mat.cols();
175 res.ncol = mat.rows();
181 res.ncol = mat.cols();
217 res.ncol = mat.cols();
234 res.ncol = mat.rows();
240 res.ncol = mat.cols();
277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
280 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
407 m_sluB.ncol = 0;
  /external/libvncserver/x11vnc/
inet.c 140 int ncol = 0, nhex = 0; local
157 ncol++;
168 if (ncol < 2 || ncol > 8 || nhex == 0) {
  /external/mksh/src/
edit.c 5127 int ncol = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 814 milliseconds