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

  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 307 int32_t uccLen = 4;
310 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus);
312 if(U_SUCCESS(localStatus) && uccLen > 0) {
314 u_UCharsToChars(ucc, cc, uccLen);
  /external/icu4c/i18n/
dcfmtsym.cpp 318 int32_t uccLen = 4;
321 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus);
323 if(U_SUCCESS(localStatus) && uccLen > 0) {
325 u_UCharsToChars(ucc, cc, uccLen);

Completed in 8405 milliseconds