OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetStore
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/i18n/
ucol.cpp
136
(s)->offsetReturn = (s)->
offsetStore
= NULL;
323
int32_t length =
offsetStore
== NULL ? 0 : (int32_t)(
offsetStore
- offsetBuffer);
324
U_ASSERT(length >= offsetBufferSize ||
offsetStore
!= NULL);
337
offsetStore
= offsetBuffer + length;
340
*
offsetStore
++ = offset;
[
all
...]
ucoleitr.cpp
384
//ci->offsetReturn = ci->
offsetStore
= NULL;
751
ci->
offsetStore
= ci->offsetBuffer;
ucol_imp.h
287
int32_t *
offsetStore
; /* This is the pointer for storing offsets */
[
all
...]
usearch.cpp
63
ci->
offsetStore
= ci->offsetBuffer;
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
119
(s)->offsetReturn = (s)->
offsetStore
= NULL;
302
int32_t length =
offsetStore
== NULL ? 0 : (int32_t)(
offsetStore
- offsetBuffer);
315
offsetStore
= offsetBuffer + length;
318
*
offsetStore
++ = offset;
[
all
...]
ucoleitr.cpp
384
//ci->offsetReturn = ci->
offsetStore
= NULL;
751
ci->
offsetStore
= ci->offsetBuffer;
ucol_imp.h
289
int32_t *
offsetStore
; /* This is the pointer for storing offsets */
[
all
...]
usearch.cpp
63
ci->
offsetStore
= ci->offsetBuffer;
[
all
...]
Completed in 164 milliseconds