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 [email protected] 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
