HomeSort by relevance Sort by last modified time
    Searched refs:decomp (Results 26 - 42 of 42) sorted by null

12

  /external/icu4c/test/intltest/
ucdtest.cpp 358 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode); local
359 if(decomp.length()>1 && decomp[0]==0x49) {
365 errln("[canon start set of 0049] != [all c with canon decomp with 0049]");
370 // "[canon start set of 0049]", "[all c with canon decomp with 0049]",
tstnorm.cpp 168 logln("testing decomp...");
272 UnicodeString decomp[1][3]; local
273 decomp[0][0] = str("\\u0f77");
274 decomp[0][1] = str("\\u0f77");
275 decomp[0][2] = str("\\u0fb2\\u0f71\\u0f80");
282 staticTest(UNORM_NFD, 0, decomp, ARRAY_LENGTH(decomp), 1);
283 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
346 // Expect col2 x DECOMP => col
    [all...]
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...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 255 bool decompose(DecomposedType& decomp) const;
256 void recompose(const DecomposedType& decomp);
  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
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...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 354 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
358 DecomposeNormalizer2 decomp; member in struct:Norm2AllModes
449 return allModes!=NULL ? &allModes->decomp : NULL;
476 return allModes!=NULL ? &allModes->decomp : NULL;
610 return &allModes->decomp;
normalizer2impl.cpp 543 const UChar *decomp=NULL; local
548 return decomp;
555 decomp=buffer;
614 // decomp after-boundary: same as hasFCDBoundaryAfter(),
    [all...]
  /external/icu4c/common/
normalizer2.cpp 424 Norm2AllModes() : comp(impl, FALSE), decomp(impl), fcd(impl), fcc(impl, TRUE) {}
428 DecomposeNormalizer2 decomp; member in struct:Norm2AllModes
519 return allModes!=NULL ? &allModes->decomp : NULL;
541 return allModes!=NULL ? &allModes->decomp : NULL;
690 return &allModes->decomp;
    [all...]
normalizer2impl.cpp 566 const UChar *decomp=NULL; local
571 return decomp;
578 decomp=buffer;
689 // decomp after-boundary: same as hasFCDBoundaryAfter(),
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 1285 DecomposedTransform decomp; local
1309 DecomposedTransform decomp; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 1697 gfx::DecomposedTransform decomp; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 355 milliseconds

12