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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/public/web/
WebFont.h 78 // Returns the character offset corresponding to the given horizontal pixel
90 // To get the pixel offset of some character (the opposite of
92 // |to| = the character you want. The right edge of the resulting selection
93 // rect will tell you the right side of the character.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 56 /* num_chars :: The number of character codes in the encoding. */
59 /* code_first :: The lowest valid character code in the encoding. */
61 /* code_last :: The highest valid character code in the encoding */
63 /* character codes. */
  /external/chromium_org/third_party/freetype/src/cff/
cffcmap.h 5 /* CFF character mapping table (cmap) support (specification). */
  /external/chromium_org/third_party/icu/source/i18n/
regexcst.pl 81 # character [n] target-state [^push-state] [function-name]
84 # character is either a single quoted character e.g. '['
85 # or a name of a character class, e.g. white_space
91 # First field, character class or literal character for this transition.
94 # We've got a quoted literal character.
98 # We've got the name of a character class.
101 print " rbbicsts: at line $line_num, bad character literal or character class name.\n"
    [all...]
usrchimp.h 31 UBreakIterator *internalBreakIter; //internal character breakiterator
94 * If the end character is composite and the pattern ce does not match the text
95 * ce, we skip it until we find a match in the end composite character or when
96 * it has passed the character. This is so that we can match pattern "a" with
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h 55 * each character of an international string. Use the iterator to return the
56 * ordering priority of the positioned character. The ordering priority of a
57 * character, which we refer to as a key, defines how a character is collated in
66 * The key of a character, is an integer composed of primary order(short),
92 * character based on the comparison level of the collator.
94 * previous character based on the comparison level of the collator.
111 * Character based on the comparison level of the collator. A collation order
176 * Gets the ordering priority of the next character in the string.
178 * @return the next character's ordering. otherwise returns NULLORDER if an
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdetst.h 17 * character '-' in string "black-bird". The en_US locale uses the default
cestst.h 17 * character '-' in string "black-bird". The en_US locale uses the default
cfintst.h 17 * character '-' in string "black-bird". The en_US locale uses the default
cfrtst.h 17 * character '-' in string "black-bird". The en_US locale uses the default
cjaptst.h 20 * character '-' in string "black-bird". The en_US locale uses the default
cturtst.h 17 * character '-' in string "black-bird". The en_US locale uses the default
encoll.h 17 * character '-' in string "black-bird". The en_US locale uses the default
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.h 16 * Test character- and string- related settings in utypes.h,
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
charmap.h 2 * Mask of various character properties
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive3_test.cc 12 // Test simple character classes by themselves.
20 // Test simple character classes inside a___b (for example, a[a]b).
65 // Test interesting UTF-8 characters against character classes.
77 // Test interesting UTF-8 characters against character classes,
  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 107 int32_t character; local
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils.h 72 // Converts an integer into a 4 character string using the ASCII encoding.
86 // Encode a single character in UTF-16.
89 // @param uchar the Unicode character to encode
90 // @return the encoded character
  /external/chromium_org/third_party/skia/src/utils/
SkBase64.h 28 encode[64] will be used as the pad character. Encodings other than the
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.h 22 // Returns a character on a standard US PC keyboard from an XEvent.
  /external/chromium_org/ui/gfx/
font_render_params_android.cc 18 // Use subpixel text positioning to keep consistent character spacing when
  /external/chromium_org/url/
url_canon_icu.h 22 // Constructs a converter using an already-existing ICU character set
url_parse_internal.h 19 // Returns true if we should trim this character from the URL because it is a
20 // space or a control character.
28 // in the input string (so the string starts at character |*begin| in the spec,
77 // Given a spec and a pointer to the character after the colon following the
  /external/chromium_org/v8/test/intl/collator/
normalization.js 30 // We need a character with two combining marks, from two different classes,
35 // http://unicode.org/cldr/utility/character.jsp?a=01DF
38 // http://unicode.org/cldr/utility/character.jsp?a=1E09 for character details.
  /external/chromium_org/v8/test/webkit/fast/regex/
invalid-range-in-class.js 25 "This page tests invalid character ranges in character classes."
35 // A character-class in a range is invalid, according to ECMA-262, but we allow it.
49 // A hyphen after a character-class is not invalid.

Completed in 864 milliseconds

<<21222324252627282930>>