OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combiningcharrange
(Results
1 - 1
of
1
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java
204
int
combiningCharRange
[] = {
308
for (int i = 0; i <
combiningCharRange
.length; i += 2) {
309
for (int j =
combiningCharRange
[i]; j <=
combiningCharRange
[i + 1]; j++) {
Completed in 352 milliseconds