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

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 210 int32_t stringLengthsLimit = fSpoofData->fRawData->fCFUStringLengthsSize;
211 for (ix = 0; ix < stringLengthsLimit; ix++) {
217 U_ASSERT(ix < stringLengthsLimit);
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 210 int32_t stringLengthsLimit = fSpoofData->fRawData->fCFUStringLengthsSize;
211 for (ix = 0; ix < stringLengthsLimit; ix++) {
217 U_ASSERT(ix < stringLengthsLimit);

Completed in 255 milliseconds