HomeSort by relevance Sort by last modified time
    Searched defs:MA (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
itspoof.cpp 128 const uint32_t MA = USPOOF_ANY_CASE;
150 CHECK_SKELETON(MA, "love", "1ove"); // lower case l to digit 1
152 CHECK_SKELETON(MA, "OOPS", "00PS"); // Letter O to digit 0 in any case mode only
158 // This mapping exists in the ML and MA tables, does not exist in SL, SA
163 CHECK_SKELETON(MA, "\\u0C83", "\\u0C03");
165 // 0391 ; 0041 ; MA # ( ? ? A ) GREEK CAPITAL LETTER ALPHA to LATIN CAPITAL LETTER A
166 // This mapping exists only in the MA table.
167 CHECK_SKELETON(MA, "\\u0391", "A");
172 // 13CF ; 0062 ; MA # CHEROKEE LETTER SI to LATIN SMALL LETTER B
173 // This mapping exists in the ML and MA table
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 140 const uint32_t MA = USPOOF_ANY_CASE;
162 CHECK_SKELETON(MA, "love", "1ove"); // lower case l to digit 1
164 CHECK_SKELETON(MA, "OOPS", "00PS"); // Letter O to digit 0 in any case mode only
170 // This mapping exists in the ML and MA tables, does not exist in SL, SA
175 CHECK_SKELETON(MA, "\\u0C83", "\\u0C03");
178 // This mapping exists only in the MA table.
179 CHECK_SKELETON(MA, "\\u0391", "A");
185 // This mapping exists in the ML and MA tables
187 CHECK_SKELETON(MA, "\\u13CF", "b");
196 CHECK_SKELETON(MA, "\\u0022", "\\u02B9\\u02B9")
    [all...]

Completed in 82 milliseconds