Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducm.cpp93 UCMTable *rTable, const UCMapping *r) { in compareUnicode() argument
104 ru=UCM_GET_CODE_POINTS(rTable, r); in compareUnicode()
127 UCMTable *rTable, const UCMapping *r, in compareBytes() argument
159 rb=UCM_GET_BYTES(rTable, r); in compareBytes()
176 UCMTable *rTable, const UCMapping *r, in compareMappings() argument
183 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
185 result=compareBytes(lTable, l, rTable, r, FALSE); /* not lexically, like canonucm */ in compareMappings()
189 result=compareBytes(lTable, l, rTable, r, TRUE); /* lexically, for builder */ in compareMappings()
191 result=compareUnicode(lTable, l, rTable, r); in compareMappings()