HomeSort by relevance Sort by last modified time
    Searched full:string_open (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/genrb/
reslist.h 102 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
parse.c 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);
789 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
913 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1091 member = string_open(bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
    [all...]
reslist.c 523 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { function
555 /* TODO: make alias_open and string_open use the same code */

Completed in 139 milliseconds