OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ures_getSize
(Results
26 - 50
of
60
) sorted by null
1
2
3
/external/chromium_org/third_party/icu/source/i18n/
windtfmt.cpp
78
int32_t patSize =
ures_getSize
(patBundle);
dcfmtsym.cpp
319
if(U_SUCCESS(localStatus) &&
ures_getSize
(currency)>2) { // the length is 3 if more data is present
tmutfmt.cpp
432
int32_t size =
ures_getSize
(unitsRes);
481
int32_t count =
ures_getSize
(countsToPatternRB);
[
all
...]
coll.cpp
270
localeCount =
ures_getSize
(&installed);
dtptngen.cpp
85
aiter->num =
ures_getSize
(aiter->bund);
613
int32_t numberKeys =
ures_getSize
(patBundle);
655
int32_t numberKeys =
ures_getSize
(patBundle);
850
if (
ures_getSize
(dateTimePatterns) <= DateFormat::kDateTime)
[
all
...]
ucal.cpp
632
for (int i = 0; i <
ures_getSize
(order); i++) {
zonemeta.cpp
548
if (
ures_getSize
(mz) == 3) {
plurrule.cpp
494
int32_t numberKeys =
ures_getSize
(setRes);
translit.cpp
[
all
...]
/external/icu4c/i18n/
windtfmt.cpp
78
int32_t patSize =
ures_getSize
(patBundle);
dcfmtsym.cpp
330
if(U_SUCCESS(localStatus) &&
ures_getSize
(currency)>2) { // the length is 3 if more data is present
compactdecimalformat.cpp
670
int32_t size =
ures_getSize
(decimalFormatBundle);
705
int32_t size =
ures_getSize
(power10Bundle);
tmutfmt.cpp
448
int32_t size =
ures_getSize
(unitsRes);
497
int32_t count =
ures_getSize
(countsToPatternRB);
[
all
...]
coll.cpp
290
localeCount =
ures_getSize
(&installed);
ucal.cpp
691
for (int i = 0; i <
ures_getSize
(order); i++) {
dtptngen.cpp
85
aiter->num =
ures_getSize
(aiter->bund);
624
int32_t numberKeys =
ures_getSize
(patBundle);
865
if (
ures_getSize
(dateTimePatterns) <= DateFormat::kDateTime)
[
all
...]
translit.cpp
[
all
...]
zonemeta.cpp
674
if (
ures_getSize
(mz) == 3) {
/external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp
567
if(
ures_getSize
(bundle) > 1){
571
if(!U_FAILURE(err) &&
ures_getSize
(rowbundle)>1){
588
CONFIRM_EQ(col,
ures_getSize
(rowbundle));
[
all
...]
/external/icu4c/test/intltest/
restsnew.cpp
567
if(
ures_getSize
(bundle) > 1){
571
if(!U_FAILURE(err) &&
ures_getSize
(rowbundle)>1){
588
CONFIRM_EQ(col,
ures_getSize
(rowbundle));
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c
666
count=
ures_getSize
(res);
940
size =
ures_getSize
(res);
[
all
...]
creststn.c
[
all
...]
/external/icu4c/test/cintltst/
crestst.c
666
count=
ures_getSize
(res);
940
size =
ures_getSize
(res);
[
all
...]
creststn.c
[
all
...]
/external/chromium_org/third_party/icu/source/tools/genrb/
derb.c
508
/* int32_t noOfElements =
ures_getSize
(resource);*/
677
int32_t resSize =
ures_getSize
(resource);
Completed in 421 milliseconds
1
2
3