Lines Matching refs:skipWhiteSpace
545 int32_t nameIndex=index=skipWhiteSpace(index+argStartLength); in parseArg()
577 index=skipWhiteSpace(index); in parseArg()
592 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg()
597 index=skipWhiteSpace(index); in parseArg()
706 index=skipWhiteSpace(index); in parseChoiceStyle()
733 index=skipWhiteSpace(index); in parseChoiceStyle()
763 index=skipWhiteSpace(index+1); in parseChoiceStyle()
781 index=skipWhiteSpace(index); in parsePluralOrSelectStyle()
834 int32_t valueIndex=skipWhiteSpace(index+1); // The ':' is at index. in parsePluralOrSelectStyle()
871 index=skipWhiteSpace(index); in parsePluralOrSelectStyle()
1004 MessagePattern::skipWhiteSpace(int32_t index) { in skipWhiteSpace() function in MessagePattern
1007 const UChar *t=PatternProps::skipWhiteSpace(s+index, msgLength-index); in skipWhiteSpace()