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

  /external/chromium/third_party/icu/source/test/intltest/
winutil.cpp 32 static int32_t lcidMax = 0;
38 if (lcidCount >= lcidMax) {
39 Win32Utilities::LCIDRecord *newRecords = new Win32Utilities::LCIDRecord[lcidMax + 32];
41 for (int i = 0; i < lcidMax; i += 1) {
47 lcidMax += 32;
68 lcidCount = lcidMax = 0;
  /external/icu4c/test/intltest/
winutil.cpp 34 static int32_t lcidMax = 0;
41 if (lcidCount >= lcidMax) {
42 Win32Utilities::LCIDRecord *newRecords = new Win32Utilities::LCIDRecord[lcidMax + 32];
44 for (int i = 0; i < lcidMax; i += 1) {
50 lcidMax += 32;
75 lcidCount = lcidMax = 0;

Completed in 173 milliseconds