HomeSort by relevance Sort by last modified time
    Searched refs:Cyrillic (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
alphaindextst.cpp 80 additions.add((UChar32)0x410).add((UChar32)0x415); // A couple of Cyrillic letters
88 // 2 Cyrillic letters plus
147 const UnicodeString Cyrillic = UNICODE_STRING_SIMPLE("\\u0410\\u0443\\u0435").unescape();
264 n = index->getBucketIndex(Cyrillic, status);
286 n = index->getBucketIndex(Cyrillic, status);
  /external/v8/test/mjsunit/regress/
regress-486.js 28 var st = "\u0422\u0435\u0441\u0442"; // Test in Cyrillic characters.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerProximityInfo.java 123 private static class Cyrillic {
182 return Cyrillic.PROXIMITY;
193 return Cyrillic.getIndexOf(codePoint);
  /external/v8/test/mjsunit/
cyrillic.js 31 // Cyrillic.
32 var cyrillic = {
39 // Actually no characters are between the cases in Cyrillic.
63 // Test Cyrillic and Greek separately.
65 var chars = (lang == 0) ? cyrillic : greek;
103 // Test range that covers both greek and cyrillic characters.
105 assertTrue(Range(greek.FIRST, cyrillic.last).test(greek[key]), 17 + key);
106 if (cyrillic[key]) {
107 assertTrue(Range(greek.FIRST, cyrillic.last).test(cyrillic[key]), 18 + key)
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 60 // Cyrillic letter followed buy ( should return punicode for ( escaped before punicode string was created. I.e.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 87 # IBM Cyrillic
115 Cp880 EBCDIC-Cyrillic,IBM880,csIBM880

Completed in 182 milliseconds