Searched refs:codePoints (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/props/
H A Dprops.cpp53 codePoints[]={ local
58 for(i=0; i<sizeof(codePoints)/sizeof(codePoints[0]); ++i) {
59 printProps(codePoints[i]);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_cnt.cpp36 UChar *newCPs = (UChar *)uprv_realloc(tbl->codePoints, 2*tbl->size*sizeof(UChar));
43 tbl->codePoints = newCPs;
71 tbl->codePoints = NULL;
87 el->codePoints = (UChar *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(UChar));
88 if(el->codePoints == NULL) {
96 uprv_memset(el->codePoints, 0, INIT_EXP_TABLE_SIZE*sizeof(UChar));
109 uprv_free(el->codePoints);
167 if(table->codePoints != NULL) {
168 uprv_free(table->codePoints);
170 table->codePoints
[all...]
H A Ducol_cnt.h40 UChar *codePoints; member in struct:ContractionTable
50 UChar *codePoints; member in struct:CntTable
H A Ducol_elm.cpp1524 uprv_memcpy(dataStart+tableOffset, contractions->codePoints, contractionsSize*sizeof(UChar));
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ducm.h72 UChar32 *codePoints; member in struct:UCMTable
112 (((m)->uLen==1) ? &(m)->u : (t)->codePoints+(m)->u)
133 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
140 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
253 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
260 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
H A Ducm.c43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { argument
47 fprintf(f, "<U%04lX>", (long)codePoints[j]);
781 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
819 codePoints[uLen++]=cp;
827 m->u=codePoints[0];
830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
893 uprv_free(table->codePoints);
914 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4);
945 if(table->codePoints
780 ucm_parseMappingLine(UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line) argument
912 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) argument
1040 ucm_mappingType(UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) argument
1087 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) argument
1128 UChar32 codePoints[UCNV_EXT_MAX_UCHARS]; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutf8tst.c517 static const UChar32 codePoints[]={ local
532 if(c != codePoints[i]){
534 offset, codePoints[i], c);
539 if(c != codePoints[i]){
541 offset, codePoints[i], c);
545 for(i=LENGTHOF(codePoints)-1, offset=sizeof(input); offset > 0; --i){
547 if(c != codePoints[i]){
549 offset, codePoints[i], c);
552 for(i=LENGTHOF(codePoints)-1, offset=sizeof(input); offset > 0; --i){
554 if(c != codePoints[
976 static const UChar32 codePoints[]={ local
[all...]
H A Dutf16tst.c715 static const UChar32 codePoints[]={ local
745 for(i=0; i<LENGTHOF(codePoints); ++i) {
746 c=codePoints[i];
759 for(i=0; i<LENGTHOF(codePoints); ++i) {
760 c=codePoints[i];
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dgencnvex.c936 UChar32 *codePoints; local
953 codePoints=UCM_GET_CODE_POINTS(table, m);
954 next=codePoints[0];
962 codePoints=UCM_GET_CODE_POINTS(table, m);
963 next=codePoints[0];
973 codePoints=UCM_GET_CODE_POINTS(table, m);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_err.c74 const char* codePoints,
71 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) argument
H A Ducnvmbcs.c485 * @param codePoints resulting Unicode code points, or negative if a byte sequence does
490 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
499 UChar32 codePoints[32]; local
514 codePoints[0]=U_SENTINEL;
533 codePoints[b&0x1f]=U_SENTINEL;
575 codePoints[b&0x1f]=c;
580 if(!callback(context, value|(uint32_t)(b-0x20), codePoints)) {
1263 writeStage3Roundtrip(const void *context, uint32_t value, UChar32 codePoints[32]) { argument
1305 c=codePoints[i];

Completed in 223 milliseconds