OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iteratorIndex
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
307
/*int32_t
iteratorIndex
;*/
337
uint32_t
iteratorIndex
;
[
all
...]
ucol.cpp
131
//(s)->
iteratorIndex
= 0;
180
backup->
iteratorIndex
= 0;
182
//backup->
iteratorIndex
= data->iterator->getIndex(data->iterator, UITER_CURRENT);
183
backup->
iteratorIndex
= data->iterator->getState(data->iterator);
185
if(backup->
iteratorIndex
== UITER_NO_STATE) {
186
while((backup->
iteratorIndex
= data->iterator->getState(data->iterator)) == UITER_NO_STATE) {
210
//data->iterator->move(data->iterator, backup->
iteratorIndex
, UITER_ZERO);
211
data->iterator->setState(data->iterator, backup->
iteratorIndex
, &status);
[
all
...]
/external/icu4c/i18n/
ucol_imp.h
305
/*int32_t
iteratorIndex
;*/
335
uint32_t
iteratorIndex
;
[
all
...]
ucol.cpp
152
//(s)->
iteratorIndex
= 0;
201
backup->
iteratorIndex
= 0;
203
//backup->
iteratorIndex
= data->iterator->getIndex(data->iterator, UITER_CURRENT);
204
backup->
iteratorIndex
= data->iterator->getState(data->iterator);
206
if(backup->
iteratorIndex
== UITER_NO_STATE) {
207
while((backup->
iteratorIndex
= data->iterator->getState(data->iterator)) == UITER_NO_STATE) {
231
//data->iterator->move(data->iterator, backup->
iteratorIndex
, UITER_ZERO);
232
data->iterator->setState(data->iterator, backup->
iteratorIndex
, &status);
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 48 milliseconds