• Home
  • Raw
  • Download

Lines Matching refs:fChars

290     count = u_strlen(tokenValue->fChars);  in getInvariantString()
291 if(!uprv_isInvariantUString(tokenValue->fChars, count)) { in getInvariantString()
305 u_UCharsToChars(tokenValue->fChars, result, count+1); in getInvariantString()
348 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseUCARules()
489 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseTransliterator()
562 u_UCharsToChars(tokenValue->fChars, cs, tokenValue->fLength); in parseDependency()
580 …result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
582 … elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency()
613 …result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseString()
645 … result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseAlias()
857 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in addCollation()
1096 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in parseCollationElements()
1138 … u_UCharsToChars(tokenValue->fChars, typeKeyword, u_strlen(tokenValue->fChars) + 1); in parseCollationElements()
1220 if(uprv_isInvariantUString(tokenValue->fChars, -1)) { in realParseTable()
1221 u_UCharsToChars(tokenValue->fChars, subtag, u_strlen(tokenValue->fChars) + 1); in realParseTable()
1335 …member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments… in parseArray()
1819 if (u_strcmp(tokenValue->fChars, gResourceTypes[result].nameUChars) == 0) { in parseResourceType()
1824 if (u_strcmp(tokenValue->fChars, k_type_int) == 0) { in parseResourceType()
1827 else if (u_strcmp(tokenValue->fChars, k_type_bin) == 0) { in parseResourceType()
1832 u_austrncpy(tokenBuffer, tokenValue->fChars, sizeof(tokenBuffer)); in parseResourceType()
2011 state.bundle->setLocale(tokenValue->fChars, *status); in parse()