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

  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcal.cpp 80 char toCalLoc[256] = "";
117 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
118 fromCalendar = Calendar::createInstance(toCalLoc, status);
369 char toCalLoc[256] = "";
374 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
375 toCalendar = Calendar::createInstance(toCalLoc, status);
434 logln((UnicodeString)"#"+n+" "+locale+"/"+from+" >>> "+toCalLoc+"/"
438 logln((UnicodeString)"#"+n+" "+locale+"/"+from+" <<< "+toCalLoc+"/"
  /external/icu4c/test/intltest/
dadrcal.cpp 80 char toCalLoc[256] = "";
117 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
118 fromCalendar = Calendar::createInstance(toCalLoc, status);
369 char toCalLoc[256] = "";
374 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0);
375 toCalendar = Calendar::createInstance(toCalLoc, status);
434 logln((UnicodeString)"#"+n+" "+locale+"/"+from+" >>> "+toCalLoc+"/"
438 logln((UnicodeString)"#"+n+" "+locale+"/"+from+" <<< "+toCalLoc+"/"

Completed in 26 milliseconds