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

  /external/icu4c/tools/genrb/
reslist.h 133 struct SResource *string_open(struct SRBRoot *bundle, const 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 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);*/
    [all...]
reslist.c 901 struct SResource *string_open(struct SRBRoot *bundle, const 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 533 milliseconds