Home
last modified time | relevance | path

Searched refs:str_end (Results 1 – 2 of 2) sorted by relevance

/external/stlport/src/
Dnum_put_float.cpp876 string::const_iterator str_ite(str.begin()), str_end(str.end()); local
880 while (str_ite != str_end) {
889 if (str_ite != str_end) {
894 if (str_ite != str_end) {
896 while (++str_ite != str_end) {
/external/opencv/cxcore/src/
Dcxpersistence.cpp1177 char* str_end = endptr; in icvYMLParseValue() local
1180 do c = *--str_end; in icvYMLParseValue()
1181 while( str_end > ptr && c == ' ' ); in icvYMLParseValue()
1182 str_end++; in icvYMLParseValue()
1183 … CV_CALL( node->data.str = cvMemStorageAllocString( fs->memstorage, ptr, (int)(str_end - ptr) )); in icvYMLParseValue()