OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucnv_getCanonicalName
(Results
1 - 13
of
13
) sorted by null
/libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp
326
if ((canonicalName =
ucnv_getCanonicalName
(name, "MIME", &error)) != NULL) {
328
} else if((canonicalName =
ucnv_getCanonicalName
(name, "IANA", &error)) != NULL) {
330
} else if((canonicalName =
ucnv_getCanonicalName
(name, "", &error)) != NULL) {
/external/chromium/chrome/browser/
character_encoding.cc
389
const char* canonical_name =
ucnv_getCanonicalName
(
394
canonical_name =
ucnv_getCanonicalName
(
/external/icu4c/test/cintltst/
stdnmtst.c
121
tag =
ucnv_getCanonicalName
(name, standard, &error);
/external/icu4c/common/unicode/
ucnv.h
[
all
...]
urename.h
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h
[
all
...]
urename.h
484
#define
ucnv_getCanonicalName
ucnv_getCanonicalName_3_2
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h
[
all
...]
urename.h
484
#define
ucnv_getCanonicalName
ucnv_getCanonicalName_3_2
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
ucnv.h
[
all
...]
urename.h
484
#define
ucnv_getCanonicalName
ucnv_getCanonicalName_3_2
[
all
...]
/external/icu4c/common/
ucnv_io.c
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
484
#define
ucnv_getCanonicalName
ucnv_getCanonicalName_3_2
[
all
...]
Completed in 5935 milliseconds