Home | History | Annotate | Download | only in genrb

Lines Matching refs:string_open

414     result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status);
492 result = string_open(state->bundle, tag, pTarget, size, NULL, status);
551 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
553 elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
584 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
988 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1115 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1293 member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
1743 result = string_open(state->bundle, tag, uBuffer, len, comment, status);