HomeSort by relevance Sort by last modified time
    Searched full:u_fprintf (Results 1 - 15 of 15) sorted by null

  /external/icu4c/samples/case/
case.cpp 19 u_fprintf(out, "\"%S\"", other.getTerminatedBuffer());
35 u_fprintf(out, "Warning- couldn't set the substitute callback - err %s\n", u_errorName(status));
40 u_fprintf(out,"ICU Case Mapping Sample Program\n\n");
41 u_fprintf(out, "C++ Case Mapping\n\n");
52 u_fprintf(out, "\nstring: ");
55 u_fprintf(out, "\ntoUpper(): ");
58 u_fprintf(out, "\ntoLower(): ");
61 u_fprintf(out, "\n\nlowercase=%S, uppercase=%S\n", lowercase, uppercase);
67 u_fprintf(out, "\nupper.toLower: ");
73 u_fprintf(out, "\nlower.toUpper: ")
    [all...]
ucase.c 39 u_fprintf(out, "toupper(%C) = %C\n", char_k, ch);
41 u_fprintf(out, "tolower() = %C\n", ch);
43 u_fprintf(out, "totitle(%C) = %C\n", char_k, ch);
45 u_fprintf(out, "u_foldCase(%C, U_FOLD_CASE_DEFAULT) = %C\n", char_K, (UChar) ch);
53 u_fprintf(out, "error in u_strToLower(Turkish locale)=%ld error=%s\n", length,
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
66 u_fprintf(out, "error in u_strToLower(English locale)=%ld error=%s\n", length,
69 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer);
78 u_fprintf(out, "error in u_strFoldCase()=%ld error=%s\n", length,
81 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer)
    [all...]
  /external/icu4c/samples/citer/
citer.cpp 22 u_fprintf(out, "%S", &s);
28 u_fprintf(out, "%C", (UChar) ch);
30 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]");
32 u_fprintf(out, "[%X]", ch);
53 u_fprintf(out, "testText = %s", testChars);
56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
64 u_fprintf(out, "iter.getText() != clone.getText()\n");
67 u_fprintf(out, "\n");
70 u_fprintf(out, "Forward = ");
77 u_fprintf(out, "startIndex() or endIndex() failed\n")
    [all...]
  /external/icu4c/samples/uresb/
uresb.c 152 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
155 u_fprintf(out, "%s\n", arg);
178 u_fprintf(out, "%s", inchar);
182 u_fprintf(out, "%02X", (uint8_t)*what);
236 u_fprintf(out, "// WARNING: this string, size %d is truncated to %d\n", len, truncsize/2);
242 u_fprintf(out, "%s { \"%S\" } ", key, string);
244 u_fprintf(out, "\"%S\",", string);
247 u_fprintf(out, " // STRING");
249 u_fprintf(out, "\n");
256 u_fprintf(out, "%s", key)
    [all...]
  /external/icu4c/test/iotest/
filetst.c 67 u_fprintf(myFile, "Signed decimal integer %%d: %d\n", *n);
68 u_fprintf(myFile, "Signed decimal integer %%i: %i\n", *n);
69 u_fprintf(myFile, "Unsigned octal integer %%o: %o\n", *n);
70 u_fprintf(myFile, "Unsigned decimal integer %%u: %u\n", *n);
71 u_fprintf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", *n);
72 u_fprintf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", *n);
73 u_fprintf(myFile, "Float %%f: %f\n", myFloat);
74 u_fprintf(myFile, "Lowercase float %%e: %e\n", myFloat);
75 u_fprintf(myFile, "Uppercase float %%E: %E\n", myFloat);
76 u_fprintf(myFile, "Lowercase float %%g: %g\n", myFloat)
    [all...]
trnstst.c 156 u_fprintf(f, "Stephanos");
181 u_fprintf(f, "m");
261 u_fprintf(f, "Stephanos");
286 u_fprintf(f, "m");
strtst.c 260 u_fprintf(strFile, "%d", 1234);
266 log_err("u_fprintf failed to work on an en string Got: %s\n", cBuffer);
283 u_fprintf(strFile, "%d", 1234);
291 log_err("u_fprintf failed to work on a de string Got: %s\n", cBuffer);
298 u_fprintf(strFile, "%d", 1234);
  /external/icu4c/samples/ufortune/
ufortune.c 109 u_fprintf(u_stdout, "%s: checking output via icuio.\n", programName);
133 u_fprintf(u_stdout, "status from ures_open(\"fortune_resources\", %s) is %s\n",
149 u_fprintf(u_stdout, " %s\n", optionError); /* optionError is char *, from argv */
  /external/icu4c/io/
uprintf.c 103 u_fprintf( UFILE *f, function
  /external/icu4c/io/unicode/
ustdio.h 185 you can use one of the following u_fprintf examples to display a UnicodeString.</p>
191 u_fprintf(out, "%S\n", string1.getTerminatedBuffer());
192 u_fprintf(out, "%.*S\n", string2.length(), string2.getBuffer());
458 * @param patternSpecification A pattern specifying how <TT>u_fprintf</TT> will
464 u_fprintf(UFILE *f,
470 * This is identical to <TT>u_fprintf</TT>, except that it will
473 * @param patternSpecification A pattern specifying how <TT>u_fprintf</TT> will
477 * @see u_fprintf
507 * @param patternSpecification A pattern specifying how <TT>u_fprintf</TT> will
522 * @param patternSpecification A pattern specifying how <TT>u_fprintf</TT> wil
    [all...]
  /external/icu4c/common/unicode/
urename.h 250 #define u_fprintf U_ICU_ENTRY_POINT_RENAME(u_fprintf) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 159 #define u_fprintf u_fprintf_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 159 #define u_fprintf u_fprintf_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 159 #define u_fprintf u_fprintf_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 159 #define u_fprintf u_fprintf_3_2 macro
    [all...]

Completed in 918 milliseconds