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

  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 376 int64_t *pcetable = pattern->PCEBuffer; local
397 if (pattern->PCE != pcetable && pattern->PCE != NULL) {
412 int64_t *temp = addTouint64_tArray(pcetable, offset, &pcetablesize,
423 if (pcetable != temp && pcetable != pattern->PCEBuffer) {
424 uprv_free(pcetable);
427 pcetable = temp;
431 pcetable[offset] = 0;
432 pattern->PCE = pcetable;
    [all...]
  /external/icu4c/i18n/
usearch.cpp 376 int64_t *pcetable = pattern->PCEBuffer; local
397 if (pattern->PCE != pcetable && pattern->PCE != NULL) {
412 int64_t *temp = addTouint64_tArray(pcetable, offset, &pcetablesize,
423 if (pcetable != temp && pcetable != pattern->PCEBuffer) {
424 uprv_free(pcetable);
427 pcetable = temp;
431 pcetable[offset] = 0;
432 pattern->PCE = pcetable;
    [all...]

Completed in 25 milliseconds