Home
last modified time | relevance | path

Searched refs:rTable (Results 1 – 2 of 2) 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()
/external/skia/modules/sksg/src/
DSkSGColorFilter.cpp140 uint8_t rTable[256], gTable[256], bTable[256]; in MakeNColorGradient() local
166 rTable[j] = static_cast<uint8_t>(std::round(r)); in MakeNColorGradient()
186 return SkTableColorFilter::MakeARGB(nullptr, rTable, gTable, bTable) in MakeNColorGradient()