/packages/inputmethods/PinyinIME/jni/share/ |
splparser.cpp | 31 uint16 spl_idx[], uint16 start_pos[], 45 if (NULL != start_pos) 46 start_pos[0] = 0; 60 if (NULL != start_pos) 61 start_pos[idx_num] = str_pos; 71 if (NULL != start_pos) 72 start_pos[idx_num] = str_pos; 114 if (NULL != start_pos) 115 start_pos[idx_num] = str_pos; 134 if (NULL != start_pos) 294 uint16 start_pos[3]; local 310 uint16 start_pos[3]; local [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_test_helpers.cc | 55 std::string::size_type start_pos) { 59 std::string::size_type end_pos = model_string.find(' ', start_pos); 61 std::string::size_type part_length = end_pos - start_pos; 62 std::string node_name = model_string.substr(start_pos, part_length); 83 start_pos = end_pos; 84 end_pos = model_string.find(' ', start_pos); 133 std::string::size_type start_pos = 0; local 135 AddNodesFromString(model, node, model_string, start_pos);
|
/external/chromium_org/content/renderer/android/ |
address_detector.cc | 50 size_t* start_pos, 53 if (address_parser::FindAddress(begin, end, start_pos, end_pos)) { 55 GetContentText(base::string16(begin + *start_pos, begin + *end_pos)));
|
phone_number_detector.cc | 60 size_t* start_pos, 80 // Need to return start_pos and end_pos relative to a UTF16 encoding. 81 *start_pos = UTF8ToUTF16(utf8_input.substr(0, match.start())).length(); 82 *end_pos = *start_pos + UTF8ToUTF16(match.raw_string()).length();
|
address_detector.h | 24 size_t* start_pos,
|
email_detector.h | 28 size_t* start_pos,
|
phone_number_detector.h | 29 size_t* start_pos,
|
content_detector.h | 45 // the input iterators are returned in start_pos and end_pos. 49 size_t* start_pos,
|
email_detector.cc | 47 size_t* start_pos, 60 *start_pos = matcher->start(status);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
Lexer.java | 60 int start_pos = this.pos; local 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 + 1) [all...] |
/external/chromium_org/content/common/android/ |
address_parser.h | 23 // position to search from, |end| is the position to search to. |start_pos| 28 size_t* start_pos,
|
/packages/inputmethods/PinyinIME/jni/include/ |
splparser.h | 43 uint16 start_pos[], uint16 max_size, bool &last_is_pre); 49 uint16 start_pos[], uint16 max_size, bool &last_is_pre); 54 uint16 start_pos[], uint16 max_size, bool &last_is_pre); 59 uint16 splidx[], uint16 start_pos[],
|
/external/chromium_org/ui/base/ime/win/ |
tsf_text_store.cc | 298 const uint32 start_pos = acp_start - committed_size_; local 301 if (start_pos == end_pos) { 307 if (start_pos == 0) { 316 } else if (text_input_client_->GetCompositionCharacterBounds(start_pos - 1, 326 if (text_input_client_->GetCompositionCharacterBounds(start_pos, 344 if (start_pos == 0) { 393 const LONG start_pos = selection_.start(); local 395 const LONG new_end_pos = start_pos + text_buffer_size; 401 *acp_start = start_pos; 413 DCHECK_LE(start_pos, end_pos) 631 const LONG start_pos = selection_buffer[0].acpStart; local 807 LONG start_pos, length; local [all...] |
/external/chromium_org/win8/metro_driver/ime/ |
text_store.cc | 309 const uint32 start_pos = acp_start - committed_size_; local 312 if (start_pos == end_pos) { 318 if (start_pos == 0) { 327 } else if (delegate_->GetCompositionCharacterBounds(start_pos - 1, 335 if (delegate_->GetCompositionCharacterBounds(start_pos, &tmp_rect)) { 348 if (start_pos == 0) 396 const LONG start_pos = selection_start_; local 398 const LONG new_end_pos = start_pos + text_buffer_size; 404 *acp_start = start_pos; 415 DCHECK_LE(start_pos, end_pos) 625 const LONG start_pos = selection_buffer[0].acpStart; local 796 LONG start_pos, length; local [all...] |
/external/chromium_org/v8/src/ |
messages.h | 70 int start_pos, 73 start_pos_(start_pos), 78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
|
/external/v8/src/ |
messages.h | 70 int start_pos, 73 start_pos_(start_pos), 78 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
|
/external/libnfc-nxp/src/ |
phLlcNfc_Frame.c | 761 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR)) 865 ps_store_frame->start_pos)) 922 (((ns_rejected != ps_store_frame->start_pos) && [all...] |
/packages/apps/Browser/tools/ |
get_search_engines.py | 114 start_pos = self.chrome_data.find('{', search_obj.start()) + 1; 115 end_pos = self.chrome_data.find('};', start_pos); 116 engine_data_str = self.chrome_data[start_pos:end_pos] 122 start_pos = line.find(' // ') 123 if start_pos != -1: 124 line = line[:start_pos]
|
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | 427 // to the decoder, starting at |start_pos| and returning one fragment. Skips 429 std::string GetBytesForFirstFragment(size_t start_pos, size_t* end_pos); 431 // (based on |start_pos|). 432 std::string GetBytesForNextFragment(size_t start_pos, size_t* end_pos); 434 void GetBytesForNextNALU(size_t start_pos, size_t* end_pos); // For h.264. 436 size_t start_pos, size_t* end_pos); // For VP8. 780 size_t start_pos, size_t* end_pos) { 782 *end_pos = start_pos; 789 *end_pos = start_pos; 793 return GetBytesForNextFragment(start_pos, end_pos) [all...] |
/external/chromium_org/chrome/browser/history/ |
scored_history_match.h | 68 // word break that are in the range [|start_pos|, |end_pos|). 69 // start_pos == string::npos is treated as start_pos = length of string. 75 size_t start_pos,
|
/external/chromium_org/ui/gfx/ |
interpolated_transform.cc | 242 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos, 245 start_pos_(start_pos), 249 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos, 254 start_pos_(start_pos),
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.cc | 83 size_t start_pos = 0; local 88 while ((find_pos = s.find(delimiter, start_pos)) != string::npos) { 89 const string substring = s.substr(start_pos, find_pos - start_pos); 93 start_pos = find_pos + delimiter.length(); 95 if (start_pos != s.length()) { 96 result->push_back(s.substr(start_pos));
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config_util.cpp | 387 static int read_file_line(const char* map, int start_pos, int size, int* line_size) 390 //debug("in, start pos:%d, size:%d", start_pos, size); 392 for(i = start_pos; i < size; i++) 398 //debug("out, ret:%d, start pos:%d, size:%d, line_size:%d", i, start_pos, size, *line_size); 422 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false) 426 //debug("in, line start_pos:%d, line_size:%d", start_pos, line_size); 427 for(i = start_pos; i < line_size; i++) 448 //debug("out, ret:%d, word:%s, word_size:%d, line start_pos:%d, line_size:%d", 449 // i, word, *word_size, start_pos, line_size) [all...] |
/external/chromium_org/ppapi/examples/video_decode/ |
video_decode.cc | 112 static void GetNextNALUBoundary(size_t start_pos, size_t* end_pos); 309 size_t start_pos, size_t* end_pos) { 310 assert(LookingAtNAL(kData, start_pos)); 311 *end_pos = start_pos; 338 size_t start_pos = encoded_data_next_pos_to_decode_; local 340 GetNextNALUBoundary(start_pos, &end_pos); 341 pp::Buffer_Dev* buffer = new pp::Buffer_Dev(gles2_, end_pos - start_pos); 345 bitstream_buffer.size = end_pos - start_pos; 347 memcpy(buffer->data(), kData + start_pos, end_pos - start_pos); [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
unicodetext.cc | 319 const_iterator start_pos) const { 320 assert(start_pos.utf8_data() >= utf8_data()); 321 assert(start_pos.utf8_data() <= utf8_data() + utf8_length()); 322 return UnsafeFind(look, start_pos); 330 const UnicodeText& look, const_iterator start_pos) const { 336 searching.find(look_piece, start_pos.utf8_data() - utf8_data());
|