OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_GET_TYPE
(Results
1 - 14
of
14
) sorted by null
/external/icu/icu4c/source/common/
uresdata.cpp
175
rootType=(UResType)
RES_GET_TYPE
(pResData->rootRes);
306
return (UResType)gPublicTypes[
RES_GET_TYPE
(res)];
314
if(
RES_GET_TYPE
(res)==URES_STRING_V2) {
334
} else if(res==offset) /*
RES_GET_TYPE
(res)==URES_STRING */ {
365
} else if (
RES_GET_TYPE
(res) == URES_STRING_V2) {
422
if(
RES_GET_TYPE
(res)==URES_ALIAS) {
441
if(
RES_GET_TYPE
(res)==URES_BINARY) {
461
if(
RES_GET_TYPE
(res)==URES_INT_VECTOR) {
477
switch(
RES_GET_TYPE
(res)) {
532
if(
RES_GET_TYPE
(res) != URES_INT)
[
all
...]
uresbund.cpp
926
if(
RES_GET_TYPE
(r) == URES_ALIAS) { /* This is an alias, need to exchange with real data */
[
all
...]
uresdata.h
68
#define
RES_GET_TYPE
(res) ((int32_t)((res)>>28UL))
/external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java
352
static int
RES_GET_TYPE
(int res) {
508
assert
RES_GET_TYPE
(res) == ICUResourceBundle.STRING_V2;
563
if(res != offset /*
RES_GET_TYPE
(res) != URES_STRING */ &&
564
RES_GET_TYPE
(res) != ICUResourceBundle.STRING_V2) {
598
} else if (
RES_GET_TYPE
(res) == ICUResourceBundle.STRING_V2) {
627
if(
RES_GET_TYPE
(res)==ICUResourceBundle.ALIAS) {
648
if(
RES_GET_TYPE
(res)==UResourceBundle.BINARY) {
682
if(
RES_GET_TYPE
(res)==UResourceBundle.BINARY) {
715
if(
RES_GET_TYPE
(res)==UResourceBundle.INT_VECTOR) {
731
int type=
RES_GET_TYPE
(res)
[
all
...]
ICUResourceBundleImpl.java
38
switch(ICUResourceBundleReader.
RES_GET_TYPE
(_resource)) {
ICUResourceBundle.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java
350
static int
RES_GET_TYPE
(int res) {
506
assert
RES_GET_TYPE
(res) == ICUResourceBundle.STRING_V2;
561
if(res != offset /*
RES_GET_TYPE
(res) != URES_STRING */ &&
562
RES_GET_TYPE
(res) != ICUResourceBundle.STRING_V2) {
596
} else if (
RES_GET_TYPE
(res) == ICUResourceBundle.STRING_V2) {
625
if(
RES_GET_TYPE
(res)==ICUResourceBundle.ALIAS) {
646
if(
RES_GET_TYPE
(res)==UResourceBundle.BINARY) {
680
if(
RES_GET_TYPE
(res)==UResourceBundle.BINARY) {
713
if(
RES_GET_TYPE
(res)==UResourceBundle.INT_VECTOR) {
729
int type=
RES_GET_TYPE
(res)
[
all
...]
ICUResourceBundleImpl.java
37
switch(ICUResourceBundleReader.
RES_GET_TYPE
(_resource)) {
ICUResourceBundle.java
[
all
...]
/external/icu/icu4c/source/tools/genrb/
reslist.cpp
466
uint32_t type =
RES_GET_TYPE
(resWord);
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 1056 milliseconds