OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commondataindex
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/patches/
wpo.patch
15
if(gCommonICUDataArray[
commonDataIndex
] == NULL) {
17
for(i = 0; i <
commonDataIndex
; ++i) {
30
return gCommonICUDataArray[
commonDataIndex
];
/external/chromium_org/third_party/icu/source/common/
udata.cpp
637
int32_t
commonDataIndex
, /* ICU Data (index >= 0) if path == NULL */
651
if (
commonDataIndex
>= 0) {
653
if(
commonDataIndex
>= LENGTHOF(gCommonICUDataArray)) {
656
if(gCommonICUDataArray[
commonDataIndex
] == NULL) {
658
for(i = 0; i <
commonDataIndex
; ++i) {
680
return gCommonICUDataArray[
commonDataIndex
];
[
all
...]
/external/icu4c/common/
udata.cpp
661
int32_t
commonDataIndex
, /* ICU Data (index >= 0) if path == NULL */
675
if (
commonDataIndex
>= 0) {
677
if(
commonDataIndex
>= LENGTHOF(gCommonICUDataArray)) {
680
if(gCommonICUDataArray[
commonDataIndex
] == NULL) {
682
for(i = 0; i <
commonDataIndex
; ++i) {
704
return gCommonICUDataArray[
commonDataIndex
];
[
all
...]
Completed in 629 milliseconds