OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicode_path
(Results
1 - 9
of
9
) sorted by null
/external/noto-fonts/emoji-compat/
createfont.py
153
def create_test_data(
unicode_path
):
155
lines = read_emoji_lines(os.path.join(
unicode_path
, EMOJI_ZWJ_FILE))
156
lines += read_emoji_lines(os.path.join(
unicode_path
, EMOJI_SEQ_FILE))
158
lines += read_emoji_lines(os.path.join(
unicode_path
, ANDROID_EMOJI_ZWJ_SEQ_FILE), optional=True)
159
lines += read_emoji_lines(os.path.join(
unicode_path
, ANDROID_EMOJIS_SEQ_FILE), optional=True)
164
os.path.join(
unicode_path
, EMOJI_VARIATION_SEQ_FILE))
174
emoji_data_lines = read_emoji_lines(os.path.join(
unicode_path
, EMOJI_DATA_FILE))
183
emoji_style_exceptions = get_emoji_style_exceptions(
unicode_path
)
263
def get_emoji_style_exceptions(
unicode_path
):
265
lines = read_emoji_lines(os.path.join(
unicode_path
, EMOJI_STYLE_OVERRIDE_FILE)
[
all
...]
/external/ImageMagick/coders/
emf.c
345
*
unicode_path
;
347
unicode_path
=ConvertUTF8ToUTF16((const unsigned char *) path);
348
if (
unicode_path
!= (wchar_t *) NULL)
350
hTemp=GetEnhMetaFileW(
unicode_path
);
351
unicode_path
=(wchar_t *) RelinquishMagickMemory(
unicode_path
);
341
*
unicode_path
;
local
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
ecj-4.6.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
Completed in 1201 milliseconds