HomeSort by relevance Sort by last modified time
    Searched full:character (Results 376 - 400 of 10114) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 37 * A lexer is recognizer that draws input symbols from a character stream.
258 /** <summary>What is the index of the current character of lookahead?</summary> */
284 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting " + GetCharErrorDisplay(mte.Expecting);
290 msg = "no viable alternative at character " + GetCharErrorDisplay(e.Character);
294 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay(e.Character);
297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 38 * A lexer is recognizer that draws input symbols from a character stream.
311 /** <summary>What is the index of the current character of lookahead?</summary> */
342 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting );
350 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character );
356 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay( e.Character );
361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 53 * @brief Managing sequences of characters and character-like objects.
80 * Where the _M_p points to the first character in the string, and
92 * The reason you want _M_data pointing to the character %array and
164 // with a terminating character and m _CharT elements, it'd
456 * @param __pos Index of first character to copy from.
464 * @param __pos Index of first character to copy from.
472 * @brief Construct string initialized by a character %array.
473 * @param __s Source character %array.
491 * @param __c Character to use.
556 * @param __c Source character
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 53 * @brief Managing sequences of characters and character-like objects.
80 * Where the _M_p points to the first character in the string, and
92 * The reason you want _M_data pointing to the character %array and
164 // with a terminating character and m _CharT elements, it'd
456 * @param __pos Index of first character to copy from.
464 * @param __pos Index of first character to copy from.
472 * @brief Construct string initialized by a character %array.
473 * @param __s Source character %array.
491 * @param __c Character to use.
556 * @param __c Source character
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 109 * mapping for a non-Western character set.
115 * Mapping array to use when finding the corresponding code for a given character
132 * if a character is not mapped
148 * if a character is not mapped
162 * the character position to encode
163 * @return Mapping code for a particular character
165 * if the character is not mapped
203 * Maps the given upper-case character to it's Soudex code.
206 * An upper-case character.
214 throw new IllegalArgumentException("The character is not mapped: " + ch)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkiaWin.cpp 66 static bool fontContainsCharacter(const FontPlatformData* fontData, const wchar_t* family, UChar32 character)
73 paint.textToGlyphs(&character, sizeof(character), &glyph);
79 PassRefPtr<SimpleFontData> FontCache::platformFallbackForCharacter(const FontDescription& fontDescription, UChar32 character, const SimpleFontData*, bool)
84 const wchar_t* family = getFallbackFamily(character,
107 // with our current non-BMP character handling because we use
141 // Font returned from getFallbackFamily may not cover |character|
146 for (i = 0; (!data || !fontContainsCharacter(data, family, character)) && i < numFonts; ++i) {
150 // When i-th font (0-base) in |panUniFonts| contains a character and
152 // last font in the array covers the character, |i| will be numFonts
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 51 * @brief Managing sequences of characters and character-like objects.
78 * Where the _M_p points to the first character in the string, and
90 * The reason you want _M_data pointing to the character %array and
162 // with a terminating character and m _CharT elements, it'd
454 * @param pos Index of first character to copy from.
462 * @param pos Index of first character to copy from.
470 * @brief Construct string initialized by a character %array.
471 * @param s Source character %array.
489 * @param c Character to use.
554 * @param c Source character
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 51 * @brief Managing sequences of characters and character-like objects.
78 * Where the _M_p points to the first character in the string, and
90 * The reason you want _M_data pointing to the character %array and
162 // with a terminating character and m _CharT elements, it'd
454 * @param pos Index of first character to copy from.
462 * @param pos Index of first character to copy from.
470 * @brief Construct string initialized by a character %array.
471 * @param s Source character %array.
489 * @param c Character to use.
554 * @param c Source character
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 51 * @brief Managing sequences of characters and character-like objects.
78 * Where the _M_p points to the first character in the string, and
90 * The reason you want _M_data pointing to the character %array and
162 // with a terminating character and m _CharT elements, it'd
454 * @param pos Index of first character to copy from.
462 * @param pos Index of first character to copy from.
470 * @brief Construct string initialized by a character %array.
471 * @param s Source character %array.
489 * @param c Character to use.
554 * @param c Source character
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 51 * @brief Managing sequences of characters and character-like objects.
78 * Where the _M_p points to the first character in the string, and
90 * The reason you want _M_data pointing to the character %array and
162 // with a terminating character and m _CharT elements, it'd
454 * @param pos Index of first character to copy from.
462 * @param pos Index of first character to copy from.
470 * @brief Construct string initialized by a character %array.
471 * @param s Source character %array.
489 * @param c Character to use.
554 * @param c Source character
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 273 // Sum up advances that belong to a character.
309 // For RTL, we need to return the right side boundary of the character.
310 // Add advance of glyphs which are part of the character.
339 UChar32 character;
340 U16_NEXT(source, position, length, character);
342 if (Font::treatAsSpace(character) && character != '\t')
343 character = ' ';
344 else if (Font::treatAsZeroWidthSpaceInComplexScript(character))
345 character = zeroWidthSpace
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 53 * character-like objects.
178 * @param __pos Index of first character to copy from.
192 * @param __pos Index of first character to copy from.
205 * @brief Construct string initialized by a character array.
206 * @param __s Source character array.
229 * @param __c Character to use.
297 * @param __c Source character.
299 * Assigning to a character makes this string length 1 and
311 * Returns a read/write iterator that points to the first character in
323 * character in the %string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 53 * character-like objects.
178 * @param __pos Index of first character to copy from.
192 * @param __pos Index of first character to copy from.
205 * @brief Construct string initialized by a character array.
206 * @param __s Source character array.
229 * @param __c Character to use.
297 * @param __c Source character.
299 * Assigning to a character makes this string length 1 and
311 * Returns a read/write iterator that points to the first character in
323 * character in the %string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 52 * character-like objects.
177 * @param __pos Index of first character to copy from.
191 * @param __pos Index of first character to copy from.
204 * @brief Construct string initialized by a character array.
205 * @param __s Source character array.
228 * @param __c Character to use.
301 * @param __c Source character.
303 * Assigning to a character makes this string length 1 and
315 * Returns a read/write iterator that points to the first character in
327 * character in the %string
    [all...]
  /external/bison/lib/
mbchar.h 1 /* Multibyte character data type.
19 /* A multibyte character is a short subsequence of a char* string,
20 representing a single wide character.
44 returns true if mbc is the standard ASCII character sc.
47 returns true if mbc is the nul character.
76 returns true if mbc is a control character.
82 returns true if mbc is a graphic character.
88 returns true if mbc is a printable character.
91 returns true if mbc is a punctuation character.
94 returns true if mbc is a space character
    [all...]
  /external/chromium_org/base/i18n/
rtl_unittest.cc 49 // Test bidi string in which the first character with strong directionality
50 // is a character with type L.
52 // Test bidi string in which the first character with strong directionality
53 // is a character with type R.
55 // Test bidi string which starts with a character with weak directionality
56 // and in which the first character with strong directionality is a
57 // character with type L.
59 // Test bidi string which starts with a character with weak directionality
60 // and in which the first character with strong directionality is a
61 // character with type R
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 58 * @brief Managing sequences of characters and character-like objects.
185 * @param __pos Index of first character to copy from.
199 * @param __pos Index of first character to copy from.
212 * @brief Construct string initialized by a character array.
213 * @param __s Source character array.
236 * @param __c Character to use.
304 * @param __c Source character.
306 * Assigning to a character makes this string length 1 and
318 * Returns a read/write iterator that points to the first character in
330 * character in the %string
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 65 * character-like objects.
190 * @param __pos Index of first character to copy from.
204 * @param __pos Index of first character to copy from.
217 * @brief Construct string initialized by a character array.
218 * @param __s Source character array.
241 * @param __c Character to use.
309 * @param __c Source character.
311 * Assigning to a character makes this string length 1 and
323 * Returns a read/write iterator that points to the first character in
335 * character in the %string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 65 * character-like objects.
190 * @param __pos Index of first character to copy from.
204 * @param __pos Index of first character to copy from.
217 * @brief Construct string initialized by a character array.
218 * @param __s Source character array.
241 * @param __c Character to use.
309 * @param __c Source character.
311 * Assigning to a character makes this string length 1 and
323 * Returns a read/write iterator that points to the first character in
335 * character in the %string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 58 * @brief Managing sequences of characters and character-like objects.
185 * @param __pos Index of first character to copy from.
199 * @param __pos Index of first character to copy from.
212 * @brief Construct string initialized by a character array.
213 * @param __s Source character array.
236 * @param __c Character to use.
304 * @param __c Source character.
306 * Assigning to a character makes this string length 1 and
318 * Returns a read/write iterator that points to the first character in
330 * character in the %string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 58 * @brief Managing sequences of characters and character-like objects.
185 * @param __pos Index of first character to copy from.
199 * @param __pos Index of first character to copy from.
212 * @brief Construct string initialized by a character array.
213 * @param __s Source character array.
236 * @param __c Character to use.
304 * @param __c Source character.
306 * Assigning to a character makes this string length 1 and
318 * Returns a read/write iterator that points to the first character in
330 * character in the %string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 58 * @brief Managing sequences of characters and character-like objects.
185 * @param __pos Index of first character to copy from.
199 * @param __pos Index of first character to copy from.
212 * @brief Construct string initialized by a character array.
213 * @param __s Source character array.
236 * @param __c Character to use.
304 * @param __c Source character.
306 * Assigning to a character makes this string length 1 and
318 * Returns a read/write iterator that points to the first character in
330 * character in the %string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 58 * @brief Managing sequences of characters and character-like objects.
185 * @param __pos Index of first character to copy from.
199 * @param __pos Index of first character to copy from.
212 * @brief Construct string initialized by a character array.
213 * @param __s Source character array.
236 * @param __c Character to use.
304 * @param __c Source character.
306 * Assigning to a character makes this string length 1 and
318 * Returns a read/write iterator that points to the first character in
330 * character in the %string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 65 * character-like objects.
190 * @param __pos Index of first character to copy from.
204 * @param __pos Index of first character to copy from.
217 * @brief Construct string initialized by a character array.
218 * @param __s Source character array.
241 * @param __c Character to use.
309 * @param __c Source character.
311 * Assigning to a character makes this string length 1 and
323 * Returns a read/write iterator that points to the first character in
335 * character in the %string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 65 * character-like objects.
190 * @param __pos Index of first character to copy from.
204 * @param __pos Index of first character to copy from.
217 * @brief Construct string initialized by a character array.
218 * @param __s Source character array.
241 * @param __c Character to use.
309 * @param __c Source character.
311 * Assigning to a character makes this string length 1 and
323 * Returns a read/write iterator that points to the first character in
335 * character in the %string
    [all...]

Completed in 773 milliseconds

<<11121314151617181920>>