Searched refs:str_end (Results 1 – 2 of 2) sorted by relevance
1177 char* str_end = endptr; in icvYMLParseValue() local1180 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()
1277 char* str_end = endptr; in icvYMLParseValue() local1280 do c = *--str_end; in icvYMLParseValue()1281 while( str_end > ptr && c == ' ' ); in icvYMLParseValue()1282 str_end++; in icvYMLParseValue()1283 … node->data.str = cvMemStorageAllocString( fs->memstorage, ptr, (int)(str_end - ptr) ); in icvYMLParseValue()