Searched refs:vi_VN (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/data/coll/
H A Dcollocal.mk58 th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt zh_Hans.txt\
H A Dcolfiles.mk104 uk_UA.txt ur_IN.txt ur_PK.txt vi_VN.txt yo_NG.txt\
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c601 UCollator *en_US, *el_GR, *vi_VN; local
604 vi_VN = ucol_open("vi_VN", &status);
611 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
614 log_err("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
633 ucol_close(vi_VN);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c599 UCollator *en_US, *el_GR, *vi_VN; local
602 vi_VN = ucol_open("vi_VN", &status);
609 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
612 log_err("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
631 ucol_close(vi_VN);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp403 *vi_VN = Collator::createInstance("vi_VN", status); local
411 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
413 errln("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
428 delete vi_VN;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp361 *vi_VN = Collator::createInstance("vi_VN", status); local
369 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
371 errln("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
386 delete vi_VN;
/external/chromium_org/third_party/icu/source/data/locales/
H A Dresfiles.mk170 vai_Latn_LR.txt vai_Vaii.txt vai_Vaii_LR.txt vi.txt vi_VN.txt\
/external/icu/icu4c/source/data/locales/
H A Dresfiles.mk171 vai_Vaii_LR.txt vi.txt vi_VN.txt vun.txt vun_TZ.txt\
/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c693 ILCID_POSIX_ELEMENT_ARRAY(0x042a, vi, vi_VN)
/external/icu/icu4c/source/common/
H A Dlocmap.c688 ILCID_POSIX_ELEMENT_ARRAY(0x042a, vi, vi_VN)
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js375 if("vi_VN"==goog.LOCALE||"vi-VN"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_vi;"zh"==goog.LOCALE&&(goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_zh);if("zh_CN"==goog.LOCALE||"zh-CN"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_zh;if("zh_HK"==goog.LOCALE||"zh-HK"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_zh_HK;
527 if("uz_Latn_UZ"==goog.LOCALE||"uz-Latn-UZ"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_uz;"vi"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_vi);if("vi_VN"==goog.LOCALE||"vi-VN"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_vi;"zh"==goog.LOCALE&&(goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_zh);if("zh_CN"==goog.LOCALE||"zh-CN"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_zh;

Completed in 397 milliseconds