Searched refs:memberComments (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp1321 struct UString memberComments; local
1335 ustr_init(&memberComments);
1341 ustr_setlen(&memberComments, 0, status);
1344 token = peekToken(state, 0, &tokenValue, NULL, &memberComments, status);
1367 getToken(state, &tokenValue, &memberComments, NULL, status);
1368 member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
1372 member = parseResource(state, NULL, &memberComments, status);
1405 ustr_deinit(&memberComments);
1419 struct UString memberComments; local
1431 ustr_init(&memberComments);
[all...]

Completed in 166 milliseconds