Searched refs:start_pos (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/content/renderer/android/
H A Daddress_detector.cc48 const string16::const_iterator& end, size_t* start_pos, size_t* end_pos,
50 if (address_parser::FindAddress(begin, end, start_pos, end_pos)) {
52 GetContentText(string16(begin + *start_pos, begin + *end_pos)));
47 FindContent(const string16::const_iterator& begin, const string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Dphone_number_detector.cc59 size_t* start_pos,
79 // Need to return start_pos and end_pos relative to a UTF16 encoding.
80 *start_pos = UTF8ToUTF16(utf8_input.substr(0, match.start())).length();
81 *end_pos = *start_pos + UTF8ToUTF16(match.raw_string()).length();
57 FindContent(const string16::const_iterator& begin, const string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Daddress_detector.h24 size_t* start_pos,
H A Demail_detector.h28 size_t* start_pos,
H A Dphone_number_detector.h29 size_t* start_pos,
H A Demail_detector.cc47 size_t* start_pos,
60 *start_pos = matcher->start(status);
45 FindContent(const string16::const_iterator& begin, const string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Dcontent_detector.h45 // the input iterators are returned in start_pos and end_pos.
49 size_t* start_pos,
/external/chromium_org/content/common/android/
H A Daddress_parser.h23 // position to search from, |end| is the position to search to. |start_pos|
28 size_t* start_pos,
H A Daddress_parser.cc62 size_t* start_pos,
196 *start_pos = words[0].begin - begin;
60 FindAddress(const string16::const_iterator& begin, const string16::const_iterator& end, size_t* start_pos, size_t* end_pos) argument
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java60 int start_pos = this.pos;
163 start_pos + 1);
178 start_pos + 1);
192 start_pos + 1);
206 start_pos + 1);
220 start_pos + 1);
234 start_pos + 1);
248 start_pos + 1);
262 start_pos + 1);
277 start_pos
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_model_test_utils.cc42 std::string::size_type start_pos) {
46 std::string::size_type end_pos = model_string.find(' ', start_pos);
48 std::string::size_type part_length = end_pos - start_pos;
49 std::string node_name = model_string.substr(start_pos, part_length);
70 start_pos = end_pos;
71 end_pos = model_string.find(' ', start_pos);
118 std::string::size_type start_pos = 0; local
120 AddNodesFromString(model, node, model_string, start_pos);
39 AddNodesFromString(BookmarkModel* model, const BookmarkNode* node, const std::string& model_string, std::string::size_type start_pos) argument
/external/chromium_org/v8/src/
H A Dmessages.h70 int start_pos,
73 start_pos_(start_pos),
78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
69 MessageLocation(Handle<Script> script, int start_pos, int end_pos) argument
H A Dpreparse-data.cc62 void FunctionLoggingParserRecorder::LogMessage(int start_pos, argument
70 function_store_.Add(start_pos);
/external/v8/src/
H A Dmessages.h70 int start_pos,
73 start_pos_(start_pos),
78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
69 MessageLocation(Handle<Script> script, int start_pos, int end_pos) argument
H A Dmessages.cc53 loc->start_pos(), *str);
77 start = loc->start_pos();
H A Dpreparse-data.cc62 void FunctionLoggingParserRecorder::LogMessage(int start_pos, argument
70 function_store_.Add(start_pos);
/external/aac/libSBRdec/src/
H A Denv_calc.h155 int start_pos, int next_pos,
162 int start_pos,
H A Denv_calc.cpp163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */ local
649 start_pos, stop_pos,
658 start_pos, stop_pos,
841 noise_e = (start_pos < no_cols) ? adj_e : final_e;
907 sc_change = (start_pos<no_cols)? adj_e - input_e : final_e - input_e;
927 for (j = start_pos; j < stop_pos; j++)
936 if ( (j==no_cols) && (start_pos<no_cols) )
991 if (j-start_pos < smooth_lengt
1227 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1262 maxSubbandSample( FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos ) argument
1334 calcNrgPerSubband(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int lowSubband, int highSubband, int start_pos, int next_pos, SCHAR frameExp, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
1455 calcNrgPerSfb(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int nSfb, UCHAR *freqBandTable, int start_pos, int next_pos, SCHAR input_e, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
[all...]
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store.cc296 const uint32 start_pos = acp_start - committed_size_; local
299 if (start_pos == end_pos) {
305 if (start_pos == 0) {
314 } else if (text_input_client_->GetCompositionCharacterBounds(start_pos - 1,
324 if (text_input_client_->GetCompositionCharacterBounds(start_pos,
342 if (start_pos == 0) {
391 const LONG start_pos = selection_.start(); local
393 const LONG new_end_pos = start_pos + text_buffer_size;
399 *acp_start = start_pos;
411 DCHECK_LE(start_pos, end_po
625 const LONG start_pos = selection_buffer[0].acpStart; local
801 LONG start_pos, length; local
[all...]
/external/libnfc-nxp/src/
H A DphLlcNfc_Frame.c761 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
865 ps_store_frame->start_pos))
922 (((ns_rejected != ps_store_frame->start_pos) &&
964 if (ps_frame_info->n_s < (ps_store_frame->start_pos +
1017 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL START POS : 0x%02X\n", ps_store_frame->start_pos);
1130 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
1152 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
1200 PH_LLCNFC_DEBUG("NS START POS BEFORE DEL : 0x%02X\n", ps_store_frame->start_pos);
1207 PH_LLCNFC_DEBUG("NS START POS AFTER DEL : 0x%02X\n", ps_store_frame->start_pos);
1290 ps_store_frame->start_pos)
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc503 // to the decoder, starting at |start_pos| and returning
505 std::string GetBytesForFirstFragments(size_t start_pos, size_t* end_pos);
507 // |start_pos| & |num_fragments_per_decode_|).
508 std::string GetBytesForNextFragments(size_t start_pos, size_t* end_pos);
510 void GetBytesForNextNALU(size_t start_pos, size_t* end_pos); // For h.264.
512 size_t start_pos, size_t* end_pos); // For VP8.
831 size_t start_pos, size_t* end_pos) {
833 *end_pos = start_pos;
840 *end_pos = start_pos;
844 return GetBytesForNextFragments(start_pos, end_po
830 GetBytesForFirstFragments( size_t start_pos, size_t* end_pos) argument
847 GetBytesForNextFragments( size_t start_pos, size_t* end_pos) argument
865 GetBytesForNextNALU( size_t start_pos, size_t* end_pos) argument
880 GetBytesForNextFrames( size_t start_pos, size_t* end_pos) argument
[all...]
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc112 static void GetNextNALUBoundary(size_t start_pos, size_t* end_pos);
308 size_t start_pos, size_t* end_pos) {
309 assert(LookingAtNAL(kData, start_pos));
310 *end_pos = start_pos;
337 size_t start_pos = encoded_data_next_pos_to_decode_; local
339 GetNextNALUBoundary(start_pos, &end_pos);
340 pp::Buffer_Dev* buffer = new pp::Buffer_Dev(gles2_, end_pos - start_pos);
344 bitstream_buffer.size = end_pos - start_pos;
346 memcpy(buffer->data(), kData + start_pos, end_pos - start_pos);
307 GetNextNALUBoundary( size_t start_pos, size_t* end_pos) argument
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.cc320 const_iterator start_pos) const {
321 assert(start_pos.utf8_data() >= utf8_data());
322 assert(start_pos.utf8_data() <= utf8_data() + utf8_length());
323 return UnsafeFind(look, start_pos);
331 const UnicodeText& look, const_iterator start_pos) const {
337 searching.find(look_piece, start_pos.utf8_data() - utf8_data());
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h166 InterpolatedTranslation(const gfx::Point& start_pos,
168 InterpolatedTranslation(const gfx::Point& start_pos,
H A Dinterpolated_transform.cc245 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos, argument
248 start_pos_(start_pos),
252 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos, argument
257 start_pos_(start_pos),

Completed in 656 milliseconds

1234