Searched refs:isArgTypeChar (Results 1 – 5 of 5) sorted by relevance
888 static UBool isArgTypeChar(UChar32 c);
987 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1396 private static boolean isArgTypeChar(int c) {
1057 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1466 private static boolean isArgTypeChar(int c) {
1058 while(index<msg.length() && isArgTypeChar(msg.charAt(index))) { in parseArg()1467 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