Searched refs:skipIdentifier (Results 1 – 10 of 10) sorted by relevance
81 static const UChar *skipIdentifier(const UChar *s, int32_t length);
210 PatternProps::skipIdentifier(const UChar *s, int32_t length) { in skipIdentifier() function in PatternProps
552 index=skipIdentifier(index); in parseArg()815 index=skipIdentifier(index); in parsePluralOrSelectStyle()1012 MessagePattern::skipIdentifier(int32_t index) { in skipIdentifier() function in MessagePattern1015 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()
162 public static int skipIdentifier(CharSequence s, int i) { in skipIdentifier() method in PatternProps
164 public static int skipIdentifier(CharSequence s, int i) { in skipIdentifier() method in PatternProps
953 index=skipIdentifier(index); in parseArg()1174 index=skipIdentifier(index); in parsePluralOrSelectStyle()1376 private int skipIdentifier(int index) {1377 return PatternProps.skipIdentifier(msg, index);
1023 index=skipIdentifier(index); in parseArg()1244 index=skipIdentifier(index); in parsePluralOrSelectStyle()1446 private int skipIdentifier(int index) {1447 return PatternProps.skipIdentifier(msg, index);
1024 index=skipIdentifier(index); in parseArg()1245 index=skipIdentifier(index); in parsePluralOrSelectStyle()1447 private int skipIdentifier(int index) {1448 return PatternProps.skipIdentifier(msg, index);
880 int32_t skipIdentifier(int32_t index);