Searched refs:isArgTypeChar (Results 1 – 4 of 4) sorted by relevance
888 static UBool isArgTypeChar(UChar32 c);
1057 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1466 private static boolean isArgTypeChar(int c) {
593 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1034 MessagePattern::isArgTypeChar(UChar32 c) { in isArgTypeChar() function in MessagePattern