HomeSort by relevance Sort by last modified time
    Searched defs:keyPath (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
usprep.cpp 366 LocalMemory<char> keyPath;
370 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
381 key->path = keyPath.orphan();
uresbund.c 846 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
898 keyPath = locale;
905 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
906 if(keyPath) {
907 *keyPath = 0;
908 keyPath++;
914 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
915 if(keyPath) {
916 *keyPath = 0;
917 keyPath++
    [all...]
  /external/chromium/third_party/icu/source/common/
uresbund.c 714 char *chAlias = NULL, *path = NULL, *locale = NULL, *keyPath = NULL;
766 keyPath = locale;
773 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
774 if(keyPath) {
775 *keyPath = 0;
776 keyPath++;
782 keyPath = uprv_strchr(locale, RES_PATH_SEPARATOR);
783 if(keyPath) {
784 *keyPath = 0;
785 keyPath++
    [all...]

Completed in 58 milliseconds