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

  /external/icu4c/i18n/
nfrs.h 55 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 154 private boolean isNamed = true;
321 result.isNamed = false;
409 if (this.isNamed) {
480 if (this.isNamed) {
507 if (this.isNamed) {
533 if (this.isNamed) {
560 if (this.isNamed) {
    [all...]

Completed in 71 milliseconds