OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_locbund_init
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/io/
locbund.h
45
u_locbund_init
(ULocaleBundle *result, const char *loc);
sscanf.c
115
if(
u_locbund_init
(&inStr.str.fBundle, "en_US_POSIX") == 0) {
ufile.c
99
if(
u_locbund_init
(&result->str.fBundle, locale) == 0) {
218
if(
u_locbund_init
(&result->str.fBundle, locale) == 0) {
310
return
u_locbund_init
(&file->str.fBundle, locale) == 0 ? -1 : 0;
locbund.cpp
69
u_locbund_init
(ULocaleBundle *result, const char *loc)
function
99
return
u_locbund_init
(result, loc);
sprintf.c
236
if(
u_locbund_init
(&outStr.fBundle, "en_US_POSIX") == 0) {
/external/icu/icu4c/source/common/unicode/
urename.h
315
#define
u_locbund_init
U_ICU_ENTRY_POINT_RENAME(
u_locbund_init
)
macro
[
all
...]
Completed in 121 milliseconds