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

  /external/chromium_org/third_party/icu/source/common/
bytestriebuilder.cpp 297 int32_t minStringLength=firstElement.getStringLength(*strings);
298 while(++byteIndex<minStringLength &&
ucharstriebuilder.cpp 246 int32_t minStringLength=firstElement.getStringLength(strings);
247 while(++unitIndex<minStringLength &&
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 297 int32_t minStringLength=firstElement.getStringLength(*strings);
298 while(++byteIndex<minStringLength &&
ucharstriebuilder.cpp 246 int32_t minStringLength=firstElement.getStringLength(strings);
247 while(++unitIndex<minStringLength &&

Completed in 1934 milliseconds