| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cposxtst.c | 80 const UChar* ustr; in TestMessageCatalog() local
|
| H A D | usettest.c | 312 UChar ustr[4096]; in expectContainment() local 413 UChar ustr[4096], itemStr[4096]; in expectItems() local [all...] |
| H A D | uenumtst.c | 369 const UChar *ustr = uenum_unext(u,&len, &status); in verifyEnumeration() local [all...] |
| H A D | custrtrn.c | 1396 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0}; in Test_widestrs() local
|
| /third_party/musl/src/locale/ |
| H A D | wcstod_l.c | 54 u_char *ustr = (u_char *)calloc((n + 1), sizeof(u_char)); in icu_wcstod_l() local
|
| H A D | strtod_l.c | 82 double icu_parse_double(void *fmt, u_char *ustr, int32_t *parse_pos, int *cur_status) in icu_parse_double() argument 112 u_char *ustr = (u_char *)calloc((n + 1), sizeof(u_char)); in icu_strtod_l() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | render2.c | 174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d() argument 252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| H A D | IntlNumberFormat.cpp | 81 icu::UnicodeString ustr = fmtNumber.toString(status); in IcuFormatDouble() local 100 icu::UnicodeString ustr = fmtNumber.toString(status); in IcuFormatDecimal() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uenum.cpp | 93 UChar *ustr = NULL; in uenum_unextDefault() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uenum.cpp | 93 char16_t *ustr = nullptr; in uenum_unextDefault() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uenum.cpp | 93 UChar *ustr = NULL; in uenum_unextDefault() local
|
| /third_party/icu/icu4c/source/test/iotest/ |
| H A D | stream.cpp | 136 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789"; in TestStream() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | region.cpp | 518 const UnicodeString *ustr = pv->snext(status); in getInstance() local 559 const UnicodeString *ustr = pv->snext(status); in getInstance() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | inode.c | 1424 ntfschar *ustr; in ntfs_inode_badclus_bad() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | region.cpp | 518 const UnicodeString *ustr = pv->snext(status); in getInstance() local 559 const UnicodeString *ustr = pv->snext(status); in getInstance() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | region.cpp | 490 const UnicodeString *ustr = pv->snext(status); in getInstance() local 531 const UnicodeString *ustr = pv->snext(status); in getInstance() local
|
| /third_party/python/Lib/test/ |
| H A D | test_weakset.py | 5 from collections import UserString as ustr namespace [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | arraymodule.c.h | 462 PyObject *ustr; in array_array_fromunicode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_emitter.cpp | 1677 const string &ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strCt.GetValue()); in EmitSingleElement() local 1760 string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(strIdx); in EmitStringPointers() local
|
| H A D | asm_assembler.cpp | 141 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) in EmitDirectString() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | utxttest.cpp | 1531 const UChar *ustr = str.getTerminatedBuffer(); in Ticket12130() local
|
| H A D | rbbiapts.cpp | 1170 static void prtbrks(BreakIterator* brk, const UnicodeString &ustr, IntlTest &it) { in prtbrks() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.hh | 1290 byte_str_t ustr = (*stringIndex)[sid - cff1_std_strings_length]; in init() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | emit.cpp | 607 const std::string ustr = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirStrConst.GetValue()); in EmitAsmLabel() local
|
| /third_party/python/Modules/ |
| H A D | arraymodule.c | 1723 array_array_fromunicode_impl(arrayobject *self, PyObject *ustr) in array_array_fromunicode_impl() argument 2713 wchar_t *ustr = PyUnicode_AsWideCharString(initial, &n); in array_new() local [all...] |