Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Ducase.cpp417 rowCpIndex(unfoldStringWidth) { in FullCaseFoldingIterator()
425 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next()
428 rowCpIndex=unfoldStringWidth; in next()
437 U16_NEXT_UNSAFE(p, rowCpIndex, c); in next()
Ducase.h150 int32_t rowCpIndex; variable
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp423 rowCpIndex(unfoldStringWidth) { in FullCaseFoldingIterator()
431 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next()
434 rowCpIndex=unfoldStringWidth; in next()
443 U16_NEXT_UNSAFE(p, rowCpIndex, c); in next()
Ducase.h150 int32_t rowCpIndex; variable
/third_party/node/deps/icu-small/source/common/
Ducase.cpp550 rowCpIndex(unfoldStringWidth) { in FullCaseFoldingIterator()
558 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) { in next()
561 rowCpIndex=unfoldStringWidth; in next()
570 U16_NEXT_UNSAFE(p, rowCpIndex, c); in next()
Ducase.h154 int32_t rowCpIndex; variable