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

  /external/icu/icu4c/source/test/cintltst/
currtest.c 231 const char* alphaCode;
247 UChar code[8]; // at least one longer than the longest alphaCode
251 for (i = 0; NUMCODE_TESTDATA[i].alphaCode; i++) {
252 int32_t length = uprv_strlen(NUMCODE_TESTDATA[i].alphaCode);
253 u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, length + 1); // +1 includes the NUL
257 numCode, NUMCODE_TESTDATA[i].alphaCode, NUMCODE_TESTDATA[i].numericCode);
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]

Completed in 497 milliseconds