/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
NormalizerTest.java | 131 * @tests java.text.Normalizer#normalize(CharSequence, Form) 135 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFC)); 136 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFD)); 137 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFKC)); 138 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFKD)); 141 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFC)); 142 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFD)); 143 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFKC)); 144 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFKD)); 147 assertEquals("\ufb03", Normalizer.normalize(src, Form.NFC)) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatPoint.cpp | 55 void FloatPoint::normalize() function in class:WebCore::FloatPoint
|
/external/chromium_org/third_party/icu/source/common/ |
filterednormalizer2.cpp | 30 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2 43 return normalize(src, dest, USET_SPAN_SIMPLE, errorCode); 54 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2 71 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit), 114 return normalize(second, first, errorCode); 143 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
|
/external/chromium_org/third_party/skia/src/core/ |
SkPoint.cpp | 78 bool SkPoint::normalize() { function in class:SkPoint 107 SkScalar SkPoint::Normalize(SkPoint* pt) {
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkLineParameters.h | 21 // distance, it's necessary to either call normalize() after xxxEndPoints(), or 117 bool normalize() { function in class:SkLineParameters
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Hyperplane.h | 114 void normalize(void) function in class:Eigen::Hyperplane
|
/external/icu4c/common/ |
filterednormalizer2.cpp | 32 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2 45 return normalize(src, dest, USET_SPAN_SIMPLE, errorCode); 56 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2 73 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit), 116 return normalize(second, first, errorCode); 145 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
|
/external/replicaisland/src/com/replica/replicaisland/ |
Vector2.java | 100 public final float normalize() { method in class:Vector2
|
/external/skia/src/core/ |
SkPoint.cpp | 78 bool SkPoint::normalize() { function in class:SkPoint 107 SkScalar SkPoint::Normalize(SkPoint* pt) {
|
/external/skia/src/pathops/ |
SkLineParameters.h | 21 // distance, it's necessary to either call normalize() after xxxEndPoints(), or 117 bool normalize() { function in class:SkLineParameters
|
/frameworks/base/libs/hwui/ |
Vector.h | 89 void normalize() { function in struct:android::uirenderer::Vector2 97 v.normalize();
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
Point.java | 84 public Point normalize() { method in class:Point
|
/frameworks/compile/mclinker/lib/Core/ |
Linker.cpp | 67 if (!normalize(pModule, pBuilder)) 76 /// normalize - to convert the command line language to the input tree. 77 bool Linker::normalize(Module& pModule, IRBuilder& pBuilder) function in class:Linker 98 // 4. - normalize the input tree 102 m_pObjLinker->normalize();
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
cdatasectionnormalize.java | 32 * use of the "normalize()" method from the Element interface. 34 * the "normalize()" method. The Element under contains 36 * by the "normalize()" method. 72 lChild.normalize();
|
elementnormalize.java | 31 * The "normalize()" method puts all the nodes in the full 73 root.normalize();
|
hc_attrnormalize.java | 78 ((Element) /*Node */testNode).normalize(); method
|
hc_elementnormalize.java | 31 * Append a couple of text nodes to the first sup element, normalize the 75 root.normalize();
|
hc_elementnormalize2.java | 31 * Add an empty text node to an existing attribute node, normalize the containing element 76 element.normalize();
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
normalize01.java | 34 * The "normalize()" method puts all the nodes in the full 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a> 79 root.normalize();
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
HCNodeDocumentFragmentNormalize.java | 11 * Create a document fragment with two adjacent text nodes, normalize and see if 62 docFragment.normalize(); 78 docFragment.normalize();
|
Normalize.java | 34 * The "normalize()" method puts all the nodes in the full 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a> 48 public final class Normalize extends DOMTestCase { 84 root.normalize();
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameNormalizer.java | 77 public static String normalize(String name) { method in class:NameNormalizer
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 12 def normalize(format): function 27 self.assertEqual(normalize(v.format), normalize(fmt))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 4 from unicodedata import normalize namespace 90 return normalize(self.normal_form, s) 125 # Skip the test on darwin, because darwin does normalize the filename to 126 # NFD (a variant of Unicode NFD form). Normalize the filename to NFC, NFKC, 127 # NFKD in Python is useless, because darwin will normalize it later and so 134 others |= set(normalize(nf, file) for file in files)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 12 def normalize(format): function 27 self.assertEqual(normalize(v.format), normalize(fmt))
|