OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ures_hasNext
(Results
1 - 25
of
41
) sorted by null
1
2
/external/icu4c/common/
uscript.c
58
while(
ures_hasNext
(resD)){
locavailable.cpp
148
while(
ures_hasNext
(&installed)) {
resbund.cpp
283
return
ures_hasNext
(fResource);
wintz.c
295
while (U_SUCCESS(status) &&
ures_hasNext
(bundle)) {
/external/chromium_org/third_party/icu/source/common/
uscript.c
58
while(
ures_hasNext
(resD)){
locavailable.cpp
148
while(
ures_hasNext
(&installed)) {
wintz.c
253
while (U_SUCCESS(status) &&
ures_hasNext
(bundle)) {
resbund.cpp
283
return
ures_hasNext
(fResource);
uloc_tag.c
675
if (!
ures_hasNext
(rb)) {
890
if (!
ures_hasNext
(rb)) {
[
all
...]
/external/icu4c/i18n/
region.cpp
131
while (
ures_hasNext
(worldContainment) ) {
137
while (
ures_hasNext
(groupingContainment) ) {
142
while (
ures_hasNext
(regionCodes) ) {
164
while (
ures_hasNext
(territoryAlias) ) {
217
while (
ures_hasNext
(codeMappings) ) {
280
while (
ures_hasNext
(territoryContainment) ) {
numsys.cpp
270
while (
ures_hasNext
(numberingSystemsInfo) ) {
zonemeta.cpp
667
while (
ures_hasNext
(rb)) {
805
while (U_SUCCESS(status) &&
ures_hasNext
(bundle)) {
coll.cpp
295
while(
ures_hasNext
(&installed)) {
reldtfmt.cpp
450
while(
ures_hasNext
(sb) && U_SUCCESS(status)) { // iterate over items
/external/chromium_org/third_party/icu/source/common/unicode/
ures.h
559
ures_hasNext
(const UResourceBundle *resourceBundle);
[
all
...]
/external/icu4c/common/unicode/
ures.h
566
ures_hasNext
(const UResourceBundle *resourceBundle);
[
all
...]
/external/icu4c/samples/uresb/
uresb.c
340
while(
ures_hasNext
(resource)) {
/external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp
400
while(
ures_hasNext
(strings) && U_SUCCESS(status)) { // iterate over items
coll.cpp
275
while(
ures_hasNext
(&installed)) {
zonemeta.cpp
541
while (
ures_hasNext
(rb)) {
ucurr.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp
560
while(
ures_hasNext
(bundle)){
573
while(
ures_hasNext
(rowbundle)){
[
all
...]
/external/icu4c/test/intltest/
restsnew.cpp
560
while(
ures_hasNext
(bundle)){
573
while(
ures_hasNext
(rowbundle)){
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c
77
while (
ures_hasNext
(currentBundle)) {
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
80
while (
ures_hasNext
(currentBundle)) {
[
all
...]
Completed in 104 milliseconds
1
2