Searched defs:letter (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/rlz/lib/
H A Dstring_utils.cc13 bool IsAscii(unsigned char letter) { argument
14 return letter < 0x80;
17 bool GetHexValue(char letter, int* value) { argument
24 if (letter >= '0' && letter <= '9')
25 *value = letter - '0';
26 else if (letter >= 'a' && letter <= 'f')
27 *value = (letter - 'a') + 0xA;
28 else if (letter >
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtextblit.c35 char letter = msg[colpos]; local
38 if (letter <= 'Z' && letter >= ' ')
39 letter_bitmap = font[letter-' '];
40 else if (letter <= 'z' && letter >= 'a')
41 letter_bitmap = font[letter-'a'+'A' - ' '];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_textblit.c37 char letter = msg[colpos]; local
40 if (letter <= 'Z' && letter >= ' ')
41 letter_bitmap = font[letter - ' '];
42 else if (letter <= 'z' && letter >= 'a')
43 letter_bitmap = font[letter - 'a' + 'A' - ' '];
/external/libvpx/libvpx/vp8/common/
H A Dtextblit.c35 char letter = msg[colpos]; local
38 if (letter <= 'Z' && letter >= ' ')
39 letter_bitmap = font[letter-' '];
40 else if (letter <= 'z' && letter >= 'a')
41 letter_bitmap = font[letter-'a'+'A' - ' '];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.c37 char letter = msg[colpos]; local
40 if (letter <= 'Z' && letter >= ' ')
41 letter_bitmap = font[letter - ' '];
42 else if (letter <= 'z' && letter >= 'a')
43 letter_bitmap = font[letter - 'a' + 'A' - ' '];
/external/chromium_org/chrome/browser/extensions/
H A Dbookmark_app_helper.cc46 explicit GeneratedIconImageSource(char letter, SkColor color, int output_size) argument
48 letter_(letter),
79 // Draw the letter onto the rounded rect. The letter's color depends on the
159 char letter) {
165 new GeneratedIconImageSource(letter, color, output_size),
281 // The letter that will be painted on the generated icon.
156 GenerateIcon(std::map<int, SkBitmap>* bitmaps, int output_size, SkColor color, char letter) argument
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcher.java284 * Helper method to determine if a character is a Latin-script letter or not. For our purposes,
289 static boolean isLatinLetter(char letter) { argument
291 if (!Character.isLetter(letter) && Character.getType(letter) != Character.NON_SPACING_MARK) {
294 UnicodeBlock block = UnicodeBlock.of(letter);
402 // We return null if it is a latin letter or an invalid punctuation symbol.
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp492 char letter = cFormat[iIndex]; local
493 switch(letter)
574 //cPurpose.push_back(letter);
575 cPurpose += letter;
/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h73 unsigned char letter; member in struct:LDP
90 unsigned char letter; member in struct:LDP
111 typedef struct LM { /*letter mappings*/
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py90 * The following compose letter letter sequences confliced
762 letter = "".join(sequence[-1:]) variable
763 print '0x%(cp)04X, %(uni)s, seq: [ <0x%(base)04X>,' % { 'cp': ord(unicode(letter)), 'uni': letter.encode('utf-8'), 'base': sequence[-2] },
767 print "], recomposed as", letter.encode('utf-8'), "verified"
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc392 bool PhoneNumberMatcher::IsLatinLetter(char32 letter) { argument
394 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) {
397 UBlockCode block = ublock_getCode(letter);
430 // We return false if it is a latin letter or an invalid punctuation
/external/chromium_org/base/files/
H A Dfile_path.cc43 // If this FilePath contains a drive letter specification, returns the
44 // position of the last character of the drive letter specification,
46 // begins with a letter followed by a colon. On other platforms, this always
83 StringType::size_type letter = FindDriveLetter(path); local
84 if (letter != StringType::npos) {
86 return path.length() > letter + 1 &&
87 FilePath::IsSeparator(path[letter + 1]);
246 // Capture drive letter, if any.
248 StringType::size_type letter = FindDriveLetter(dir.value()); local
249 if (letter !
316 StringType::size_type letter = FindDriveLetter(new_path.path_); local
349 StringType::size_type letter = FindDriveLetter(new_path.path_); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp109 char letter; member in struct:AttributeConversion
134 return conversions[i].letter;
145 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { argument
148 if(conversions[i].letter == letter) {
154 fprintf(stderr, "%s:%d: unknown letter %c: %s\n", __FILE__, __LINE__, letter, u_errorName(*status));
638 char letter = ucol_sit_attributeValueToLetter(attribute, status); local
639 appendShortStringElement(&letter, 1,
/external/icu/icu4c/source/i18n/
H A Ducol_sit.cpp110 char letter; member in struct:AttributeConversion
131 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { argument
134 if(conversions[i].letter == letter) {
140 fprintf(stderr, "%s:%d: unknown letter %c: %s\n", __FILE__, __LINE__, letter, u_errorName(*status));
H A Drulebasedcollator.cpp1509 void appendSubtag(CharString &s, char letter, const char *subtag, int32_t length, argument
1515 s.append(letter, errorCode);
1521 void appendAttribute(CharString &s, char letter, UColAttributeValue value, argument
1528 s.append(letter, errorCode);
/external/iptables/iptables/
H A Dip6tables.c949 print_iface(char letter, const char *iface, const unsigned char *mask, argument
957 printf("%s -%c ", invert ? " !" : "", letter);
H A Diptables.c965 print_iface(char letter, const char *iface, const unsigned char *mask, argument
973 printf("%s -%c ", invert ? " !" : "", letter);
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c286 unsigned int letter; local
287 for (letter=0; letter <= UCHAR_MAX; letter++)
288 lm->letter_index_for_letter[letter] = LTS_MAXCHAR;
292 char letter = toupper(lm->letters[i]); local
293 lm->letters[i] = letter;
294 lm->letter_index_for_letter[(unsigned char)letter] = i;
305 /* deallocate letter mapping */
507 pfprintf(PSTDOUT,"loading letter mappin
1005 unsigned char letter; local
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp224 bool getCBoxForLetter(char letter, FT_BBox* bbox);
456 static bool GetLetterCBox(FT_Face face, char letter, FT_BBox* bbox) { argument
457 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter);
1178 bool SkScalerContext_FreeType::getCBoxForLetter(char letter, FT_BBox* bbox) { argument
1179 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp225 bool getCBoxForLetter(char letter, FT_BBox* bbox);
457 static bool GetLetterCBox(FT_Face face, char letter, FT_BBox* bbox) { argument
458 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter);
1179 bool SkScalerContext_FreeType::getCBoxForLetter(char letter, FT_BBox* bbox) { argument
1180 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter);
/external/pcre/dist/
H A Dpcregrep.c303 /* Options without a single-letter equivalent get a negative value. This can be
2342 * Handle a single-letter, no data option *
2346 handle_option(int letter, int options) argument
2348 switch(letter)
2386 fprintf(stderr, "pcregrep: Unknown option -%c\n", letter);
2773 fprintf(stderr, "pcregrep: Unknown option letter '%c' in \"%s\"\n",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dparser.cc4387 // Special case if it is an ASCII letter.
4389 uc32 letter = controlLetter & ~('a' ^ 'A'); local
4390 if (letter < 'A' || 'Z' < letter) {
4717 uc32 letter = controlLetter & ~('A' ^ 'a'); local
4722 (letter >= 'A' && letter <= 'Z')) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1206 // block with pseudo-style element siblings (e.g. first-letter). If these
1362 // Update our first letter info now.
3504 // using flex box but should still support first-line|first-letter.
3506 // support first-line|first-letter, though.
3542 // CSS2 says first-letter can't be positioned.
3547 // CSS 2.1 http://www.w3.org/TR/CSS21/selector.html#first-letter
3549 // "initial" (Pi). "final" (Pf) and "other" (Po) punctuation classes), that precedes or follows the first letter should be included"
3597 // The first-letter renderer needs to be replaced. Create a new renderer of the right type.
3605 // Move the first letter into the new renderer.
3621 // |nextSibling| to go stale, we remove the old first letter usin
3708 RenderTextFragment* letter = local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js108 "empty-cells", "font-family", "font-size", "font-style", "font-variant", "font-weight", "font", "letter-spacing",
168 'background-position', 'border-spacing', 'bottom', 'font-size', 'height', 'left', 'letter-spacing', 'max-height', 'max-width', 'min-height',
268 "a3", "a4", "a5", "b4", "b5", "landscape", "ledger", "legal", "letter", "portrait"
468 "letter-spacing": { values: [
807 "letter-spacing": 3,

Completed in 1596 milliseconds

12