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

  /external/icu/icu4c/source/test/cintltst/
currtest.c 234 const char* alphaCode;
250 UChar code[8]; // at least one longer than the longest alphaCode
254 for (i = 0; NUMCODE_TESTDATA[i].alphaCode; i++) {
255 int32_t length = uprv_strlen(NUMCODE_TESTDATA[i].alphaCode);
256 u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, length + 1); // +1 includes the NUL
260 numCode, NUMCODE_TESTDATA[i].alphaCode, NUMCODE_TESTDATA[i].numericCode);
  /external/icu/icu4c/source/common/
ucurr.cpp     [all...]

Completed in 1262 milliseconds