Lines Matching refs:vt_string
308 if (n[c].type == vt_string && amlen > 0 && in cloneValue()
811 val->type = vt_string; in getMappingFormat()
844 val->type = vt_string; in getMappingFormat()
863 val->type = vt_string; in getMappingFormat()
940 if (v1->type == vt_string) in explodeValues()
948 if (v2->type == vt_string) in explodeValues()
966 if (v1->type == vt_string) in explodeValues()
974 if (v2->type == vt_string) in explodeValues()
992 if (v1->type == vt_string) in explodeValues()
1000 if (v2->type == vt_string) in explodeValues()
1018 if (v1->type == vt_string) in explodeValues()
1026 if (v2->type == vt_string) in explodeValues()
1049 v->type = (v1->type == vt_string) ? in explodeValues()
1050 ((v2->type == vt_string) ? in explodeValues()
1051 vt_string : vt_ber) : vt_ber; in explodeValues()
1280 val->type = vt_string; in getMappingItem()
1302 val->type = vt_string; in getMappingItem()
1641 if (alen > 0 && v->type == vt_string && in concatenateValues()
1669 val->type != vt_string) { in splitMappingItem()
2100 inVal == 0 || inVal->numVals < 1 || inVal->type != vt_string) in matchMappingItem()
2134 v[0]->type = vt_string; in matchMappingItem()
2156 v[n]->type = vt_string; in matchMappingItem()
2235 val->numVals <= 0 || val->type != vt_string) { in extractMappingItem()
2324 if (val != 0 && val->type == vt_string) { in stringElide()