Lines Matching defs:string
34 int32_t len; /** length of the string **/
35 const UChar* string; /** string, or NULL if not set **/
166 // look up string
170 // found a relative string
253 if (fDates[n].string != NULL &&
254 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) {
255 // it matched, handle the relative day string
264 // failure in setting calendar field, set offset to beginning of rel day string
285 if (fDates[n].string != NULL &&
286 (relativeStringOffset = modifiedText.indexOf(fDates[n].string, fDates[n].len, startIndex)) >= startIndex) {
325 // (i.e. the beginning of the relative day string)
367 return fDates[n].string;
551 // load the string and length
568 // copy the string pointer
570 fDates[n].string = aString;