OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCNV_OPTION_SEP_CHAR
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.c
640
while((c=*inName)!=0 && c!=
UCNV_OPTION_SEP_CHAR
) {
654
if(c==
UCNV_OPTION_SEP_CHAR
) {
666
while((c=*inName)!=0 && c!=
UCNV_OPTION_SEP_CHAR
) {
695
while(((c = *inName++) != 0) && (c !=
UCNV_OPTION_SEP_CHAR
)) {
[
all
...]
/external/icu4c/common/
ucnv_bld.cpp
645
while((c=*inName)!=0 && c!=
UCNV_OPTION_SEP_CHAR
) {
659
if(c==
UCNV_OPTION_SEP_CHAR
) {
671
while((c=*inName)!=0 && c!=
UCNV_OPTION_SEP_CHAR
) {
700
while(((c = *inName++) != 0) && (c !=
UCNV_OPTION_SEP_CHAR
)) {
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h
201
#define
UCNV_OPTION_SEP_CHAR
','
204
* String version of
UCNV_OPTION_SEP_CHAR
.
295
* <code>
UCNV_OPTION_SEP_CHAR
</code> between the name and the first option and
[
all
...]
/external/icu4c/common/unicode/
ucnv.h
237
#define
UCNV_OPTION_SEP_CHAR
','
240
* String version of
UCNV_OPTION_SEP_CHAR
.
331
* <code>
UCNV_OPTION_SEP_CHAR
</code> between the name and the first option and
[
all
...]
/external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c
677
if (uprv_strchr(alias,
UCNV_OPTION_SEP_CHAR
) != 0)
892
if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter),
UCNV_OPTION_SEP_CHAR
) != NULL) {
[
all
...]
/external/icu4c/tools/gencnval/
gencnval.c
686
if (uprv_strchr(alias,
UCNV_OPTION_SEP_CHAR
) != 0)
900
if (uprv_strchr(GET_ALIAS_STR(converters[currConvNum].converter),
UCNV_OPTION_SEP_CHAR
) != NULL) {
[
all
...]
Completed in 47 milliseconds