Searched refs:alphaCode (Results 1 – 2 of 2) sorted by relevance
231 const char* alphaCode; member251 for (i = 0; NUMCODE_TESTDATA[i].alphaCode; i++) { in TestNumericCode()252 int32_t length = uprv_strlen(NUMCODE_TESTDATA[i].alphaCode); in TestNumericCode()253 u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, length + 1); // +1 includes the NUL in TestNumericCode()257 numCode, NUMCODE_TESTDATA[i].alphaCode, NUMCODE_TESTDATA[i].numericCode); in TestNumericCode()
2699 char alphaCode[ISO_CURRENCY_CODE_LENGTH+1]; in ucurr_getNumericCode() local2700 myUCharsToChars(alphaCode, currency); in ucurr_getNumericCode()2701 T_CString_toUpperCase(alphaCode); in ucurr_getNumericCode()2702 ures_getByKey(bundle, alphaCode, bundle, &status); in ucurr_getNumericCode()