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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 638 private void setNameIfEmpty(UResource.Key key, UResource.Value value) {
655 setNameIfEmpty(key, value); // could be value.isNoInheritanceMarker()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 636 private void setNameIfEmpty(UResource.Key key, UResource.Value value) {
653 setNameIfEmpty(key, value); // could be value.isNoInheritanceMarker()
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 781 void setNameIfEmpty(const char* key, const ResourceValue* value, UErrorCode& errorCode) {
798 setNameIfEmpty(key, NULL, errorCode);
800 setNameIfEmpty(key, &value, errorCode);
    [all...]

Completed in 239 milliseconds