OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexR
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/
uresdata.c
412
int32_t *
indexR
, const char **key) {
423
*
indexR
=idx=_res_findTableItem(pResData, p, length, *key, key);
433
*
indexR
=idx=_res_findTableItem(pResData, p, length, *key, key);
442
*
indexR
=idx=_res_findTable32Item(pResData, p, length, *key, key);
456
int32_t
indexR
, const char **key) {
463
if(
indexR
<length) {
466
*key=RES_GET_KEY16(pResData, p[
indexR
]);
468
return p32[
indexR
];
475
if(
indexR
<length) {
477
*key=RES_GET_KEY16(pResData, p[
indexR
]);
[
all
...]
resbund.cpp
314
ResourceBundle ResourceBundle::get(int32_t
indexR
, UErrorCode& status) const {
318
ures_getByIndex(fResource,
indexR
, &r, &status);
uresbund.c
104
int32_t
indexR
= -1;
109
*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &
indexR
, resTag); /* try to get data from there */
117
*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &
indexR
, resTag);
[
all
...]
/external/icu4c/common/unicode/
ures.h
600
* @param
indexR
an index to the wanted resource.
610
int32_t
indexR
,
[
all
...]
/external/icu4c/i18n/
ucol_tok.cpp
193
static void setIndirectBoundaries(uint32_t
indexR
, uint32_t *start, uint32_t *end) {
197
ucolIndirectBoundaries[
indexR
].startCE = start[0];
198
ucolIndirectBoundaries[
indexR
].startContCE = start[1];
200
ucolIndirectBoundaries[
indexR
].limitCE = end[0];
201
ucolIndirectBoundaries[
indexR
].limitContCE = end[1];
203
ucolIndirectBoundaries[
indexR
].limitCE = 0;
204
ucolIndirectBoundaries[
indexR
].limitContCE = 0;
[
all
...]
/external/icu4c/test/cintltst/
cmsccoll.c
1065
static void setIndirectBoundaries(uint32_t
indexR
, uint32_t *start, uint32_t *end) {
1068
ucolIndirectBoundaries[
indexR
].startCE = start[0];
1069
ucolIndirectBoundaries[
indexR
].startContCE = start[1];
1071
ucolIndirectBoundaries[
indexR
].limitCE = end[0];
1072
ucolIndirectBoundaries[
indexR
].limitContCE = end[1];
1074
ucolIndirectBoundaries[
indexR
].limitCE = 0;
1075
ucolIndirectBoundaries[
indexR
].limitContCE = 0;
[
all
...]
Completed in 407 milliseconds