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

  /external/cldr/tools/java/org/unicode/cldr/tool/
MakeTransliterator.java 498 static UnicodeSet targetChars = new UnicodeSet();
514 targetChars.clear().addAll(zappedTarget); //
516 if (targetChars.equals(targetCoreChars)) {
519 targetChars.removeAll(short_vowels);
521 if (targetChars.equals(targetCoreChars)) {
525 targetChars.removeAll(vowels);
527 if (targetChars.equals(targetCoreChars)) {
531 tempDiff.clear().addAll(targetChars).removeAll(targetCoreChars);
533 tempDiff.clear().addAll(targetCoreChars).removeAll(targetChars);
  /external/icu/icu4c/source/common/
ucnv2022.cpp 439 char *targetChars = (char *)*target;
440 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
442 *target = (uint8_t*)targetChars;
    [all...]

Completed in 455 milliseconds