HomeSort by relevance Sort by last modified time
    Searched full:character (Results 426 - 450 of 12872) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/data/brkitr/
title.txt 21 # (at a cased character), advance through the word and through
36 # with no word (cased character) preceding the current iteration position.
52 # Still, some rule is needed, so '.', a one character movement.
  /external/icu/icu4c/source/samples/props/
props.cpp 17 * for Unicode character properties.
30 /* get the character name */
34 /* print the code point and the character name */
  /frameworks/native/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /ndk/sources/android/support/src/wcstox/
shgetc.h 24 // Get next character from string. This convers the wide character to
29 // Back-track one character, must not be called more times than shgetc()
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java 36 // PhoneNumberUtils.replaceUnicodeDigits performs a character for character replacement,
46 // But in this case we do want to return a modified character string (even if
  /prebuilts/go/darwin-x86/test/
nul1.go 39 /* in source code */ ` + "\x00" + `// ERROR "NUL" "illegal character"
50 var z` + "\xc1\x81" + ` int // ERROR "UTF-8" "invalid identifier character"
52 /* in source code */ ` + "var \xc2A int" + `// ERROR "UTF-8" "invalid identifier character"
  /prebuilts/go/linux-x86/test/
nul1.go 39 /* in source code */ ` + "\x00" + `// ERROR "NUL" "illegal character"
50 var z` + "\xc1\x81" + ` int // ERROR "UTF-8" "invalid identifier character"
52 /* in source code */ ` + "var \xc2A int" + `// ERROR "UTF-8" "invalid identifier character"
  /prebuilts/misc/common/swig/include/2.0.11/r/
rtype.swg 10 %typemap("rtype") char *, char ** "character";
11 %typemap("rtype") char "character";
12 %typemap("rtype") string, string *, string & "character";
13 %typemap("rtype") std::string, std::string *, std::string & "character";
15 %typemap("rtype") enum SWIGTYPE "character";
16 %typemap("rtype") enum SWIGTYPE * "character";
17 %typemap("rtype") enum SWIGTYPE *const "character";
18 %typemap("rtype") enum SWIGTYPE & "character";
79 %{ $input = as($input, "character"); %}
81 %{ $input = as($input, "character"); %
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
trace.h 37 * Note: At this time the vertical bar character '|' and newline character '\n' are used internally
39 * space character in the trace.
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 8 * POSIX character class support for fnmatch() and glob().
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
Output.java 23 * An {@link Output} objects is an helper to write to a character stream {@link Writer}.
60 * Writes a single character to the writer.
62 * @param c The character to write.
65 write(Character.toString(c));
  /device/moto/shamu/sepolicy/
ss_ramdump.te 11 # Read /dev/ramdump_* character devices
  /external/ImageMagick/MagickWand/tests/
script-token-test-data.txt 27 'Space Character Escapes'
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3encodings.c 3 * the various Unicode character conversions. There are of
41 /// Convert 8 bit character to ANTLR char form.
43 /// \param[in] inc Input character to transform from 8 bit form.
44 /// \return ANTLR3_UCHAR encoding of the character.

Completed in 863 milliseconds

<<11121314151617181920>>