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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeUtilities.cpp 57 // Replace soft hyphen with an ignorable character so that their presence or absence will
79 // Replace soft hyphen with an ignorable character so that their presence or absence will
84 static bool isNonLatin1Separator(UChar32 character)
86 ASSERT_ARG(character, character >= 256);
88 return U_GET_GC_MASK(character) & (U_GC_S_MASK | U_GC_P_MASK | U_GC_Z_MASK | U_GC_CF_MASK);
91 bool isSeparator(UChar32 character)
112 if (character < 256)
113 return latin1SeparatorTable[character];
115 return isNonLatin1Separator(character);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_aura.cc 57 wchar_t character,
76 windowsKeyCode = character;
77 nativeKeyCode = character;
78 text[0] = character;
79 unmodifiedText[0] = character;
  /external/chromium_org/third_party/icu/source/io/
ufile.h 95 * @param ch The read in character
96 * @return TRUE if the character is valid, or FALSE when EOF has been detected
102 * Get one character and detect whether the end of file has been reached.
104 * @param ch The read in character
105 * @return TRUE if the character is valid, or FALSE when EOF has been detected
  /external/guava/guava/src/com/google/common/primitives/
AndroidInteger.java 43 checkArgument(radix >= Character.MIN_RADIX,
44 "Invalid radix %s, min radix is %s", radix, Character.MIN_RADIX);
45 checkArgument(radix <= Character.MAX_RADIX,
46 "Invalid radix %s, max radix is %s", radix, Character.MAX_RADIX);
64 int digit = Character.digit(string.charAt(offset++), radix);
  /external/guava/guava-tests/test/com/google/common/collect/
TablesTest.java 37 Cell<String, Integer, Character> entry
43 Cell<String, Integer, Character> entry
47 Cell<String, Integer, Character> nullEntry
53 Cell<String, Integer, Character> entry
66 Cell<String, Integer, Character> entry
  /external/icu4c/common/
uinvchar.h 53 * Get the ordinal number of an uppercase invariant character
67 * Compare two EBCDIC invariant-character strings in ASCII order.
75 * Compare two invariant-character strings in ASCII order.
87 * Converts an EBCDIC invariant character to lowercase ASCII.
95 * Converts an invariant character to lowercase ASCII.
  /external/icu4c/io/
ufile.h 95 * @param ch The read in character
96 * @return TRUE if the character is valid, or FALSE when EOF has been detected
102 * Get one character and detect whether the end of file has been reached.
104 * @param ch The read in character
105 * @return TRUE if the character is valid, or FALSE when EOF has been detected
  /external/proguard/src/proguard/util/
VariableStringMatcher.java 93 * Returns whether the given character is allowed in the variable string.
95 private boolean isAllowedCharacter(char character)
102 if (allowedCharacters[index] == character)
116 if (disallowedCharacters[index] == character)
123 // Any remaining character is allowed.
  /external/icu4c/layout/
IndicLayoutEngine.h 31 * This class overrides the characterProcessing method to do Indic character processing
102 * This method does Indic OpenType character processing. It assigns the OpenType feature
108 * @param chars - the input character context
109 * @param offset - the index of the first character to process
113 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set.
119 * @return the output character count
127 * This method does character to glyph mapping, applies the GSUB table and applies
129 * to do the character to glyph mapping, and apply the GSUB table.
136 * @param chars - the input character context
137 * @param offset - the index of the first character to proces
    [all...]
HangulLayoutEngine.h 31 * This class overrides the characterProcessing method to do Hangul character processing.
101 * This method does Hangul OpenType character processing. It assigns the OpenType feature
102 * tags to the characters, and may compose a character sequence into a modern Hangul syllable,
106 * @param chars - the input character context
107 * @param offset - the index of the first character to process
111 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set.
117 * @return the output character count
  /external/chromium_org/v8/src/
