Home
last modified time | relevance | path

Searched refs:dupch (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/colprobe/
Dsortedlines.cpp82 …UChar dupch[] = { 0x0020, 0x0030, 0x0042, 0x0051, 0x0062, 0x0071, 0x0391, 0x0396, 0x03b1, 0x03b6 }; in getBounds() local
89 for(i = 0; i < sizeof(dupch)/sizeof(dupch[0]); i++) { in getBounds()
90 dup.setTo(dupch[i]); in getBounds()
91 dup.append(dupch[i]); in getBounds()
92 bound.setTo(dupch[i]); in getBounds()