OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:begin_token
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/drive/
drive_api_util.cc
71
size_t
begin_token
= index;
local
73
if (query[
begin_token
] == '"') {
75
++
begin_token
;
76
size_t end_token = query.find('"',
begin_token
);
86
token = query.substr(
begin_token
, end_token -
begin_token
);
89
size_t end_token = query.find_first_of(kDelimiter,
begin_token
);
94
token = query.substr(
begin_token
, end_token -
begin_token
);
/external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp
115
static const UChar
BEGIN_TOKEN
[] = { 0x42, 0x45, 0x47, 0x49, 0x4e }; // 'BEGIN'
[
all
...]
/external/icu4c/i18n/
rbt_pars.cpp
117
static const UChar
BEGIN_TOKEN
[] = { 0x42, 0x45, 0x47, 0x49, 0x4e }; // 'BEGIN'
[
all
...]
Completed in 1138 milliseconds