HomeSort by relevance Sort by last modified time
    Searched defs:variantType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 178 uint32_t variantType = 0;
186 variantType = (0 == uprv_strcmp(variant, VAR_EURO))
188 if (variantType)
194 return variantType;
370 uint32_t variantType = idForLocale(locale, id, sizeof(id), ec);
406 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
410 else if ((variantType & VARIANT_IS_EURO)) {
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 214 uint32_t variantType = 0;
222 variantType = (uint32_t)(0 == uprv_strcmp(variant, VAR_EURO))
224 if (variantType)
230 return variantType;
410 uint32_t variantType = idForLocale(locale, id, sizeof(id), ec);
446 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
450 else if ((variantType & VARIANT_IS_EURO)) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 467 yaffs_ObjectType variantType;
498 yaffs_ObjectType variantType:3;

Completed in 515 milliseconds