HomeSort by relevance Sort by last modified time
    Searched refs:ustring (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/samples/ustring/
Makefile 14 TARGET=ustring
17 OBJECTS=ustring.o
  /external/icu/icu4c/source/test/letest/
letsutil.cpp 34 char *getCString(const UnicodeString *uString)
36 if (uString == NULL) {
40 le_int32 uLength = uString->length();
41 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV);
44 uString->extract(0, uLength, cString, cLength, US_INV);
56 const UnicodeString ustring(uChars);
58 return getCString(&ustring);
61 char *getUTF8String(const UnicodeString *uString)
63 if (uString == NULL) {
67 le_int32 uLength = uString->length()
    [all...]
  /external/icu/icu4c/source/samples/break/
ubreak.c 18 #include <unicode/ustring.h>
  /external/icu/icu4c/source/samples/
Makefile.in 26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ugrep
  /external/icu/icu4c/source/samples/all/
samplecheck.bat 66 set SAMPLE_USTRING=%ICU_SAMPLESDIR%\ustring\%ICU_ARCH%\%ICU_DBRL%\ustring.exe
221 @set THT=ustring
  /external/harfbuzz_ng/src/
hb-icu.cc 38 #include <unicode/ustring.h>
  /external/icu/icu4c/source/io/unicode/
ustdio.h 596 * The ustring passed in will be converted to the UFILE's underlying
598 * @param ustring A pointer to the Unicode data to write.
606 u_file_write(const UChar *ustring,
    [all...]
  /external/icu/icu4c/source/samples/coll/
coll.cpp 41 #include <unicode/ustring.h>
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 43 #include <unicode/ustring.h>
  /external/sfntly/cpp/src/test/
name_editing_test.cc 20 #include <unicode/ustring.h>
  /external/sqlite/android/
sqlite3_android.cpp 27 #include <unicode/ustring.h>
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 29 #include <unicode/ustring.h>
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 68 #include <unicode/ustring.h>
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 24 #include <unicode/ustring.h>
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 27 #include <unicode/ustring.h>
  /external/skqp/modules/skshaper/src/
SkShaper_harfbuzz.cpp 35 #include <unicode/ustring.h>
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 75 #include <unicode/ustring.h>
    [all...]
  /external/skia/modules/skshaper/src/
SkShaper_harfbuzz.cpp 36 #include <unicode/ustring.h>
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp 53 #include <unicode/ustring.h>
    [all...]

Completed in 1372 milliseconds