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

  /external/chromium/third_party/icu/source/test/intltest/
windttst.cpp 133 int32_t wdLength, wtLength;
136 wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, ARRAY_SIZE(wtBuffer));
163 if (ubBuffer.indexOf(wtBuffer, wtLength - 1, 0) < 0) {
  /external/icu4c/test/intltest/
windttst.cpp 132 int32_t wdLength, wtLength;
135 wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, ARRAY_SIZE(wtBuffer));
162 if (ubBuffer.indexOf(wtBuffer, wtLength - 1, 0) < 0) {

Completed in 36 milliseconds