• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/

Lines Matching refs:bundle

104     struct SRBRoot *bundle;
433 result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status);
511 result = string_open(state->bundle, tag, pTarget, size, NULL, status);
567 dependencyArray = array_open(state->bundle, "%%DEPENDENCY", NULL, status);
570 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
572 elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
603 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
635 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
1061 struct SResource *collationBin = bin_open(state->bundle, "%%CollationBin", totalSize, dest, NULL, NULL, status);
1088 result = table_open(state->bundle, tag, NULL, status);
1156 collationRes = table_open(state->bundle, subtag, NULL, status);
1190 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1203 /* Necessary, because CollationElements requires the bundle->fRoot member to be present which,
1306 result = table_open(state->bundle, tag, comment, status);
1325 result = array_open(state->bundle, tag, comment, status);
1368 member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
1421 result = intvector_open(state->bundle, tag, comment, status);
1557 result = bin_open(state->bundle, tag, (i >> 1), value,NULL, comment, status);
1571 result = bin_open(state->bundle, tag, 0, NULL, "",comment,status);
1618 result = int_open(state->bundle, tag, value, comment, status);
1736 result = bin_open(state->bundle, tag, len, data, fullname, comment, status);
1817 result = string_open(state->bundle, tag, uBuffer, len, comment, status);
2072 error(startline, "error: %s resource type not valid except on top bundle level", gResourceTypes[resType].nameChars);
2124 state.bundle = bundle_open(&comment, FALSE, status);
2126 if (state.bundle == NULL || U_FAILURE(*status))
2132 bundle_setlocale(state.bundle, tokenValue->fChars, status);
2134 /* The following code is to make Empty bundle work no matter with :table specifer or not */
2169 bundle_close(state.bundle, status);
2179 state.bundle->noFallback=TRUE;
2182 realParseTable(&state, state.bundle->fRoot, NULL, line, status);
2184 table_add(state.bundle->fRoot, dependencyArray, 0, status);
2189 bundle_close(state.bundle, status);
2196 warning(line, "extraneous text after resource bundle (perhaps unmatched braces)");
2205 return state.bundle;