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 368 uint32_t variantType = 0;
376 variantType = (uint32_t)(0 == uprv_strcmp(variant, VAR_EURO))
378 if (variantType)
384 return variantType;
565 uint32_t variantType = idForLocale(locale, id, sizeof(id), ec);
601 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
605 else if ((variantType & VARIANT_IS_EURO)) {
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 368 uint32_t variantType = 0;
376 variantType = (uint32_t)(0 == uprv_strcmp(variant, VAR_EURO))
378 if (variantType)
384 return variantType;
565 uint32_t variantType = idForLocale(locale, id, sizeof(id), ec);
601 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
605 else if ((variantType & VARIANT_IS_EURO)) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 467 yaffs_ObjectType variantType;
498 yaffs_ObjectType variantType:3;

Completed in 560 milliseconds