Home
last modified time | relevance | path

Searched refs:mirrors (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/icu/tools/unicode/c/genprops/
Dbidipropsbuilder.cpp192 uint32_t mirrors[UBIDI_MAX_MIRROR_INDEX+1][2]; member in BiDiPropsBuilder
249 if(mirrorTop==LENGTHOF(mirrors)) { in encodeBidiMirroringGlyph()
260 mirrors[mirrorTop][0]=(uint32_t)src; in encodeBidiMirroringGlyph()
261 mirrors[mirrorTop][1]=(uint32_t)mirror; in encodeBidiMirroringGlyph()
339 uprv_sortArray(mirrors, mirrorTop, 8, in makeMirror()
355 uint32_t c=mirrors[i][1]; /* mirror code point */ in makeMirror()
362 if(c<mirrors[i][0]) { in makeMirror()
377 (long)mirrors[i][0], (long)mirrors[i][1]); in makeMirror()
380 if(c==mirrors[j][0]) { in makeMirror()
385 … if(UBIDI_GET_MIRROR_CODE_POINT(mirrors[i][0])!=UBIDI_GET_MIRROR_CODE_POINT(mirrors[j][1])) { in makeMirror()
[all …]
/third_party/icu/icu4c/source/common/
Dubidi_props.cpp35 const uint32_t *mirrors; member
77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts()
152 const uint32_t *mirrors; in getMirror() local
157 mirrors=ubidi_props_singleton.mirrors; in getMirror()
162 m=mirrors[i]; in getMirror()
166 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]); in getMirror()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidi_props.cpp35 const uint32_t *mirrors; member
77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts()
152 const uint32_t *mirrors; in getMirror() local
157 mirrors=ubidi_props_singleton.mirrors; in getMirror()
162 m=mirrors[i]; in getMirror()
166 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]); in getMirror()
/third_party/node/deps/icu-small/source/common/
Dubidi_props.cpp35 const uint32_t *mirrors; member
77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts()
152 const uint32_t *mirrors; in getMirror() local
157 mirrors=ubidi_props_singleton.mirrors; in getMirror()
162 m=mirrors[i]; in getMirror()
166 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]); in getMirror()
/third_party/skia/third_party/externals/icu/source/common/
Dubidi_props.cpp35 const uint32_t *mirrors; member
77 c=UBIDI_GET_MIRROR_CODE_POINT(ubidi_props_singleton.mirrors[i]); in ubidi_addPropertyStarts()
152 const uint32_t *mirrors; in getMirror() local
157 mirrors=ubidi_props_singleton.mirrors; in getMirror()
162 m=mirrors[i]; in getMirror()
166 return UBIDI_GET_MIRROR_CODE_POINT(mirrors[UBIDI_GET_MIRROR_INDEX(m)]); in getMirror()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java72 mirrors=ICUBinary.getInts(bytes, count, 0); in readData()
112 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts()
192 m=mirrors[i]; in getMirror()
196 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror()
255 private int mirrors[]; field in UBiDiProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUBiDiProps.java76 mirrors=ICUBinary.getInts(bytes, count, 0); in readData()
116 c=getMirrorCodePoint(mirrors[i]); in addPropertyStarts()
196 m=mirrors[i]; in getMirror()
200 return getMirrorCodePoint(mirrors[getMirrorIndex(m)]); in getMirror()
259 private int mirrors[]; field in UBiDiProps
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DBuildMirroringTables.java58 int[] mirrors = new int[count]; in writeMirroredDataFile() local
69 mirrors[total++] = m & 0xFFFF; in writeMirroredDataFile()
83 dump("srahCderorrim", mirrors, total, 8); in writeMirroredDataFile()
/third_party/skia/third_party/externals/wuffs/
DREADME.md3 This repository mirrors a subset of the
18 various versions). It mirrors the `release/c` directory of the [original Wuffs
/third_party/icu/icu4c/
DREADME.OpenSource8 …are internationalization and globalization (i18n/g11n). The packages are mirrors of the main websi…
/third_party/icu/icu4c/source/
DREADME.OpenSource8 …are internationalization and globalization (i18n/g11n). The packages are mirrors of the main websi…
/third_party/icu/
DREADME.OpenSource9 …are internationalization and globalization (i18n/g11n). The packages are mirrors of the main websi…
/third_party/flutter/engine/flutter/ci/docker/windows_build/
Dprepare_windows_server_2016_core.ps133 curl https://npm.taobao.org/mirrors/git-for-windows/v2.21.0.windows.1/MinGit-2.21.0-64-bit.zip `
/third_party/flutter/flutter/packages/flutter_goldens/lib/
Dflutter_goldens.dart127 /// Creates a new [FlutterGoldensRespositoryFileComparator] that mirrors the
205 /// Creates a new [FlutterSkiaGoldFileComparator] that mirrors the relative
277 /// Creates a new [FlutterSkippingGoldenFileComparator] that mirrors the relative
/third_party/openssl/dev/release-aux/
Dopenssl-announce-release.tmpl20 following master locations (you can find the various FTP mirrors under
Dopenssl-announce-pre-release.tmpl21 following master locations (you can find the various FTP mirrors under
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_mirror_clamp.txt207 Wrap mode MIRROR_CLAMP_EXT mirrors and clamps the texture coordinate,
217 Wrap mode MIRROR_CLAMP_TO_EDGE_EXT mirrors and clamps to edge the
228 Wrap mode MIRROR_CLAMP_TO_BORDER_EXT mirrors and clamps to border the
/third_party/openGLES/extensions/EXT/
DEXT_texture_mirror_clamp.txt207 Wrap mode MIRROR_CLAMP_EXT mirrors and clamps the texture coordinate,
217 Wrap mode MIRROR_CLAMP_TO_EDGE_EXT mirrors and clamps to edge the
228 Wrap mode MIRROR_CLAMP_TO_BORDER_EXT mirrors and clamps to border the
/third_party/libabigail/
Drelease-text-template.txt5 You can download it at http://mirrors.kernel.org/sourceware/libabigail/libabigail-<insert-version-n…
/third_party/libabigail/doc/website/
Dmainpage.txt56 Libabigail at http://mirrors.kernel.org/sourceware/libabigail. The
58 http://mirrors.kernel.org/sourceware/libabigail/libabigail-2.1.tar.gz.
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_display_texture_share_group.txt77 This mirrors how regular share groups work, releasing all objects when the
DEGL_ANGLE_display_semaphore_share_group.txt77 This mirrors how regular share groups work, releasing all objects when the
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_display_texture_share_group.txt77 This mirrors how regular share groups work, releasing all objects when the
/third_party/python/PCbuild/
Dprepare_libffi.bat14 echo Select http://mirrors.kernel.org as the download site
204 if NOT DEFINED CYG_MIRROR (set CYG_MIRROR=http://mirrors.kernel.org/sourceware/cygwin/)
/third_party/flutter/skia/site/dev/tools/
Dcodesearch.md20 The Github mirrors of the [skia](https://github.com/google/skia) and

1234