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

  /external/chromium/third_party/icu/source/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 */
  /external/icu4c/tools/genrb/
reslist.h 133 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
138 * This function only undoes what string_open() did.
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);
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);
    [all...]
reslist.c 901 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { function
968 /* TODO: make alias_open and string_open use the same code */
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 2426 $string_open = true; variable
2579 $string_open = false; variable
    [all...]

Completed in 112 milliseconds