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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp 327 int32_t previousStringLength = 0;
335 U_ASSERT(strLen >= previousStringLength);
342 if ((strLen > previousStringLength) && (previousStringLength >= 4)) {
344 fStringLengthsTable->addElement(previousStringLength, status);
349 previousStringLength = strLen;
355 if (previousStringLength >= 4) {
357 fStringLengthsTable->addElement(previousStringLength, status);
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 327 int32_t previousStringLength = 0;
335 U_ASSERT(strLen >= previousStringLength);
342 if ((strLen > previousStringLength) && (previousStringLength >= 4)) {
344 fStringLengthsTable->addElement(previousStringLength, status);
349 previousStringLength = strLen;
355 if (previousStringLength >= 4) {
357 fStringLengthsTable->addElement(previousStringLength, status);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 243 milliseconds