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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSection.h47 SectionVariant getVariant() const { return Variant; } function in class:llvm::MCSection
H A DMCSectionCOFF.h62 return S->getVariant() == SV_COFF;
H A DMCSectionELF.h77 return S->getVariant() == SV_ELF;
H A DMCSectionMachO.h175 return S->getVariant() == SV_MachO;
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlocid.h408 inline const char * getVariant( ) const;
768 Locale::getVariant() const function in class:Locale
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DWinCOFFStreamer.cpp194 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
238 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
264 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
313 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
321 ? Symbol->getSection().getVariant() == MCSection::SV_COFF
H A DWinCOFFObjectWriter.cpp367 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dloctest.cpp261 if ( (temp=testLocale.getVariant()) != (dataTable[VAR][i]))
289 if (testLocale.getVariant()[0] != 0)
308 temp = test8.getVariant();
333 *bogusLang.getVariant()!=0 ||
2066 if (0 != strcmp(loc.getVariant(), "POSIX")) {
2067 errln("FAIL: en__POSIX didn't get parsed correctly - name is %s - expected %s got %s", loc.getName(), "POSIX", loc.getVariant());
2070 if (0 != strcmp(loc2.getVariant(), "FOUR")) {
2071 errln("FAIL: en__FOUR didn't get parsed correctly - name is %s - expected %s got %s", loc2.getName(), "FOUR", loc2.getVariant());
2074 if (0 != strcmp(loc3.getVariant(), "FOUR")) {
2075 errln("FAIL: en_Latn__FOUR didn't get parsed correctly - name is %s - expected %s got %s", loc3.getName(), "FOUR", loc3.getVariant());
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dlocdspnm.cpp540 const char* variant = locale.getVariant();
H A Dsmpdtfmt.cpp1142 Locale ovrLoc(locale.getLanguage(),locale.getCountry(),locale.getVariant(),kw);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java541 variant = object.getVariant();

Completed in 128 milliseconds