Home | History | Annotate | Download | only in translit

Lines Matching defs:can

255      * inverses -- we can't throw any random string at the composition
402 // Latin-Arabic has been temporarily removed until it can be
918 expect(toTitle, "the quick brown foX caN'T jump over the laZy dogs.",
919 "The Quick Brown FoX Can't Jump Over The LaZy Dogs.");
2235 expect(t, "a\u0300b can't abe", "A\u0300b Can't Abe");
2844 // strings can match that the longest one is matched.
2862 * Test that user-registered transliterators can be used under function
3027 CanonicalIterator can = new CanonicalIterator("");
3037 can.setSource(s);
3038 for (String t = can.next(); t != null; t = can.next()) {
3073 can.setSource(source + trail);
3074 for (String t = can.next(); t != null; t = can.next()) {
3107 // can.setSource(s+"\u0334");
3108 // for (String t = can.next(); t != null; t = can.next()) {
3111 // can.setSource(s+"\u0345");
3112 // for (String t = can.next(); t != null; t = can.next()) {
3115 // can.setSource(s+"\u0323");
3116 // for (String t = can.next(); t != null; t = can.next()) {
3373 // TODO can make the calculations slightly faster... Not sure if it is worth the complication, tho'