Home | History | Annotate | Download | only in genrb

Lines Matching refs:fChars

288     count = u_strlen(tokenValue->fChars);
289 if(!uprv_isInvariantUString(tokenValue->fChars, count)) {
303 u_UCharsToChars(tokenValue->fChars, result, count+1);
346 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
487 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
560 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength);
578 fChars, tokenValue->fLength, comment, status);
580 elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status);
611 result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
643 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
855 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1089 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1131 u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1);
1153 /*member = string_open(bundle, subtag, tokenValue->fChars, tokenValue->fLength, status);*/
1213 if(uprv_isInvariantUString(tokenValue->fChars, -1)) {
1214 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1);
1328 member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments, status);
1812 if (u_strcmp(tokenValue->fChars, gResourceTypes[result].nameUChars) == 0) {
1817 if (u_strcmp(tokenValue->fChars, k_type_int) == 0) {
1820 else if (u_strcmp(tokenValue->fChars, k_type_bin) == 0) {
1825 u_austrncpy(tokenBuffer, tokenValue->fChars, sizeof(tokenBuffer));
2004 state.bundle->setLocale(tokenValue->fChars, *status);