Searched refs:rTable (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/toolutil/ |
D | ucm.c | 91 UCMTable *rTable, const UCMapping *r) { in compareUnicode() argument 102 ru=UCM_GET_CODE_POINTS(rTable, r); in compareUnicode() 125 UCMTable *rTable, const UCMapping *r, in compareBytes() argument 157 rb=UCM_GET_BYTES(rTable, r); in compareBytes() 174 UCMTable *rTable, const UCMapping *r, in compareMappings() argument 181 result=compareUnicode(lTable, l, rTable, r); in compareMappings() 183 result=compareBytes(lTable, l, rTable, r, FALSE); /* not lexically, like canonucm */ in compareMappings() 187 result=compareBytes(lTable, l, rTable, r, TRUE); /* lexically, for builder */ in compareMappings() 189 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
|