Home
last modified time | relevance | path

Searched defs:uld (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/MC/Lanai/
Dv11.s135 uld -32768[%r17], %r21 label
137 uld -1024[%r17], %r21 label
139 uld 0[%r17], %r21 label
141 uld 1024[%r17], %r21 label
143 uld 32767[%r17], %r21 label
147 uld %r18[%r17], %r21 label
191 uld -32768[*%r17], %r21 label
193 uld -1024[*%r17], %r21 label
195 uld 0[*%r17], %r21 label
197 uld 1024[*%r17], %r21 label
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Lanai/
Dv11.s135 uld -32768[%r17], %r21 label
137 uld -1024[%r17], %r21 label
139 uld 0[%r17], %r21 label
141 uld 1024[%r17], %r21 label
143 uld 32767[%r17], %r21 label
147 uld %r18[%r17], %r21 label
191 uld -32768[*%r17], %r21 label
193 uld -1024[*%r17], %r21 label
195 uld 0[*%r17], %r21 label
197 uld 1024[*%r17], %r21 label
[all …]
/external/icu/icu4c/source/i18n/
Dulocdata.cpp55 ULocaleData *uld; in ulocdata_open() local
82 ulocdata_close(ULocaleData *uld) in ulocdata_close()
92 ulocdata_setNoSubstitute(ULocaleData *uld, UBool setting) in ulocdata_setNoSubstitute()
98 ulocdata_getNoSubstitute(ULocaleData *uld) in ulocdata_getNoSubstitute()
104 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn, in ulocdata_getExemplarSet()
142 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, in ulocdata_getDelimiter()
276 ulocdata_getLocaleDisplayPattern(ULocaleData *uld, in ulocdata_getLocaleDisplayPattern()
324 ulocdata_getLocaleSeparator(ULocaleData *uld, in ulocdata_getLocaleSeparator()
Dalphaindex.cpp707 LocalULocaleDataPointer uld(ulocdata_open(locale.getName(), &status)); in addIndexExemplars() local
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c929 ULocaleData * uld = ulocdata_open(currLoc, &exemplarStatus); in VerifyTranslation() local
1062 ULocaleData *uld = ulocdata_open(currLoc,&errorCode); in VerifyTranslation() local
1176 ULocaleData *uld = ulocdata_open(locale,&ec); in TestExemplarSet() local
1263 ULocaleData *uld; in TestLocaleDisplayPattern() local
1323 ULocaleData *uld = ulocdata_open(uloc_getDefault(), &status); in TestCoverage() local
1350 ULocaleData *uld; in TestIndexChars() local
Dcloctst.c2780 ULocaleData *uld = ulocdata_open("en", &status); in TestEnglishExemplarCharacters() local
2805 ULocaleData *uld = ulocdata_open("qqq",&ec); in TestNonexistentLanguageExemplars() local
2859 ULocaleData *uld = ulocdata_open("en_US",&ec); in TestLanguageExemplarsFallbacks() local
Dcapitst.c945 ULocaleData *uld; in TestOpenVsOpenRules() local
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp1059 LocalULocaleDataPointer uld(ulocdata_open("zh",&status)); in TestHan() local
/external/icu/libandroidicu/static_shim/
Dshim.cpp1861 void ulocdata_close_android(ULocaleData * uld) { in ulocdata_close_android()
1867 int32_t ulocdata_getDelimiter_android(ULocaleData * uld, ULocaleDataDelimiterType type, UChar * res… in ulocdata_getDelimiter_android()
1870 USet * ulocdata_getExemplarSet_android(ULocaleData * uld, USet * fillIn, uint32_t options, ULocaleD… in ulocdata_getExemplarSet_android()
1873 int32_t ulocdata_getLocaleDisplayPattern_android(ULocaleData * uld, UChar * pattern, int32_t patter… in ulocdata_getLocaleDisplayPattern_android()
1876 int32_t ulocdata_getLocaleSeparator_android(ULocaleData * uld, UChar * separator, int32_t separator… in ulocdata_getLocaleSeparator_android()
1882 UBool ulocdata_getNoSubstitute_android(ULocaleData * uld) { in ulocdata_getNoSubstitute_android()
1891 void ulocdata_setNoSubstitute_android(ULocaleData * uld, UBool setting) { in ulocdata_setNoSubstitute_android()