Lines Matching refs:vt_string
307 if (n[c].type == vt_string && amlen > 0 && in cloneValue()
810 val->type = vt_string; in getMappingFormat()
843 val->type = vt_string; in getMappingFormat()
862 val->type = vt_string; in getMappingFormat()
939 if (v1->type == vt_string) in explodeValues()
947 if (v2->type == vt_string) in explodeValues()
965 if (v1->type == vt_string) in explodeValues()
973 if (v2->type == vt_string) in explodeValues()
991 if (v1->type == vt_string) in explodeValues()
999 if (v2->type == vt_string) in explodeValues()
1017 if (v1->type == vt_string) in explodeValues()
1025 if (v2->type == vt_string) in explodeValues()
1048 v->type = (v1->type == vt_string) ? in explodeValues()
1049 ((v2->type == vt_string) ? in explodeValues()
1050 vt_string : vt_ber) : vt_ber; in explodeValues()
1279 val->type = vt_string; in getMappingItem()
1301 val->type = vt_string; in getMappingItem()
1640 if (alen > 0 && v->type == vt_string && in concatenateValues()
1668 val->type != vt_string) { in splitMappingItem()
2099 inVal == 0 || inVal->numVals < 1 || inVal->type != vt_string) in matchMappingItem()
2133 v[0]->type = vt_string; in matchMappingItem()
2155 v[n]->type = vt_string; in matchMappingItem()
2234 val->numVals <= 0 || val->type != vt_string) { in extractMappingItem()
2323 if (val != 0 && val->type == vt_string) { in stringElide()