Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderListMarker.cpp308 digit0, digit1, digit2, digit3, digit4, in toCJKIdeographic() enumerator
313 return String(&table[digit0 - 1], 1); in toCJKIdeographic()
330 group[6] = static_cast<AbstractCJKChar>(digit0 + (groupValue % 10)); in toCJKIdeographic()
333 group[4] = static_cast<AbstractCJKChar>(digit0 + digitValue); in toCJKIdeographic()
339 group[2] = static_cast<AbstractCJKChar>(digit0 + digitValue); in toCJKIdeographic()
345 group[0] = static_cast<AbstractCJKChar>(digit0 + digitValue); in toCJKIdeographic()
353 ASSERT(group[4] == noChar || group[4] == digit0 || group[4] == digit1); in toCJKIdeographic()
369 if (a != digit0 || last != digit0) in toCJKIdeographic()
374 if (last == digit0) in toCJKIdeographic()