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

  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.h 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
gensprep.c 312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
408 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);
store.c 373 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length,
  /external/icu4c/tools/gensprep/
gensprep.h 49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
gensprep.c 315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
411 storeMapping(code,mapping, length,USPREP_MAP, pErrorCode);
store.c 332 /* If this happens there is a bug in the computation of the mapping data size in storeMapping() */
354 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length,

Completed in 183 milliseconds