Home | History | Annotate | Download | only in genrb

Lines Matching refs:string_open

409     result = string_open(bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status);
487 result = string_open(bundle, tag, pTarget, size, NULL, status);
546 result = string_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
548 elem = string_open(bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
579 result = string_open(bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
792 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
916 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1094 member = string_open(bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
1544 result = string_open(bundle, tag, uBuffer, len, comment, status);