OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSpecialType
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
KeyTypeData.java
103
Output<Boolean> isKnownKey, Output<Boolean>
isSpecialType
) {
108
if (
isSpecialType
!= null) {
109
isSpecialType
.value = false;
127
if (
isSpecialType
!= null) {
128
isSpecialType
.value = true;
140
Output<Boolean> isKnownKey, Output<Boolean>
isSpecialType
) {
145
if (
isSpecialType
!= null) {
146
isSpecialType
.value = false;
164
if (
isSpecialType
!= null) {
165
isSpecialType
.value = true
[
all
...]
/external/icu/icu4c/source/common/
ulocimp.h
79
ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool*
isSpecialType
);
82
ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool*
isSpecialType
);
uloc_keytype.cpp
480
ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool*
isSpecialType
) {
484
if (
isSpecialType
!= NULL) {
485
*
isSpecialType
= FALSE;
510
if (
isSpecialType
!= NULL) {
511
*
isSpecialType
= TRUE;
522
ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool*
isSpecialType
) {
526
if (
isSpecialType
!= NULL) {
527
*
isSpecialType
= FALSE;
552
if (
isSpecialType
!= NULL) {
553
*
isSpecialType
= TRUE
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
KeyTypeData.java
101
Output<Boolean> isKnownKey, Output<Boolean>
isSpecialType
) {
106
if (
isSpecialType
!= null) {
107
isSpecialType
.value = false;
125
if (
isSpecialType
!= null) {
126
isSpecialType
.value = true;
138
Output<Boolean> isKnownKey, Output<Boolean>
isSpecialType
) {
143
if (
isSpecialType
!= null) {
144
isSpecialType
.value = false;
162
if (
isSpecialType
!= null) {
163
isSpecialType
.value = true
[
all
...]
/external/deqp/framework/opengl/
gluDrawUtil.cpp
406
const bool
isSpecialType
= de::inRange<int>(va.componentType, VTX_COMP_FIXED, VTX_COMP_FLOAT);
409
DE_ASSERT(isIntType !=
isSpecialType
); // Must be either int or special type.
411
DE_UNREF(
isSpecialType
);
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 213 milliseconds