Searched defs:stage3 (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/makeconv/ |
D | genmbcs.cpp | 569 uint16_t *stage3, *p; in MBCSSingleAddFromUnicode() local 689 uint8_t *stage3, *p; in MBCSAddFromUnicode() local 1233 uint16_t *stage3=(uint16_t *)mbcsData->fromUBytes; in singleCompactStage3() local
|
D | gencnvex.c | 59 …uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 inde… member
|
/external/dng_sdk/source/ |
D | dng_validate.cpp | 274 const dng_image &stage3 = *negative->Stage3Image (); in dng_validate() local
|
/external/icu/icu4c/source/common/ |
D | ucnv_ext.h | 448 #define UCNV_EXT_FROM_U(stage12, stage3, s1Index, c) \ argument
|
D | ucnv_ext.cpp | 537 const uint16_t *stage12, *stage3; in ucnv_extMatchFromU() local 1036 const uint16_t *stage12, *stage3, *ps2, *ps3; in ucnv_extGetUnicodeSet() local
|
D | ucnvmbcs.cpp | 878 const uint16_t *stage2, *stage3, *results; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 920 const uint8_t *stage3, *bytes; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 1408 static int FROM_U(CharBuffer stage12, CharBuffer stage3, int s1Index, int c) { in FROM_U() 3628 CharBuffer stage12, stage3; in matchFromU() local 4786 char stage2, stage3; in MBCSGetFilteredUnicodeSetForUnicode() local 4821 int stage2,stage3; in MBCSGetFilteredUnicodeSetForUnicode() local 5008 CharBuffer stage12, stage3; in extGetUnicodeSet() local
|