OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extype
(Results
1 - 12
of
12
) sorted by null
/external/u-boot/include/
kgdb.h
33
int
extype
;
member in struct:__anon47766
/external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleData.java
36
*
EXType
for {@link #getExemplarSet(int, int)}.
45
*
EXType
for {@link #getExemplarSet(int, int)}.
54
*
EXType
for {@link #getExemplarSet(int, int)}.
63
*
EXType
for {@link #getExemplarSet(int, int)}.
78
*
EXType
for {@link #getExemplarSet(int, int)}.
126
* the
extype
== {@link #ES_STANDARD}.
159
* @param
extype
The type of exemplar character set to retrieve.
163
public static UnicodeSet getExemplarSet(ULocale locale, int options, int
extype
) {
164
return LocaleData.getInstance(locale).getExemplarSet(options,
extype
);
178
* @param
extype
The type of exemplar set to be retrieved
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java
36
*
EXType
for {@link #getExemplarSet(int, int)}.
45
*
EXType
for {@link #getExemplarSet(int, int)}.
54
*
EXType
for {@link #getExemplarSet(int, int)}.
63
*
EXType
for {@link #getExemplarSet(int, int)}.
77
*
EXType
for {@link #getExemplarSet(int, int)}.
127
* the
extype
== {@link #ES_STANDARD}.
160
* @param
extype
The type of exemplar character set to retrieve.
164
public static UnicodeSet getExemplarSet(ULocale locale, int options, int
extype
) {
165
return LocaleData.getInstance(locale).getExemplarSet(options,
extype
);
179
* @param
extype
The type of exemplar set to be retrieved
[
all
...]
/external/u-boot/common/
kgdb.c
451
kd.
extype
= KGDBEXIT_KILL;
461
kd.
extype
= KGDBEXIT_CONTINUE;
465
kd.
extype
|= KGDBEXIT_WITHADDR;
475
kd.
extype
= KGDBEXIT_SINGLE;
479
kd.
extype
|= KGDBEXIT_WITHADDR;
/external/u-boot/arch/powerpc/lib/
kgdb.c
110
if (kdp->
extype
& KGDBEXIT_WITHADDR)
113
switch (kdp->
extype
& KGDBEXIT_TYPEMASK) {
/external/icu/icu4c/source/i18n/unicode/
ulocdata.h
167
* @param
extype
Specifies the type of exemplar set to be retrieved.
178
uint32_t options, ULocaleDataExemplarSetType
extype
, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
ulocdata.h
167
* @param
extype
Specifies the type of exemplar set to be retrieved.
178
uint32_t options, ULocaleDataExemplarSetType
extype
, UErrorCode *status);
/external/u-boot/test/py/
u_boot_utils.py
276
def __exit__(self,
extype
, value, traceback):
277
if
extype
:
u_boot_console_base.py
54
def __exit__(self,
extype
, value, traceback):
71
def __exit__(self,
extype
, value, traceback):
multiplexed_log.py
201
def __exit__(self,
extype
, value, traceback):
/external/icu/icu4c/source/i18n/
ulocdata.cpp
105
uint32_t options, ULocaleDataExemplarSetType
extype
, UErrorCode *status){
118
exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[
extype
], &len, &localStatus);
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 659 milliseconds