OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historicCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp
171
int32_t
historicCount
= fHistoricRules->size();
172
done = (UBool*)uprv_malloc(sizeof(UBool) *
historicCount
);
177
for (i = 0; i <
historicCount
; i++) {
191
for (i = 0; i <
historicCount
; i++) {
217
for (int32_t j = 0; j <
historicCount
; j++) {
590
int32_t
historicCount
= fHistoricRules->size();
592
while (cnt < trscount && idx <
historicCount
) {
/external/icu4c/i18n/
rbtz.cpp
191
int32_t
historicCount
= fHistoricRules->size();
192
done = (UBool*)uprv_malloc(sizeof(UBool) *
historicCount
);
197
for (i = 0; i <
historicCount
; i++) {
211
for (i = 0; i <
historicCount
; i++) {
237
for (int32_t j = 0; j <
historicCount
; j++) {
612
int32_t
historicCount
= fHistoricRules->size();
614
while (cnt < trscount && idx <
historicCount
) {
Completed in 426 milliseconds