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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 699 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
700 if (tznamesMatches != null) {
702 for (MatchInfo match : tznamesMatches) {
766 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
767 if (tznamesMatches != null) {
769 for (MatchInfo match : tznamesMatches) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 697 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
698 if (tznamesMatches != null) {
700 for (MatchInfo match : tznamesMatches) {
764 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
765 if (tznamesMatches != null) {
767 for (MatchInfo match : tznamesMatches) {
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 923 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
934 if (tznamesMatches != NULL) {
936 for (int32_t i = 0; i < tznamesMatches->size(); i++) {
937 int32_t len = tznamesMatches->getMatchLengthAt(i);
940 if (!tznamesMatches->getTimeZoneIDAt(i, bestMatchTzID)) {
942 if (tznamesMatches->getMetaZoneIDAt(i, mzID)) {
946 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i);
966 delete tznamesMatches
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 576 milliseconds