OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_CHAR_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAlias.java
268
private static final char
GET_CHAR_TYPE
(char c) {
281
type =
GET_CHAR_TYPE
(c1);
288
nextType =
GET_CHAR_TYPE
(name.charAt(nameIndex));
337
type =
GET_CHAR_TYPE
(c1);
344
nextType =
GET_CHAR_TYPE
(name1.charAt(name1Index));
362
type =
GET_CHAR_TYPE
(c2);
369
nextType =
GET_CHAR_TYPE
(name2.charAt(name2Index));
/external/icu/icu4c/source/common/
ucnv_io.cpp
375
# define
GET_CHAR_TYPE
(c) GET_ASCII_TYPE(c)
377
# define
GET_CHAR_TYPE
(c) GET_EBCDIC_TYPE(c)
483
type =
GET_CHAR_TYPE
(c1);
490
nextType =
GET_CHAR_TYPE
(*name1);
507
type =
GET_CHAR_TYPE
(c2);
514
nextType =
GET_CHAR_TYPE
(*name2);
[
all
...]
Completed in 192 milliseconds