Home | History | Annotate | Download | only in i18n

Lines Matching refs:strings

67 // Strings of last resort.  These are only used if we have no resource
124 // These are the zone strings of last resort.
251 // All strings in a DateFormatSymbols object are created in one of the following
254 // - readonly-aliases or allocated strings from constants
255 // - safely cloned strings (with owned buffers) from setXYZ() functions
259 // *and* for as long as all the strings are in *private* fields, preventing
260 // a subclass from creating these strings in an "unsafe" way (with respect to fastCopyFrom()).
272 * Create a copy, in fZoneStrings, of the given zone strings array. The
346 // Other zone strings data is created on demand
1052 // Create an istance of ZoneStringFormat by the custom zone strings array
1107 DateFormatSymbols::setZoneStrings(const UnicodeString* const *strings, int32_t rowCount, int32_t columnCount)
1116 createZoneStrings((const UnicodeString**)strings);
1173 // readonly aliases - all "data" strings are constant
1174 // -1 as length for variable-length strings (gLastResortDayNames[0] is empty)