HomeSort by relevance Sort by last modified time
    Searched full:characters (Results 26 - 50 of 7928) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unirepl.h 28 * replace a range of characters in a Replaceable string with output
47 * Replace characters in 'text' from 'start' to 'limit' with the
61 * the characters at offsets start..(limit-1) in text
78 * \\Uxxxxxxxx. Unprintable characters are defined by
87 * Union the set of all characters that may output by this object
89 * @param toUnionTo the set into which to union the output characters
  /external/clang/test/Analysis/
malloc.mm 269 unichar *characters = (unichar*)malloc(12);
270 NSString *string = [[NSString alloc] initWithCharactersNoCopy:characters length:12 freeWhenDone:1];
271 if (!string) free(characters); // no-warning
275 unichar *characters = (unichar*)malloc(12);
276 NSString *string = [[NSString alloc] initWithCharactersNoCopy:characters length:12 freeWhenDone:1];
280 unichar *characters = (unichar*)malloc(12);
281 NSString *string = [[NSString alloc] initWithCharactersNoCopy:characters length:12 freeWhenDone:1];
285 void test12365078_no_malloc(unichar *characters) {
286 NSString *string = [[NSString alloc] initWithCharactersNoCopy:characters length:12 freeWhenDone:1];
287 if (!string) {free(characters);}
    [all...]
  /external/icu4c/i18n/
unesctrn.h 23 * characters they represent. Escape forms have a prefix, a suffix, a
40 * numeric values are cast to 16-bit characters and stored in the
41 * string. Following these five characters, the prefix
42 * characters, then suffix characters are stored. Each form thus
43 * takes n+5 characters, where n is the total length of the prefix
  /external/icu4c/i18n/unicode/
unirepl.h 28 * replace a range of characters in a Replaceable string with output
47 * Replace characters in 'text' from 'start' to 'limit' with the
61 * the characters at offsets start..(limit-1) in text
78 * \\Uxxxxxxxx. Unprintable characters are defined by
87 * Union the set of all characters that may output by this object
89 * @param toUnionTo the set into which to union the output characters
  /external/icu4c/extra/uconv/
uconv.1.in 108 characters in the input, or characters that cannot be transcoded to
111 such characters in the input. Other callbacks offer a useful visual
194 to handle characters that cannot be transcoded to the destination
200 Omit invalid characters from the output.
207 to handle characters that cannot be transcoded from the original
220 to handle both characters that cannot be transcoded from the original
221 encoding and characters that cannot be transcoded to the destination
296 Replace the missing characters with a string of the format
298 for plane 0 characters, an
    [all...]
  /external/chromium_org/third_party/icu/source/data/xml/main/
aa.xml 17 <characters>
23 </characters>
af.xml 17 <characters>
23 </characters>
ak.xml 17 <characters>
23 </characters>
am.xml 17 <characters>
23 </characters>
ar.xml 17 <characters>
23 </characters>
as.xml 17 <characters>
23 </characters>
asa.xml 17 <characters>
23 </characters>
az.xml 17 <characters>
23 </characters>
az_Cyrl.xml 18 <characters>
24 </characters>
az_Latn.xml 18 <characters>
24 </characters>
be.xml 17 <characters>
23 </characters>
bem.xml 17 <characters>
23 </characters>
bez.xml 17 <characters>
23 </characters>
bm.xml 17 <characters>
23 </characters>
bn.xml 17 <characters>
23 </characters>
bo.xml 17 <characters>
23 </characters>
br.xml 17 <characters>
23 </characters>
bs.xml 17 <characters>
23 </characters>
ca.xml 17 <characters>
23 </characters>
cgg.xml 17 <characters>
23 </characters>

Completed in 315 milliseconds

12 3 4 5 6 7 8 91011>>