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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 773 static int32_t maxOutputLength = 0;
844 if(outputLength > maxOutputLength) {
845 maxOutputLength = outputLength;
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 775 static int32_t maxOutputLength = 0;
846 if(outputLength > maxOutputLength) {
847 maxOutputLength = outputLength;
    [all...]

Completed in 75 milliseconds