OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UResType
(Results
1 - 13
of
13
) sorted by null
/external/icu/icu4c/source/common/unicode/
resbund.h
322
* Returns the type of a resource. Available types are defined in enum
UResType
327
UResType
ures.h
127
* One more than the highest normal
UResType
value.
132
}
UResType
;
531
* Returns the type of a resource. Available types are defined in enum
UResType
535
* @see
UResType
538
U_STABLE
UResType
U_EXPORT2
[
all
...]
/external/icu/icu4c/source/common/
resource.h
118
virtual
UResType
getType() const = 0;
uresdata.h
29
* These must use different numeric values than
UResType
constants
34
/** Include a negative value so that the compiler uses the same int type as for
UResType
. */
328
* See
UResType
in unicode/ures.h for enumeration constants for Resource types.
423
U_INTERNAL
UResType
U_EXPORT2
484
virtual
UResType
getType() const;
uresdata.cpp
160
UResType
rootType;
175
rootType=(
UResType
)RES_GET_TYPE(pResData->rootRes);
304
U_CAPI
UResType
U_EXPORT2
306
return (
UResType
)gPublicTypes[RES_GET_TYPE(res)];
502
UResType
ResourceDataValue::getType() const {
891
UResType
type = (
UResType
)RES_GET_TYPE(t1);
947
type = (
UResType
)RES_GET_TYPE(t1);
[
all
...]
resbund.cpp
283
UResType
ResourceBundle::getType(void) const {
uresbund.cpp
[
all
...]
/external/icu/libandroidicu/include/unicode/
ures.h
127
* One more than the highest normal
UResType
value.
132
}
UResType
;
531
* Returns the type of a resource. Available types are defined in enum
UResType
535
* @see
UResType
538
U_STABLE
UResType
U_EXPORT2
[
all
...]
/external/icu/icu4c/source/test/intltest/
restsnew.cpp
415
UResType
type;
760
UResType
bundleType=array.getType();
835
UResType
bundleType=array2d.getType();
846
UResType
rowType=tablerow.getType();
922
UResType
bundleType=tags.getType();
[
all
...]
/external/icu/icu4c/source/i18n/
ucol_res.cpp
630
UResType
type = value.getType();
/external/icu/icu4c/source/test/cintltst/
creststn.c
[
all
...]
/external/cldr/tools/c/genldml/
genldml.cpp
542
UResType
type = tb.getType();
[
all
...]
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 1750 milliseconds