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

  /external/icu/icu4c/source/samples/legacy/
Makefile 18 # ( Will look for ICU_LEGACY/include/unicode/ucol.h )
49 oldcol.o : oldcol.cpp $(LEGACY_INCLUDE)/unicode/ucol.h
79 $(LEGACY_INCLUDE)/unicode/ucol.h:
oldcol.cpp 30 #include <unicode/ucol.h>
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 62 * (xusub,ucol,usub): ucol[*] stores the numerical values of
64 * subscript of nonzero ucol[k] is stored in usub[k].
65 * xusub[i] points to the starting location of column i in ucol.
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
87 ScalarVector ucol; // nonzero values of U ordered by columns member in struct:Eigen::internal::LU_GlobalLU_t
88 IndexVector usub; // row indices of U columns in ucol
89 IndexVector xusub; // Pointers to the beginning of each column of U in ucol
90 Index nzumax; // Current max size of ucol
SparseLU_copy_to_ucol.h 67 if (jsupno != ksupno ) // should go into ucol();
78 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions);
89 glu.ucol(nextu) = dense(irow);
SparseLU_Memory.h 181 || (expand<ScalarVector>(glu.ucol, glu.nzumax, 0, 0, num_expansions)<0)
191 } while (!glu.lusup.size() || !glu.ucol.size() || !glu.lsub.size() || !glu.usub.size());
SparseLU.h 646 // Copy the U-segments to ucol(*)
697 new (&m_Ustore) MappedSparseMatrix<Scalar, ColMajor, StorageIndex> ( m, n, m_nnzU, m_glu.xusub.data(), m_glu.usub.data(), m_glu.ucol.data() );
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 24 #include "unicode/ucol.h"
4029 UCollator* ucol; local
4090 UCollator *ucol; local
4129 UCollator* ucol; local
5802 UCollator * ucol = ucol_open("root", &status); local
    [all...]
citertst.c 26 #include "unicode/ucol.h"
1190 UCollator* ucol = ucol_open(tsceItemPtr->locale, &status); local
    [all...]
usrchtst.c 2740 UCollator* ucol = ucol_open(tuscItemPtr->locale, &status); local
    [all...]
  /external/icu/icu4c/source/samples/coll/
coll.cpp 40 #include <unicode/ucol.h>
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 41 #include <unicode/ucol.h>
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 398 uint8_t *ucol = (uint8_t *)urow; local
403 uint64_t U = *ucol;
418 ucol += ucolInc;
  /external/sqlite/android/
sqlite3_android.cpp 25 #include <unicode/ucol.h>
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 65 #include <unicode/ucol.h>
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 72 #include <unicode/ucol.h>
    [all...]

Completed in 436 milliseconds