HomeSort by relevance Sort by last modified time
    Searched full:unfoldrowwidth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucase.cpp 341 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth;
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
361 unfold+=unfoldRowWidth;
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
380 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) {
401 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]),
405 unfold+=unfoldRowWidth;
411 const UChar *p=unfold+(currentRow*unfoldRowWidth);
412 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) {
414 p+=unfoldRowWidth;
    [all...]
ucase.h 146 int32_t unfoldRowWidth;
  /external/icu/icu4c/source/common/
ucase.cpp 341 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth;
359 unfoldRowWidth=unfold[UCASE_UNFOLD_ROW_WIDTH];
361 unfold+=unfoldRowWidth;
373 const UChar *p=reinterpret_cast<const UChar *>(unfold+(i*unfoldRowWidth));
380 for(i=unfoldStringWidth; i<unfoldRowWidth && p[i]!=0;) {
401 unfoldRowWidth(unfold[UCASE_UNFOLD_ROW_WIDTH]),
405 unfold+=unfoldRowWidth;
411 const UChar *p=unfold+(currentRow*unfoldRowWidth);
412 if(rowCpIndex>=unfoldRowWidth || p[rowCpIndex]==0) {
414 p+=unfoldRowWidth;
    [all...]
ucase.h 146 int32_t unfoldRowWidth;

Completed in 687 milliseconds