/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_gs.c | 111 /* On Gen4-5, we use the GS to decompose certain types of primitives.
|
/external/eigen/bench/btl/generic_bench/ |
btl.hh | 152 /** Decompose the current string as a path and a file.
|
/external/eigen/test/ |
testsuite.cmake | 72 # decompose as a pair key=value
|
/external/harfbuzz_ng/src/ |
hb-icu.cc | 254 * pairwise decompose API... */
|
hb-unicode.cc | 312 return ufuncs->decompose (ab, a, b);
|
hb-ot-shape-complex-arabic.cc | 352 NULL, /* decompose */
|
hb-ot-shape-complex-sea.cc | 379 NULL, /* decompose */
|
/external/icu4c/layout/ |
ThaiShaping.cpp | 279 // Decompose SARA AM into NIKHAHIT + SARA AA
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_gs.c | 111 /* On Gen4-5, we use the GS to decompose certain types of primitives.
|
/external/chromium_org/third_party/icu/source/common/ |
normalizer2impl.h | 75 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul 327 const UChar *decompose(const UChar *src, const UChar *limit, 457 UBool decompose(UChar32 c, uint16_t norm16,
|
normalizer2.cpp | 231 impl.decompose(src, limit, &buffer, errorCode); 241 return impl.decompose(src, limit, NULL, errorCode);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tstnorm.cpp | 855 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); 856 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); 865 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); 866 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); [all...] |
canittst.cpp | 183 Normalizer::decompose(s, FALSE, 0, decomp, status);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrix.cpp | 299 static bool decompose(const TransformationMatrix::Matrix4& mat, TransformationMatrix::DecomposedType& result) function in namespace:WebCore 1368 bool TransformationMatrix::decompose(DecomposedType& decomp) const function in class:WebCore::TransformationMatrix [all...] |
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 415 didDecompose|=builder.decompose(start, end, value); 422 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { function in class:Normalizer2DataBuilder 482 int32_t hangulLength=Hangul::decompose(c, buffer); [all...] |
/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 539 * \param matrix the matrix to decompose 558 * \param matrix the matrix to decompose 570 * \param matrix the matrix to decompose [all...] |
/external/icu4c/common/ |
normalizer2impl.h | 76 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { function in class:Hangul 419 const UChar *decompose(const UChar *src, const UChar *limit, 551 UBool decompose(UChar32 c, uint16_t norm16,
|
/external/ceres-solver/internal/ceres/ |
polynomial.cc | 74 // Decompose row_norm/col_norm into mantissa * 2^exponent,
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-arabic.cc | 370 NULL, /* decompose */
|
hb-ot-shape-complex-sea.cc | 379 NULL, /* decompose */
|
/external/icu4c/test/intltest/ |
canittst.cpp | 183 Normalizer::decompose(s, FALSE, 0, decomp, status);
|
/external/libselinux/include/selinux/ |
selinux.h | 34 When possible, decompose your application and use setexeccon()+execve()
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
plsql.php | 106 'DEPTH', 'DENSE_RANK', 'DECOMPOSE', 'DECODE', 'DBTIMEZONE',
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
LatinSmartDialMap.java | 37 * # Unicode characters that decompose into multiple characters i.e.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameLookupBuilder.java | 195 // Decompose and take a only lead-consonant for composed Korean characters.
|