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

  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 98 const UCalGetTypeTest * ucalGetTypeTestPtr;
422 for (ucalGetTypeTestPtr = ucalGetTypeTests; ucalGetTypeTestPtr->expectedResult != NULL; ++ucalGetTypeTestPtr) {
423 const char * localeToDisplay = (ucalGetTypeTestPtr->locale != NULL)? ucalGetTypeTestPtr->locale: "<NULL>";
425 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
429 if ( strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
431 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult)
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 105 const UCalGetTypeTest * ucalGetTypeTestPtr;
453 for (ucalGetTypeTestPtr = ucalGetTypeTests; ucalGetTypeTestPtr->expectedResult != NULL; ++ucalGetTypeTestPtr) {
454 const char * localeToDisplay = (ucalGetTypeTestPtr->locale != NULL)? ucalGetTypeTestPtr->locale: "<NULL>";
456 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
460 if ( uprv_strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
462 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult)
    [all...]

Completed in 59 milliseconds