HomeSort by relevance Sort by last modified time
    Searched defs:decomp (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.cpp 55 TransformationMatrix::DecomposedType decomp; local
56 toT.decompose(decomp);
58 if (decomp.perspectiveZ) {
59 double val = -1.0 / decomp.perspectiveZ;
RotateTransformOperation.cpp 72 TransformationMatrix::DecomposedType decomp; local
73 toT.decompose(decomp);
76 double x = -decomp.quaternionX;
77 double y = -decomp.quaternionY;
78 double z = -decomp.quaternionZ;
86 angle = rad2deg(acos(decomp.quaternionW) * 2);
  /external/icu4c/test/intltest/
canittst.cpp 178 UnicodeString decomp, comp; local
183 Normalizer::decompose(s, FALSE, 0, decomp, status);
186 // skip characters that don't have either decomp.
188 if (s == decomp && s == comp) {
198 if (item == decomp) gotDecomp = TRUE;
ucdtest.cpp 356 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode); local
357 if(decomp.length()>1 && decomp[0]==0x49) {
363 errln("[canon start set of 0049] != [all c with canon decomp with 0049]");
368 // "[canon start set of 0049]", "[all c with canon decomp with 0049]",
regcoll.cpp 168 String[] decomp = {
172 "\u00C0", "=", "A\u0300" // Decomp should make these equal
180 static const UChar decomp[][CollationRegressionTest::MAX_TOKEN_LEN] = local
195 compareArray(*c, decomp, ARRAY_LENGTH(decomp));
    [all...]
transrt.cpp 133 UnicodeString decomp; local
135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
139 for (int i = 0; i < decomp.length(); ++i) { // don't worry about surrogates
140 switch (getType(decomp.charAt(i))) {
141 case 0: t = getType(decomp.charAt(i+1));
144 case 1: t = getType(decomp.charAt(i-1));
147 case 2: t = getType(decomp.charAt(i-1));
179 UnicodeString decomp; local
181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec);
190 for (int32_t i = 0; i < decomp.length(); ++i)
    [all...]
tstnorm.cpp 167 logln("testing decomp...");
271 UnicodeString decomp[1][3]; local
272 decomp[0][0] = str("\\u0f77");
273 decomp[0][1] = str("\\u0f77");
274 decomp[0][2] = str("\\u0fb2\\u0f71\\u0f80");
281 staticTest(UNORM_NFD, 0, decomp, ARRAY_LENGTH(decomp), 1);
282 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
345 // Expect col2 x DECOMP => col
    [all...]
  /external/icu4c/common/
caniter.cpp 510 const UChar *decomp=decompString.getBuffer(); local
518 U16_NEXT(decomp, decompPos, decompLen, decompCp);
524 if (cp == decompCp) { // if equal, eat another cp from decomp
528 if (decompPos == decompLen) { // done, have all decomp characters!
533 U16_NEXT(decomp, decompPos, decompLen, decompCp);
546 // if the decomp class < the segment class, we fail
normalizer2.cpp 366 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
370 DecomposeNormalizer2 decomp; member in struct:Norm2AllModes
461 return allModes!=NULL ? &allModes->decomp : NULL;
488 return allModes!=NULL ? &allModes->decomp : NULL;
622 return &allModes->decomp;
normalizer2impl.cpp 543 const UChar *decomp=NULL; local
548 return decomp;
555 decomp=buffer;
619 // decomp after-boundary: same as hasFCDBoundaryAfter(),
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 124 UChar *decomp; member in struct:__anon7445
ucol_elm.cpp 1624 const UChar *decomp; local
1747 UChar decomp[256], comp[256]; local
1863 UChar decomp[256]; local
    [all...]
  /external/zlib/src/contrib/blast/
blast.c 276 local int decomp(struct state *s) function
397 err = 2; /* then skip decomp(), return error */
399 err = decomp(&s); /* decompress */
  /external/chromium/net/spdy/
spdy_framer.cc 1237 z_stream* decomp = GetHeaderDecompressor(); local
1289 z_stream* decomp = GetHeaderDecompressor(); local
    [all...]
  /external/icu4c/test/cintltst/
cnormtst.c 1476 UChar decomp[32]; local
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 763 spdy_decompress_header_block(tvbuff_t *tvb, z_streamp decomp,
771 decomp->next_in = (Bytef *)hptr;
772 decomp->avail_in = length;
773 decomp->next_out = uncomp_block;
774 decomp->avail_out = bufsize;
775 retcode = inflate(decomp, Z_SYNC_FLUSH);
777 if (decomp->adler != dictionary_id) {
779 (guint)decomp->adler, dictionary_id);
781 retcode = inflateSetDictionary(decomp,
785 retcode = inflate(decomp, Z_SYNC_FLUSH)
1096 z_streamp decomp = frame_type == SPDY_SYN_STREAM ? local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2471 milliseconds