HomeSort by relevance Sort by last modified time
    Searched refs:mapLength (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 39 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
149 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
193 for(j=0; j<mapLength; j++){
202 log_err( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
206 for(i =0; i< mapLength; i++){
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 55 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
329 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
369 for(int32_t j=0; j<mapLength; j++){
378 pTestIDNA->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
382 for(int8_t i =0; i< mapLength; i++){
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 929 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) {
938 if(mapLength==0) {
955 while(subLimit<mapLength) {
959 while(next==c && ++subLimit<mapLength) {
    [all...]
  /system/libfmq/include/fmq/
MessageQueue.h     [all...]

Completed in 140 milliseconds