OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loccount
(Results
1 - 21
of
21
) sorted by null
/external/icu/icu4c/source/common/
locavailable.cpp
75
for (int32_t
locCount
=availableLocaleListCount-1;
locCount
>=0; --
locCount
) {
76
availableLocaleList[
locCount
].setFromPOSIXID(uloc_getAvailable(
locCount
));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRoundTripTest.java
60
int
locCount
= 0;
63
if(
locCount
> 5)
64
locCount
= 5;
67
for(int i = 0; i <
locCount
; ++i) {
DateFormatRoundTripTest.java
53
int
locCount
= avail.length;
54
logln("DateFormat available locales: " +
locCount
);
56
if (
locCount
> 5)
57
locCount
= 5;
72
for (int i = 0; i <
locCount
; ++i) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRoundTripTest.java
59
int
locCount
= 0;
62
if(
locCount
> 5)
63
locCount
= 5;
66
for(int i = 0; i <
locCount
; ++i) {
DateFormatRoundTripTest.java
52
int
locCount
= avail.length;
53
logln("DateFormat available locales: " +
locCount
);
55
if (
locCount
> 5)
56
locCount
= 5;
71
for (int i = 0; i <
locCount
; ++i) {
/external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp
117
int32_t
locCount
= 0;
118
const Locale *loc = NumberFormat::getAvailableLocales(
locCount
);
120
if(
locCount
> 5)
121
locCount
= 5;
124
for(int i = 0; i <
locCount
; ++i) {
dtfmtrtts.cpp
141
int32_t
locCount
= 0;
142
const Locale *avail = DateFormat::getAvailableLocales(
locCount
);
143
logln("DateFormat available locales: %d",
locCount
);
174
for (int i=0; i <
locCount
; ++i) {
restest.cpp
493
int32_t
locCount
= uloc_countAvailable();
497
for(;locIndex<
locCount
;locIndex++){
loctest.cpp
676
int32_t
locCount
= 0;
677
const Locale* locList = Locale::getAvailableLocales(
locCount
);
679
if (
locCount
== 0)
682
logln(UnicodeString("Number of locales returned = ") +
locCount
);
684
for(int32_t i = 0; i <
locCount
; ++i)
[
all
...]
rbbitst.cpp
665
int32_t
locCount
= 0;
666
const Locale* locList = BreakIterator::getAvailableLocales(
locCount
);
668
if (
locCount
== 0)
672
for (i = 0; i <
locCount
; ++i) {
[
all
...]
numfmtst.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cldrtest.c
503
int32_t
locCount
= uloc_countAvailable();
512
for (locIndex = 0; locIndex <
locCount
; locIndex++) {
529
if (
locCount
<= 1) {
538
for (locIndex = 0; locIndex <
locCount
; locIndex++) {
686
int32_t
locCount
= uloc_countAvailable();
697
for (fromLocIndex = 0; fromLocIndex <
locCount
; fromLocIndex++) {
714
for (toLocIndex = fromLocIndex + 1; toLocIndex <
locCount
; toLocIndex++) {
[
all
...]
cloctst.c
[
all
...]
creststn.c
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
object.cc
821
const unsigned int
loccount
= symtabshdr.get_sh_info();
local
822
this->local_symbol_count_ =
loccount
;
823
this->local_values_.resize(
loccount
);
824
section_offset_type locsize =
loccount
* sym_size;
2124
const unsigned int
loccount
= this->local_symbol_count_;
local
2441
const unsigned int
loccount
= this->local_symbol_count_;
local
2483
const unsigned int
loccount
= this->local_symbol_count_;
local
2576
const unsigned int
loccount
= this->local_symbol_count_;
local
[
all
...]
reloc.cc
395
const unsigned int
loccount
= this->local_symbol_count_;
local
396
gold_assert(
loccount
== symtabshdr.get_sh_info());
397
off_t locsize =
loccount
* sym_size;
1199
const unsigned int
loccount
= this->local_symbol_count_;
local
1213
const unsigned int
loccount
= this->local_symbol_count_;
local
[
all
...]
arm.cc
[
all
...]
aarch64.cc
1909
const unsigned int
loccount
= this->local_symbol_count();
local
[
all
...]
powerpc.cc
1872
const unsigned int
loccount
= this->do_local_symbol_count();
local
[
all
...]
mips.cc
5823
const unsigned int
loccount
= this->local_symbol_count();
local
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
decimfmt.h
95
* int32_t
locCount
;
96
* const Locale* locales = NumberFormat::getAvailableLocales(
locCount
);
111
* for (int32_t i = 0; i <
locCount
; ++i) {
[
all
...]
Completed in 411 milliseconds