10 writes to saAbbrevEraNames
mscorlib (10)
system\globalization\calendardata.cs (10)
99
invariant.
saAbbrevEraNames
= new String[] { "AD" }; // Abbreviated Era names
143
if (this.saAbbrevEraNames == null) this.
saAbbrevEraNames
= Invariant.saAbbrevEraNames; // Abbreviated Era Names
298
this.
saAbbrevEraNames
= new String[] { "AD" };
305
this.
saAbbrevEraNames
= new String[] { "AD" };
309
this.
saAbbrevEraNames
= JapaneseCalendar.AbbrevEraNames();
316
this.
saAbbrevEraNames
= new String[] { "\x0780\x002e" };
320
this.
saAbbrevEraNames
= new String[] { "\x0647\x0640" };
325
this.
saAbbrevEraNames
= new String[1];
339
this.
saAbbrevEraNames
= this.saEraNames;
345
this.
saAbbrevEraNames
= this.saEraNames;
11 references to saAbbrevEraNames
mscorlib (11)
system\globalization\calendardata.cs (10)
143
if (this.
saAbbrevEraNames
== null) this.saAbbrevEraNames = Invariant.
saAbbrevEraNames
; // Abbreviated Era Names
296
if (this.
saAbbrevEraNames
== null || this.
saAbbrevEraNames
.Length == 0 || String.IsNullOrEmpty(this.
saAbbrevEraNames
[0]))
328
this.
saAbbrevEraNames
[0] = this.saEraNames[0].Substring(2,2);
332
this.
saAbbrevEraNames
[0] = this.saEraNames[0];
337
if (this.
saAbbrevEraNames
== null || this.
saAbbrevEraNames
.Length == 0 || String.IsNullOrEmpty(this.
saAbbrevEraNames
[0]))
system\globalization\culturedata.cs (1)
2739
return this.GetCalendar(calendarId).
saAbbrevEraNames
;