Home | History | Annotate | Download | only in collator

Lines Matching defs:NFD

52         String NFD;
91 t[noCases].NFD = Normalizer.normalize(u, Normalizer.NFD);
93 if (t[noCases].NFC.length() != t[noCases].NFD.length()
94 || (t[noCases].NFC.compareTo(t[noCases].NFD) != 0)
95 || (len != t[noCases].NFD.length())
96 || (comp.compareTo(t[noCases].NFD) != 0)) {
98 if (len != t[noCases].NFD.length()
99 || (comp.compareTo(t[noCases].NFD) != 0)) {
108 if (!coll.equals(t[u].NFC, t[u].NFD)) {
111 CollationTest.doTest(this, coll, t[u].NFC, t[u].NFD, 0);
124 if (!coll.equals(t[u].NFC, t[u].NFD)) {
130 CollationTest.doTest(this, coll, t[u].NFC, t[u].NFD,