Searched defs:skel (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c354 const UChar * skel; member in struct:DTPtnGenOptionsData
374 /*loc skel options expectedPattern */
397 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1,
405 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp773 const char *skel; member in struct:DTPtnGenOptionsData
780 // locale skel expectedPattern options
802 UnicodeString skel(testDataPtr->skel);
812 UnicodeString pattern = dtpgen->getBestPattern(skel, options, status);
815 UnicodeString(", skeleton ") + skel +
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c377 const UChar * skel; member in struct:DTPtnGenOptionsData
396 /*loc skel options expectedPattern */
419 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1,
427 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp845 const char *skel; member in struct:DTPtnGenOptionsData
852 // locale skel expectedPattern options
897 UnicodeString skel(testDataPtr->skel);
907 UnicodeString pattern = dtpgen->getBestPattern(skel, options, status);
910 UnicodeString(", skeleton ") + skel +

Completed in 129 milliseconds