Searched refs:ustring (Results 1 – 25 of 44) sorted by relevance
12
/third_party/icu/icu4c/source/samples/ustring/ |
D | readme.txt | 5 ustring: Unicode String Manipulation 12 ustring.cpp Main source file in C++ 13 ustring.sln Windows MSVC workspace. Double-click this to get started. 14 ustring.vcproj Windows MSVC project file 16 To Build ustring on Windows 18 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln 27 3. cd into the ustring directory, e.g. 28 cd c:\icu\source\samples\ustring\debug 30 ustring 45 cd <icu directory>/source/samples/ustring [all …]
|
D | Makefile | 14 TARGET=ustring 17 OBJECTS=ustring.o
|
D | ustring.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ustring", "ustring.vcxproj", "{FF92E6C1-BACA-4…
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
D | readme.txt | 5 ustring: Unicode String Manipulation 12 ustring.cpp Main source file in C++ 13 ustring.sln Windows MSVC workspace. Double-click this to get started. 14 ustring.vcproj Windows MSVC project file 16 To Build ustring on Windows 18 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln 27 3. cd into the ustring directory, e.g. 28 cd c:\icu\source\samples\ustring\debug 30 ustring 45 cd <icu directory>/source/samples/ustring [all …]
|
D | Makefile | 14 TARGET=ustring 17 OBJECTS=ustring.o
|
/third_party/icu/docs/userguide/transforms/ |
D | casemappings.md | 49 [icu/source/samples/ustring/ustring.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/… 72 the `unistr.h` or `ustring.h` files with a `NULL` argument locale. 86 To convert a string to a language based specific case, use the APIs in `ustring.h` 122 2. `ustring.h` and `unistr.h` for character string folding.
|
/third_party/icu/icu4c/source/test/letest/ |
D | letsutil.cpp | 56 const UnicodeString ustring(uChars); in getCString() local 58 return getCString(&ustring); in getCString()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_permutation.cpp | 85 const char16_t* ustring; in testPermutations() member 137 resultLines.push_back(UnicodeString(u" ").append(locData.ustring)); in testPermutations()
|
/third_party/icu/ |
D | .gitignore | 196 icu4c/source/samples/ustring/ustring 197 icu4c/source/samples/ustring/ustring.exe
|
D | CMakeLists.txt | 23 ${LibIcuSrc}/ustring.cpp
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
D | samplecheck.bat | 70 set SAMPLE_USTRING=%ICU_SAMPLESDIR%\ustring\%ICU_ARCH%\%ICU_DBRL%\ustring.exe 225 @set THT=ustring
|
/third_party/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 70 set SAMPLE_USTRING=%ICU_SAMPLESDIR%\ustring\%ICU_ARCH%\%ICU_DBRL%\ustring.exe 225 @set THT=ustring
|
D | all.sln | 39 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ustring", "..\ustring\ustring.vcxproj", "{FF92…
|
/third_party/skia/third_party/externals/icu/source/samples/ |
D | Makefile.in | 26 …ase csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugr…
|
D | readme.txt | 48 ustring - demonstrates ICU string manipulation functions
|
/third_party/icu/icu4c/source/samples/ |
D | Makefile.in | 26 …ne uresb datefmt msgfmt numfmt props strsrch translit uciter8 ucnv udata ustring dtitvfmtsample dt…
|
D | readme.txt | 58 ustring - demonstrates ICU string manipulation functions
|
/third_party/icu/icu4c/source/common/ |
D | BUILD.gn | 47 "//third_party/icu/icu4c/source/common/ustring.cpp",
|
D | sources.txt | 182 ustring.cpp
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 112 | Case_Folding | Unicode string | | u_strFoldCase (ustring.h) | 163 | Lowercase_Mapping | Unicode string | | available via u_strToLower (ustring.h) | 199 | Titlecase_Mapping | Unicode string | | u_strToTitle (ustring.h) | 203 | Uppercase_Mapping | Unicode string | | u_strToUpper (ustring.h) |
|
D | index.md | 19 [icu/source/samples/ustring/ustring.cpp](https://github.com/unicode-org/icu/blob/main/icu4c/source/… 177 convenience functions (ustring.h), but only a subset of APIs works with UTF-8 354 functions are defined in icu/source/common/unicode/ustring.h. 653 ustring.h.
|
D | utf-8.md | 37 In C, `unicode/ustring.h` has functions like `u_strFromUTF8WithSub()` and
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | sources.txt | 180 ustring.cpp
|
/third_party/icu/icu4c/source/io/unicode/ |
D | ustdio.h | 609 u_file_write(const UChar *ustring,
|
/third_party/skia/third_party/externals/icu/source/io/unicode/ |
D | ustdio.h | 609 u_file_write(const UChar *ustring,
|
12