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

1 2 3

  /external/chromium_org/third_party/icu/source/samples/legacy/
Makefile 15 # ( Will look for ICU_LEGACY/include/unicode/ucol.h )
46 oldcol.o : oldcol.cpp $(LEGACY_INCLUDE)/unicode/ucol.h
76 $(LEGACY_INCLUDE)/unicode/ucol.h:
oldcol.cpp 24 #include <unicode/ucol.h>
  /external/icu/icu4c/source/samples/legacy/
Makefile 15 # ( Will look for ICU_LEGACY/include/unicode/ucol.h )
46 oldcol.o : oldcol.cpp $(LEGACY_INCLUDE)/unicode/ucol.h
76 $(LEGACY_INCLUDE)/unicode/ucol.h:
oldcol.cpp 24 #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 66 if (jsupno != ksupno ) // should go into ucol();
77 mem = memXpand<ScalarVector>(glu.ucol, glu.nzumax, nextu, UCOL, glu.num_expansions);
88 glu.ucol(nextu) = dense(irow);
SparseLU_Memory.h 182 || (expand<ScalarVector>(glu.ucol, glu.nzumax, 0, 0, num_expansions)<0)
192 } while (!glu.lusup.size() || !glu.ucol.size() || !glu.lsub.size() || !glu.usub.size());
SparseLU.h 602 // Copy the U-segments to ucol(*)
649 new (&m_Ustore) MappedSparseMatrix<Scalar, ColMajor, Index> ( m, n, m_nnzU, m_glu.xusub.data(), m_glu.usub.data(), m_glu.ucol.data() );
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
CollatorICU.cpp 38 #include <unicode/ucol.h>
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_icu.c 25 #include <unicode/ucol.h>
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_icu.c 25 #include <unicode/ucol.h>
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 355 uint8_t *ucol = (uint8_t *)urow; local
360 uint64_t U = *ucol;
375 ucol += ucolInc;
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 54 * 01/29/01 synwee Modified into a C++ wrapper calling C APIs (ucol.h)
212 UCollator *ucol = ucol_safeClone(that.ucollator, NULL, NULL, &intStatus); local
218 ucollator = ucol;
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 23 #include "unicode/ucol.h"
4026 UCollator* ucol; local
4087 UCollator *ucol; local
4126 UCollator* ucol; local
5745 UCollator * ucol = ucol_open("root", &status); local
    [all...]
citertst.c 24 #include "unicode/ucol.h"
1188 UCollator* ucol = ucol_open(tsceItemPtr->locale, &status); local
    [all...]
  /external/chromium_org/third_party/icu/source/samples/coll/
coll.cpp 34 #include <unicode/ucol.h>
  /external/chromium_org/third_party/icu/source/samples/strsrch/
strsrch.cpp 36 #include <unicode/ucol.h>
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 37 #include <unicode/ucol.h>
  /external/icu/icu4c/source/samples/coll/
coll.cpp 34 #include <unicode/ucol.h>
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 36 #include <unicode/ucol.h>
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 23 #include "unicode/ucol.h"
5381 UCollator* ucol; local
5442 UCollator *ucol; local
5481 UCollator* ucol; local
7085 UCollator * ucol = ucol_open("root", &status); local
    [all...]
citertst.c 24 #include "unicode/ucol.h"
2132 UCollator* ucol = ucol_open(tsceItemPtr->locale, &status); local
    [all...]
  /external/icu/icu4c/source/i18n/
Android.mk 80 ucol.cpp ucoleitr.cpp \
  /external/sqlite/android/
sqlite3_android.cpp 24 #include <unicode/ucol.h>
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 60 #include <unicode/ucol.h>

Completed in 349 milliseconds

1 2 3