Home | History | Annotate | Download | only in i18n

Lines Matching defs:string

31     int32_t len;            /** length of the string **/
32 const UChar* string; /** string, or NULL if not set **/
144 // look up string
148 // found a relative string
213 if (fDates[n].string != NULL &&
214 text.compare(startIndex, fDates[n].len, fDates[n].string) == 0) {
215 // it matched, handle the relative day string
224 // failure in setting calendar field, set offset to beginning of rel day string
245 if (fDates[n].string != NULL &&
246 (relativeStringOffset = modifiedText.indexOf(fDates[n].string, fDates[n].len, startIndex)) >= startIndex) {
285 // (i.e. the beginning of the relative day string)
327 return fDates[n].string;
458 // load the string and length
475 // copy the string pointer
477 fDates[n].string = aString;