Home
last modified time | relevance | path

Searched refs:first_char (Results 1 – 21 of 21) sorted by relevance

/external/skqp/tools/skdiff/
Dskdiff_utils.cpp110 const char *first_char = input_cstr; in replace_all() local
113 while ((match_char = strstr(first_char, oldSubstring))) { in replace_all()
114 output.append(first_char, (match_char - first_char)); in replace_all()
116 first_char = match_char + oldSubstringLen; in replace_all()
118 output.append(first_char); in replace_all()
/external/skia/tools/skdiff/
Dskdiff_utils.cpp110 const char *first_char = input_cstr; in replace_all() local
113 while ((match_char = strstr(first_char, oldSubstring))) { in replace_all()
114 output.append(first_char, (match_char - first_char)); in replace_all()
116 first_char = match_char + oldSubstringLen; in replace_all()
118 output.append(first_char); in replace_all()
/external/curl/tests/
Dpathhelp.pm227 my $first_char = ucfirst(substr($path, 0, 1));
234 substr($path, 0, 1) = $first_char;
542 my $first_char = substr($path, 0, 1);
545 substr($path, 0, 1) = $first_char;
/external/tensorflow/tensorflow/core/platform/
Dplatform_strings.cc34 int first_char = prefix[1]; in GetPlatformStrings() local
38 if (c == first_char && last_char == 0) { in GetPlatformStrings()
/external/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com130 $ first_char = f$extract(0, 1, line_in)
131 $ if first_char .nes. " " then line_in = " " + line_in
153 $ first_char = f$extract(0, 1, line_in)
154 $ if first_char .nes. " " then line_in = " " + line_in
/external/libchrome/base/
Denvironment.cc37 char first_char = variable_name[0]; in GetVar() local
39 if (IsAsciiLower(first_char)) in GetVar()
41 else if (IsAsciiUpper(first_char)) in GetVar()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp318 int first_char = m_WordBuffer[0]; in ReadNextObject() local
319 if (first_char == '/') { in ReadNextObject()
325 if (first_char == '(') { in ReadNextObject()
330 if (first_char == '<') { in ReadNextObject()
356 if (first_char == '[') { in ReadNextObject()
/external/freetype/include/freetype/
Dftwinfnt.h206 FT_Byte first_char; member
/external/freetype/src/winfonts/
Dwinfnt.c168 FT_FRAME_BYTE ( first_char ),
622 cmap->first = (FT_UInt32) font->header.first_char; in fnt_cmap_init()
866 if ( font->header.last_char < font->header.first_char ) in FNT_Face_Init()
875 font->header.first_char + 1 + 1; in FNT_Face_Init()
/external/python/cpython3/Modules/
Dpyexpat.c1264 Py_UCS4 first_char; in xmlparse_getattro() local
1282 first_char = PyUnicode_READ_CHAR(nameobj, 0); in xmlparse_getattro()
1283 if (first_char == 'E') { in xmlparse_getattro()
1297 if (first_char == 'C') { in xmlparse_getattro()
1308 if (first_char == 'b') { in xmlparse_getattro()
/external/v8/src/parsing/
Dscanner.cc1137 uc32 first_char = c0_; in ScanDecimalAsSmiWithNumericSeparators() local
1139 AddLiteralChar(first_char); in ScanDecimalAsSmiWithNumericSeparators()
1158 uc32 first_char = c0_; in ScanDecimalAsSmi() local
1160 AddLiteralChar(first_char); in ScanDecimalAsSmi()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c259 unsigned int first_char, last_char, pages, rows; in glXUseXFont()
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c258 unsigned int first_char, last_char, pages, rows; in Fake_glXUseXFont()
/external/v8/src/compiler/
Djs-heap-broker.cc150 first_char(length > 0 ? object->Get(0) : 0) { in StringData()
159 uint16_t const first_char; member in v8::internal::compiler::StringData
895 return data()->AsString()->first_char; in GetFirstChar()
/external/mesa3d/src/glx/
Dxfont.c271 unsigned int first_char, last_char, pages, rows; in DRI_glXUseXFont()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp547 bool first_char = true; in CamelCaseToUnderscoreCase() local
568 if (!first_char && was_lowercase && is_uppercase) in CamelCaseToUnderscoreCase()
572 first_char = false; in CamelCaseToUnderscoreCase()
/external/google-styleguide/
Dstyleguide.xsl903 <xsl:variable name="first_char" select="substring($text, 1, 1)"/>
906 <xsl:when test="contains('ABCDEFGHIJKLMNOPQRSTUVWXYZ', $first_char)">
910 …<xsl:value-of select="translate($first_char, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuv…
913 <xsl:value-of select="$first_char" />
/external/u-boot/drivers/video/
Dstb_truetype.h471 int first_char, int num_chars, // characters to bake
2518 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap() argument
2534 int g = stbtt_FindGlyphIndex(&f, first_char + i); in stbtt_BakeFontBitmap()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c5292 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char() local
5295 oc = first_char; in fast_forward_first_char()
5298 oc = TABLE_GET(first_char, common->fcc, first_char); in fast_forward_first_char()
5300 if (first_char > 127 && common->utf) in fast_forward_first_char()
5301 oc = UCD_OTHERCASE(first_char); in fast_forward_first_char()
5305 fast_forward_first_char2(common, first_char, oc, 0); in fast_forward_first_char()
/external/v8/src/
Dcode-stub-assembler.cc8771 TNode<Int32T> first_char = StringCharCodeAt(name_string, IntPtrConstant(0)); in BranchIfMaybeSpecialIndex() local
8773 GotoIf(Word32Equal(first_char, Int32Constant('-')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
8775 GotoIf(Word32Equal(first_char, Int32Constant('I')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
8777 GotoIf(Word32Equal(first_char, Int32Constant('N')), if_maybe_special_index); in BranchIfMaybeSpecialIndex()
8780 GotoIf(Uint32LessThan(first_char, Int32Constant('0')), if_not_special_index); in BranchIfMaybeSpecialIndex()
8781 GotoIf(Uint32LessThan(Int32Constant('9'), first_char), if_not_special_index); in BranchIfMaybeSpecialIndex()
/external/freetype/
DChangeLog.215017 * src/winfonts/winfnt.c (FNT_Load_Glyph): Use first_char in