Lines Matching refs:skipWhiteSpace
547 int32_t nameIndex=index=skipWhiteSpace(index+argStartLength); in parseArg()
579 index=skipWhiteSpace(index); in parseArg()
594 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg()
599 index=skipWhiteSpace(index); in parseArg()
708 index=skipWhiteSpace(index); in parseChoiceStyle()
735 index=skipWhiteSpace(index); in parseChoiceStyle()
765 index=skipWhiteSpace(index+1); in parseChoiceStyle()
783 index=skipWhiteSpace(index); in parsePluralOrSelectStyle()
836 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle()
873 index=skipWhiteSpace(index); in parsePluralOrSelectStyle()
1006 MessagePattern::skipWhiteSpace(int32_t index) { in skipWhiteSpace() function in MessagePattern
1009 const UChar *t=PatternProps::skipWhiteSpace(s+index, msgLength-index); in skipWhiteSpace()