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

<<11121314151617181920>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
diffiSACPLC.txt 2 (set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
  /libcore/luni/src/main/java/java/text/
Normalizer.java 58 * Check whether the given character sequence <code>src</code> is normalized
61 * @param src character sequence to check
70 * Normalize the character sequence <code>src</code> according to the
73 * @param src character sequence to read for normalization
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamSource.java 62 * the XML parser can resolve character encoding specified
78 * the XML parser can resolve character encoding specified
94 * Construct a StreamSource from a character reader. Normally,
96 * the XML parser can resolve character encoding specified
101 * @param reader A valid Reader reference to an XML character stream.
108 * Construct a StreamSource from a character reader. Normally,
110 * the XML parser may resolve character encoding specified
115 * @param reader A valid Reader reference to an XML character stream.
144 * the XML parser can resolve character encoding specified
168 * Set the input to be a character reader. Normally
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java 22 * This will shift the position to either the start or the last character in the
60 * A single character may contain more than one collation element.
71 * A single character may contain more than one collation element.
107 * Get the offset of the current source character.
108 * This is an offset into the text of the character containing the current
110 * @return offset of the current source character.
118 * Set the offset of the current source character.
119 * This is an offset into the text of the character to be processed.
120 * @param offset The desired character offset.
  /external/bison/lib/
string.in.h 299 GB18030 and the character to be searched is a digit. */
302 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
459 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
464 /* Find the first occurrence in S of any character in ACCEPT. */
491 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings "
508 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
515 GB18030 and the character to be searched is a digit. */
518 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
534 Caveat: The identity of the delimiting character is lost.
550 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 78 rubyCharValueEscape[ i ] = Character.toString( i );
139 * I W h << 'i' << '_' // the last character in an acronym run of uppers
158 if ( Character.isLetter( cur ) ) {
159 output_buffer.append( Character.toLowerCase( cur ) );
161 if ( Character.isDigit( next ) || Character.isWhitespace( next ) ) {
163 } else if ( Character.isLowerCase( cur ) && Character.isUpperCase( next ) ) {
166 } else if ( ( i < cliff - 1 ) && Character.isUpperCase( cur ) && Character.isUpperCase( next ) )
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
key_converter_unittest.cc 57 void CheckNonShiftChar(ui::KeyboardCode key_code, char character) {
60 char_string.push_back(character);
65 ASSERT_EQ(3u, events.size()) << "Char: " << character;
67 EXPECT_EQ(key_code, it->key_code) << "Char: " << character;
69 ASSERT_EQ(1u, it->modified_text.length()) << "Char: " << character;
70 ASSERT_EQ(1u, it->unmodified_text.length()) << "Char: " << character;
71 EXPECT_EQ(character, it->modified_text[0]) << "Char: " << character;
72 EXPECT_EQ(character, it->unmodified_text[0]) << "Char: " << character;
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
LineBreakTest.txt 4 # Unicode Character Database
17 # - the sample character name
18 # - (x) the Line_Break property* for the sample character
33 × 0023 × 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [21.01] <CHARACTER TABULATION> (BA) ÷ [0.3]
34 × 0023 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATION> (BA) ÷ [0.3]
35 × 0023 × 0308 × 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [21.01] <CHARACTER TABULATION> (BA) ÷ [0.3]
36 × 0023 × 0308 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATION> (BA) ÷ [0.3]
45 × 0023 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) ÷ [20.01] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3]
46 × 0023 × 0020 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3]
47 × 0023 × 0308 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) ÷ [20.01] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 46 * a null character is appended automatically to the copied
51 * @param pStrOut: (OUT) Destination character string.
52 * @param pStrIn: (IN) Source character string.
82 * @param pStrIn1: (IN) First character string.
83 * @param pStrIn2: (IN) Second character string.
130 * set to the first character of the string following the last
131 * character of the number that has been converted.
138 * @param pStrIn: (IN) Character string.
140 * @param pStrOut: (OUT) Output character string.
141 * @param base: (IN) Base of the character string representation
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 57 * pair of character sequences: one for input, and one for output.
68 * other representations for character sequences, such as external
101 * to write (to put, or to store a character value, into the sequence).
105 * next (preceding) element to store a character that is put back
110 * next element to read (to get, or to obtain a character value,
268 * @brief Getting the next character.
269 * @return The next character, or eof.
285 * @brief Getting the next character.
286 * @return The next character, or eof.
288 * If the input read position is available, returns that character
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
streambuf 60 * pair of character sequences: one for input, and one for output.
71 * other representations for character sequences, such as external
104 * to write (to put, or to store a character value, into the sequence).
108 * next (preceding) element to store a character that is put back
113 * next element to read (to get, or to obtain a character value,
271 * @brief Getting the next character.
272 * @return The next character, or eof.
288 * @brief Getting the next character.
289 * @return The next character, or eof.
291 * If the input read position is available, returns that character
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
streambuf 60 * pair of character sequences: one for input, and one for output.
71 * other representations for character sequences, such as external
104 * to write (to put, or to store a character value, into the sequence).
108 * next (preceding) element to store a character that is put back
113 * next element to read (to get, or to obtain a character value,
271 * @brief Getting the next character.
272 * @return The next character, or eof.
288 * @brief Getting the next character.
289 * @return The next character, or eof.
291 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 57 * pair of character sequences: one for input, and one for output.
68 * other representations for character sequences, such as external
101 * to write (to put, or to store a character value, into the sequence).
105 * next (preceding) element to store a character that is put back
110 * next element to read (to get, or to obtain a character value,
268 * @brief Getting the next character.
269 * @return The next character, or eof.
285 * @brief Getting the next character.
286 * @return The next character, or eof.
288 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 57 * pair of character sequences: one for input, and one for output.
68 * other representations for character sequences, such as external
101 * to write (to put, or to store a character value, into the sequence).
105 * next (preceding) element to store a character that is put back
110 * next element to read (to get, or to obtain a character value,
268 * @brief Getting the next character.
269 * @return The next character, or eof.
285 * @brief Getting the next character.
286 * @return The next character, or eof.
288 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
streambuf 57 * pair of character sequences: one for input, and one for output.
68 * other representations for character sequences, such as external
101 * to write (to put, or to store a character value, into the sequence).
105 * next (preceding) element to store a character that is put back
110 * next element to read (to get, or to obtain a character value,
268 * @brief Getting the next character.
269 * @return The next character, or eof.
285 * @brief Getting the next character.
286 * @return The next character, or eof.
288 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
streambuf 57 * pair of character sequences: one for input, and one for output.
68 * other representations for character sequences, such as external
101 * to write (to put, or to store a character value, into the sequence).
105 * next (preceding) element to store a character that is put back
110 * next element to read (to get, or to obtain a character value,
268 * @brief Getting the next character.
269 * @return The next character, or eof.
285 * @brief Getting the next character.
286 * @return The next character, or eof.
288 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 60 * pair of character sequences: one for input, and one for output.
71 * other representations for character sequences, such as external
104 * to write (to put, or to store a character value, into the sequence).
108 * next (preceding) element to store a character that is put back
113 * next element to read (to get, or to obtain a character value,
271 * @brief Getting the next character.
272 * @return The next character, or eof.
288 * @brief Getting the next character.
289 * @return The next character, or eof.
291 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 60 * pair of character sequences: one for input, and one for output.
71 * other representations for character sequences, such as external
104 * to write (to put, or to store a character value, into the sequence).
108 * next (preceding) element to store a character that is put back
113 * next element to read (to get, or to obtain a character value,
271 * @brief Getting the next character.
272 * @return The next character, or eof.
288 * @brief Getting the next character.
289 * @return The next character, or eof.
291 * If the input read position is available, returns that character
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
istream 49 * @tparam _CharT Type of character stream.
50 * @tparam _Traits Traits for character type, defaults to
253 * character that would have been inserted is not extracted), or
264 * @brief Character counting
296 * @return A character, or eof().
298 * Tries to extract a character. If none are available, sets failbit
306 * @param __c The character in which to store data.
309 * Tries to extract a character and store it in @a __c. If none are
319 * @brief Simple multiple-character extraction.
322 * @param __delim A "stop" character
    [all...]
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_mac.mm 206 // Translates from character code to keyboard code.
456 unichar* character,
472 if (!character)
475 *character = ptr->characterIgnoringModifiers;
477 // Fill in |character| according to flags.
480 *character = kShiftCharsForNumberKeys[keycode - VKEY_0];
482 *character = 'A' + (keycode - VKEY_A);
486 *character = '~';
489 *character = '_';
492 *character = '+'
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstOperationsTest.java 105 BstModifier<Character, SimpleNode> modifier = EasyMock.createStrictMock(BstModifier.class);
128 BstMutationRule<Character, SimpleNode> mutationRule =
130 BstMutationResult<Character, SimpleNode> mutationResult =
161 BstModifier<Character, SimpleNode> modifier = EasyMock.createStrictMock(BstModifier.class);
167 BstMutationRule<Character, SimpleNode> mutationRule =
169 BstMutationResult<Character, SimpleNode> mutationResult =
197 BstModifier<Character, SimpleNode> modifier = EasyMock.createStrictMock(BstModifier.class);
215 BstMutationRule<Character, SimpleNode> mutationRule =
217 BstMutationResult<Character, SimpleNode> mutationResult =
244 BstModifier<Character, SimpleNode> modifier = EasyMock.createStrictMock(BstModifier.class)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTokenizer-in.cpp 208 static inline bool isCSSLetter(CharacterType character)
210 return character >= 128 || typesOfASCIICharacters[character] <= CharacterDash;
214 static inline bool isCSSEscape(CharacterType character)
216 return character >= ' ' && character != 127;
220 static inline bool isURILetter(CharacterType character)
222 return (character >= '*' && character != 127) || (character >= '#' && character <= '&') || character == '!'
636 CharacterType* character = currentCharacter<CharacterType>() + 1; local
674 CharacterType* character = currentCharacter<CharacterType>(); local
688 CharacterType* character = skipWhiteSpace(currentCharacter<CharacterType>()); local
1215 SrcCharacterType* character = currentCharacter<SrcCharacterType>(); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 44 * Returns the character array.
195 * Retrieves the character at the {@code index}.
198 * the index of the character to retrieve.
527 * Sets the character at the {@code index}.
530 * the zero-based index of the character to replace.
532 * the character to set.
667 * Searches for the first index of the specified character. The search for
668 * the character starts at the beginning and moves towards the end.
672 * @return the index of the specified character, -1 if the character isn'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
mac_farsi.py 1 """ Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mac_farsi.py 1 """ Python Character Mapping Codec mac_farsi generated from 'MAPPINGS/VENDORS/APPLE/FARSI.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]

Completed in 424 milliseconds

<<11121314151617181920>>