scanner-character-streams.h 36 // A buffered character stream based on a random access character
44 virtual void PushBack(uc32 character);
52 virtual void SlowPushBack(uc16 character);
94 // The character position of the character at raw_data[raw_data_pos_].
108 virtual void PushBack(uc32 character) {
  /external/clang/test/Preprocessor/
utf8-allowed-chars.c 33 // expected-warning@9 {{using this character in an identifier is incompatible with C++98}}
34 // expected-warning@10 {{using this character in an identifier is incompatible with C++98}}
36 // expected-warning@14 {{using this character in an identifier is incompatible with C++98}}
51 // expected-warning@9 {{using this character in an identifier is incompatible with C99}}
52 // expected-warning@11 {{using this character in an identifier is incompatible with C99}}
54 // expected-warning@14 {{using this character in an identifier is incompatible with C99}}
55 // expected-warning@20 {{starting an identifier with this character is incompatible with C99}}
  /external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java 157 * Set of {@code Character}s considered whitespace in Javascript.
160 private static final Set<Character> JAVASCRIPT_WHITESPACE =
173 * Set of {@code Character}s considered whitespace in HTML.
176 private static final Set<Character> HTML_WHITESPACE =
232 * Determines if the specified character is an HTML whitespace character.
233 * A character is an HTML whitespace character if and only if it is one
236 * <li>A <code>Space</code> character
237 * <li>A <code>Tab</code> character
    [all...]
JavascriptTokenBuffer.java 38 * <li> Repeated whitespace is folded into just one character to
89 * are folded into one character to save space. Null strings are
105 * Appends a character to the buffer. We fold sequences of whitespace and
123 * Returns the last character in the buffer and removes it from the buffer
124 * or the NUL character '\0' if the buffer is empty.
126 * @return last character in the buffer or '\0' if the buffer is empty
140 * Returns the character at a given index in the buffer or nul ('\0')
146 * character in the buffer.
150 * @return character at the requested index
169 * last character in the buffer
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 45 * - The 'unicode' translated character is only available when character
47 * this is a UNICODE character corresponding to the keypress. If the
48 * high 9 bits of the character are 0, then this maps to the equivalent
49 * ASCII character:
55 * An international character..
63 Uint16 unicode; /**< translated character */
  /external/v8/src/
scanner-character-streams.h 36 // A buffered character stream based on a random access character
44 virtual void PushBack(uc32 character);
52 virtual void SlowPushBack(uc16 character);
94 // The character position of the character at raw_data[raw_data_pos_].
108 virtual void PushBack(uc32 character) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 52 if (Character.charCount(codePoint) == 1) {
58 return new String(Character.toChars(codePoint));
71 * a comma character in it.
153 // - It does not work for Serbian, because it fails to account for the "lj" character,
186 if (Character.isLetter(text.codePointAt(index))) {
191 if (!Character.isUpperCase(text.codePointAt(index))) {
200 if (Character.isUpperCase(codePoint)) {
203 } else if (Character.isLetter(codePoint)) {
221 if (Character.isLetter(codePoint) && !Character.isUpperCase(codePoint))
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 45 * - The 'unicode' translated character is only available when character
47 * this is a UNICODE character corresponding to the keypress. If the
48 * high 9 bits of the character are 0, then this maps to the equivalent
49 * ASCII character:
55 * An international character..
63 Uint16 unicode; /**< translated character */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 45 * - The 'unicode' translated character is only available when character
47 * this is a UNICODE character corresponding to the keypress. If the
48 * high 9 bits of the character are 0, then this maps to the equivalent
49 * ASCII character:
55 * An international character..
63 Uint16 unicode; /**< translated character */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 45 * - The 'unicode' translated character is only available when character
47 * this is a UNICODE character corresponding to the keypress. If the
48 * high 9 bits of the character are 0, then this maps to the equivalent
49 * ASCII character:
55 * An international character..
63 Uint16 unicode; /**< translated character */
  /external/chromium/googleurl/src/
url_canon_internal.h 30 // This file is intended to be included in another C++ file where the character
45 // Character type handling -----------------------------------------------------
47 // Bits that identify different character types. These types identify different
48 // bits that are set for each 8-bit character in the kSharedCharTypeTable.
70 // This table contains the flags in SharedCharTypes for each 8-bit character.
79 // More readable wrappers around the character type lookup table.
108 // regions of 0x20 characters each. Each of the three character types (numbers,
121 // Indicates if the given character is a dot or dot equivalent, returning the
123 // an escaped dot. If the character is not a dot, this will return 0.
137 // Returns the canonicalized version of the input character according to schem
    [all...]
  /external/chromium_org/url/
url_canon_internal.h 8 // This file is intended to be included in another C++ file where the character
20 // Character type handling -----------------------------------------------------
22 // Bits that identify different character types. These types identify different
23 // bits that are set for each 8-bit character in the kSharedCharTypeTable.
49 // This table contains the flags in SharedCharTypes for each 8-bit character.
58 // More readable wrappers around the character type lookup table.
90 // regions of 0x20 characters each. Each of the three character types (numbers,
103 // Indicates if the given character is a dot or dot equivalent, returning the
105 // an escaped dot. If the character is not a dot, this will return 0.
119 // Returns the canonicalized version of the input character according to schem
    [all...]
  /external/bison/lib/
mbuiter.h 60 initialized to the next multibyte character.
63 advances the iterator by one multibyte character.
66 returns the current multibyte character, of type mbchar_t. All the
70 return a pointer to the beginning of the current multibyte character.
119 struct mbchar cur; /* the current character:
120 const char *cur.ptr pointer to current character
122 size_t cur.bytes number of bytes of current character
123 bool cur.wc_valid true if wc is a valid wide character
124 wchar_t cur.wc if wc_valid: the current character
138 /* These characters are part of the basic character set. ISO C 9
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 203 uint8_t character = *string_it; local
209 if (character < minimumProtocolCharacter ||
210 character > maximumProtocolCharacter ||
211 character == '"' || character == '(' || character == ')' ||
212 character == ',' || character == '/' ||
213 (character >= ':' && character <= '@') || // U+003A - U+004
    [all...]
  /libcore/luni/src/main/java/java/io/
StringWriter.java 108 * the non-null character array to write.
110 * the index of the first character in {@code chars} to write.
127 * Writes one character to this writer's {@code StringBuffer}. Only the two
131 * the character to write to this writer's {@code StringBuffer}.
157 * the index of the first character in {@code str} to write.
171 * Appends the character {@code c} to this writer's {@code StringBuffer}.
175 * the character to append to the target stream.
185 * Appends the character sequence {@code csq} to this writer's {@code
191 * the character sequence appended to the target.
204 * Appends a subsequence of the character sequence {@code csq} to thi
    [all...]

Completed in 1111 milliseconds

<<11121314151617181920>>