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

/external/icu4c/tools/genrb/
H A Dreslist.h133 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.
H A Dparse.c414 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);*/
1115 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1293 member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
1743 result = string_open(state->bundle, tag, uBuffer, len, comment, status);
H A Dreslist.c901 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 */
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2426 $string_open = true; variable
2579 $string_open = false; variable
2581 } while($string_open);

Completed in 116 milliseconds