To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99604
------- Additional comments from m...@openoffice.org Tue Apr 14 13:09:14 +0000 2009 ------- Small optimization: for (int j = 0; j < NUM_ZEROES; j++) { if ((DIGIT_ZEROES[j] <= cChar) { if (cChar <= DIGIT_ZEROES[j] + 9)) return TRUE; } else break; } as the array can be assumed to be sorted by UniCode code points. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org