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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 77 * 'sawSource' is true if there was an explicit source in the
79 * source of ANY is returned and 'sawSource' is set to false.
89 public boolean sawSource;
94 sawSource = sawS;
682 boolean sawSource = true;
685 sawSource = false;
691 return new Specs(source, target, variant, sawSource, filter);
708 if (specs.sawSource) {
749 if (specs.sawSource) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 76 * 'sawSource' is true if there was an explicit source in the
78 * source of ANY is returned and 'sawSource' is set to false.
88 public boolean sawSource;
93 sawSource = sawS;
681 boolean sawSource = true;
684 sawSource = false;
690 return new Specs(source, target, variant, sawSource, filter);
707 if (specs.sawSource) {
748 if (specs.sawSource) {
  /external/icu/icu4c/source/i18n/
tridpars.cpp 61 sawSource = sawS;
797 UBool sawSource = TRUE;
800 sawSource = FALSE;
806 return new Specs(source, target, variant, sawSource, filter);
824 if (specs->sawSource) {
878 if (specs.sawSource) {
tridpars.h 61 * 'sawSource' is true if there was an explicit source in the
63 * source of ANY is returned and 'sawSource' is set to false.
74 UBool sawSource;
transreg.cpp 711 UBool sawSource;
712 TransliteratorIDParser::IDtoSTV(ID, source, target, variant, sawSource);
927 UBool sawSource;
928 TransliteratorIDParser::IDtoSTV(ID, source, target, variant, sawSource);
    [all...]
translit.cpp 747 UBool sawSource;
748 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource);
    [all...]

Completed in 1179 milliseconds