Searched defs:variantType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp368 uint32_t variantType = 0; local
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); local
601 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
605 else if ((variantType & VARIANT_IS_EURO)) {
2227 /*uint32_t variantType =*/ idForLocale(locale, id, sizeof(id), ec);
2343 /*uint32_t variantType =*/ idForLocale(locale, id, sizeof(id), ec);
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp368 uint32_t variantType = 0; local
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); local
601 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) {
605 else if ((variantType & VARIANT_IS_EURO)) {
2227 /*uint32_t variantType =*/ idForLocale(locale, id, sizeof(id), ec);
2343 /*uint32_t variantType =*/ idForLocale(locale, id, sizeof(id), ec);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h467 yaffs_ObjectType variantType; member in struct:yaffs_ObjectStruct
498 yaffs_ObjectType variantType:3; member in struct:__anon34331

Completed in 593 milliseconds