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

  /external/chromium/third_party/icu/source/i18n/
dcfmtsym.cpp 219 int32_t uccLen = 4;
222 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus);
223 if(U_SUCCESS(localStatus) && uccLen > 0) {
225 u_UCharsToChars(ucc, cc, uccLen);
  /external/icu4c/i18n/
dcfmtsym.cpp 232 int32_t uccLen = 4;
235 uccLen = ucurr_forLocale(locName, ucc, uccLen, &localStatus);
237 if(U_SUCCESS(localStatus) && uccLen > 0) {
239 u_UCharsToChars(ucc, cc, uccLen);

Completed in 47 milliseconds