OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localeLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
parse.c
658
int
localeLength
= strlen(locale);
659
char* filename = (char*)uprv_malloc(
localeLength
+5);
673
memcpy(filename, locale,
localeLength
);
674
for(i = 0; i <
localeLength
; i++){
679
filename[
localeLength
] = '.';
680
filename[
localeLength
+1] = 't';
681
filename[
localeLength
+2] = 'x';
682
filename[
localeLength
+3] = 't';
683
filename[
localeLength
+4] = 0;
[
all
...]
/external/icu4c/tools/genrb/
parse.cpp
655
int
localeLength
= strlen(locale);
656
char* filename = (char*)uprv_malloc(
localeLength
+5);
670
memcpy(filename, locale,
localeLength
);
671
for(i = 0; i <
localeLength
; i++){
676
filename[
localeLength
] = '.';
677
filename[
localeLength
+1] = 't';
678
filename[
localeLength
+2] = 'x';
679
filename[
localeLength
+3] = 't';
680
filename[
localeLength
+4] = 0;
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp
[
all
...]
/external/skia/src/ports/
SkFontHost_win_dw.cpp
[
all
...]
Completed in 837 milliseconds