Home | History | Annotate | Download | only in cintltst

Lines Matching defs:strPtr

451         UChar * strPtr;
552 strPtr = u_strstr(strDateTime, minutesStr);
553 if ( strPtr != NULL ) {
554 int32_t beginIndex = strPtr - strDateTime;