Searched defs:str_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/logging/win/
H A Dmof_data_parser.cc16 const uint8* const str_end = str_scan + length_; local
17 while (str_scan < str_end && *str_scan != 0)
19 if (str_scan == str_end)
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1177 char* str_end = endptr; local
1180 do c = *--str_end;
1181 while( str_end > ptr && c == ' ' );
1182 str_end++;
1183 CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, ptr, (int)(str_end - ptr) ));

Completed in 259 milliseconds