Searched refs:skipIdentifier (Results 1 – 8 of 8) sorted by relevance
83 static const UChar *skipIdentifier(const UChar *s, int32_t length);
212 PatternProps::skipIdentifier(const UChar *s, int32_t length) { in skipIdentifier() function in PatternProps
554 index=skipIdentifier(index); in parseArg()817 index=skipIdentifier(index); in parsePluralOrSelectStyle()1014 MessagePattern::skipIdentifier(int32_t index) { in skipIdentifier() function in MessagePattern1017 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()
164 public static int skipIdentifier(CharSequence s, int i) { in skipIdentifier() method in PatternProps
166 public static int skipIdentifier(CharSequence s, int i) { in skipIdentifier() method in PatternProps
958 index=skipIdentifier(index); in parseArg()1179 index=skipIdentifier(index); in parsePluralOrSelectStyle()1381 private int skipIdentifier(int index) {1382 return PatternProps.skipIdentifier(msg, index);
1029 index=skipIdentifier(index); in parseArg()1250 index=skipIdentifier(index); in parsePluralOrSelectStyle()1452 private int skipIdentifier(int index) {1453 return PatternProps.skipIdentifier(msg, index);
882 int32_t skipIdentifier(int32_t index);