Searched refs:isArgTypeChar (Results 1 – 4 of 4) sorted by relevance
890 static UBool isArgTypeChar(UChar32 c);
992 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1401 private static boolean isArgTypeChar(int c) {
1063 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1472 private static boolean isArgTypeChar(int c) {
595 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1036 MessagePattern::isArgTypeChar(UChar32 c) { in isArgTypeChar() function in MessagePattern