Lines Matching defs:string
30 int32_t len; /** length of the string **/
31 const UChar* string; /** string, or NULL if not set **/
143 // look up string
147 // found a relative string
212 if (fDates[n].string != NULL &&
213 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) {
214 // it matched, handle the relative day string
223 // failure in setting calendar field, set offset to beginning of rel day string
244 if (fDates[n].string != NULL &&
245 (relativeStringOffset = modifiedText.indexOf(fDates[n].string, fDates[n].len, startIndex)) >= startIndex) {
284 // (i.e. the beginning of the relative day string)
326 return fDates[n].string;
452 // load the string and length
469 // copy the string pointer
471 fDates[n].string = aString;