HomeSort by relevance Sort by last modified time
    Searched defs:uString (Results 1 - 6 of 6) sorted by null

  /external/gptfdisk/
gdisk.cc 17 UnicodeString uString;
  /external/icu/icu4c/source/test/cintltst/
utexttst.c 18 #include "unicode/ustring.h"
67 UChar uString[] = {0x41, 0x42, 0x43, 0};
72 uta = utext_openUChars(NULL, uString, -1, &status);
89 UChar uString[] = {0x41, 0x42, 0x43, 0};
95 uta = utext_openUChars(NULL, uString, -1, &status);
102 TEST_ASSERT(len == u_strlen(uString));
109 UChar uString[] = {0x41, 0x42, 0x43, 0};
117 uta = utext_openUChars(NULL, uString, -1, &status);
123 TEST_ASSERT(len == u_strlen(uString));
128 TEST_ASSERT(c==uString[0])
    [all...]
uenumtst.c 21 #include "unicode/ustring.h"
211 const UChar *uString = NULL;
216 while ((uString = uenum_unext(en, &len, &status))) {
217 log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(uString, len), len);
282 const UChar *uString = NULL;
283 while ((uString = uenum_unext(en, &len, &status))) {
284 log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(uString, len), len);
373 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], austrdup(ustr));
378 log_verbose("%s:%d: OK: ustring #%d got '%s'\n", __FILE__, line, i, compareToChar[i]);
382 log_err("%s:%d: FAIL: ustring #%d expected len %d got %d\n", __FILE__, line, i, strlen(compareToChar[i]), len)
    [all...]
capitst.c 25 #include "unicode/ustring.h"
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 491 milliseconds