HomeSort by relevance Sort by last modified time
    Searched refs:rowCpIndex (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucase.cpp 404 rowCpIndex(unfoldStringWidth) {
412 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) {
415 rowCpIndex=unfoldStringWidth;
424 U16_NEXT_UNSAFE(p, rowCpIndex, c);
    [all...]
ucase.h 149 int32_t rowCpIndex;

Completed in 31 milliseconds