Searched refs:mapLength (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dsprpdata.c37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
191 for(j=0; j<mapLength; j++){
200 log_err( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
204 for(i =0; i< mapLength; i++){
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtestidn.cpp53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
326 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
366 for(int32_t j=0; j<mapLength; j++){
375 pTestIDNA->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
379 for(int8_t i =0; i< mapLength; i++){
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dgencnvex.c930 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) { argument
939 if(mapLength==0) {
956 while(subLimit<mapLength) {
960 while(next==c && ++subLimit<mapLength) {
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2691 mach_vm_size_t mapLength;
2719 mapLength = length;
2744 mapLength -= segLen;
2745 if (!mapLength)
2759 if (segLen > mapLength)
2760 segLen = mapLength;

Completed in 189 milliseconds